| 1 |
|
|---|
| 2 | GCC Frequently Asked Questions
|
|---|
| 3 |
|
|---|
| 4 | The latest version of this document is always available at
|
|---|
| 5 | [1]http://gcc.gnu.org/faq.html.
|
|---|
| 6 |
|
|---|
| 7 | This FAQ tries to answer specific questions concerning GCC. For
|
|---|
| 8 | general information regarding C, C++, resp. Fortran please check the
|
|---|
| 9 | [2]comp.lang.c FAQ, [3]comp.std.c++ FAQ, and the [4]Fortran
|
|---|
| 10 | Information page.
|
|---|
| 11 |
|
|---|
| 12 | Other GCC-related FAQs: [5]libstdc++-v3, and [6]GCJ.
|
|---|
| 13 | _________________________________________________________________
|
|---|
| 14 |
|
|---|
| 15 | Questions
|
|---|
| 16 |
|
|---|
| 17 | 1. [7]General information
|
|---|
| 18 | 1. [8]What is the relationship between GCC and EGCS?
|
|---|
| 19 | 2. [9]What is an open development model?
|
|---|
| 20 | 3. [10]How do I get a bug fixed or a feature added?
|
|---|
| 21 | 4. [11]Does GCC work on my platform?
|
|---|
| 22 | 2. [12]Installation
|
|---|
| 23 | 1. [13]How to install multiple versions of GCC
|
|---|
| 24 | 2. [14]Dynamic linker is unable to find GCC libraries
|
|---|
| 25 | 3. [15]libstdc++/libio tests fail badly with --enable-shared
|
|---|
| 26 | 4. [16]GCC can not find GNU as/GNU ld
|
|---|
| 27 | 5. [17]cpp: Usage:... Error
|
|---|
| 28 | 6. [18]Optimizing the compiler itself
|
|---|
| 29 | 7. [19]Why does libiconv get linked into jc1 on Solaris?
|
|---|
| 30 | 3. [20]Testsuite problems
|
|---|
| 31 | 1. [21]How do I pass flags like -fnew-abi to the testsuite?
|
|---|
| 32 | 2. [22]How can I run the test suite with multiple options?
|
|---|
| 33 | 4. [23]Older versions of GCC
|
|---|
| 34 | 1. [24]Is there a stringstream / sstream for GCC 2.95.2?
|
|---|
| 35 | 5. [25]Miscellaneous
|
|---|
| 36 | 1. [26]Friend Templates
|
|---|
| 37 | 2. [27]dynamic_cast, throw, typeid don't work with shared
|
|---|
| 38 | libraries
|
|---|
| 39 | 3. [28]Why do I need autoconf, bison, xgettext, automake, etc?
|
|---|
| 40 | 4. [29]Why can't I build a shared library?
|
|---|
| 41 | 5. [30]When building C++, the linker says my constructors,
|
|---|
| 42 | destructors or virtual tables are undefined, but I defined
|
|---|
| 43 | them
|
|---|
| 44 | 6. [31]Will GCC someday include an incremental linker?
|
|---|
| 45 | _________________________________________________________________
|
|---|
| 46 |
|
|---|
| 47 | General information
|
|---|
| 48 |
|
|---|
|
|---|