* doc/install.texi: Use the GFDL. Include years from old install
[official-gcc.git] / gcc / doc / install.texi
blobc2e60eb99f7cd7eb3986937f20ac12b4727c43ae
1 \input texinfo.tex    @c -*-texinfo-*-
2 @c @ifnothtml
3 @c %**start of header
4 @setfilename install.info
5 @settitle Installing GCC
6 @setchapternewpage odd
7 @c %**end of header
8 @c @end ifnothtml
10 @c Specify title for specific html page
11 @ifset indexhtml
12 @settitle Installing GCC
13 @end ifset
14 @ifset specifichtml
15 @settitle Host/Target specific installation notes for GCC
16 @end ifset
17 @ifset downloadhtml
18 @settitle Downloading GCC
19 @end ifset
20 @ifset configurehtml
21 @settitle Installing GCC: Configuration
22 @end ifset
23 @ifset buildhtml
24 @settitle Installing GCC: Building
25 @end ifset
26 @ifset testhtml
27 @settitle Installing GCC: Testing
28 @end ifset
29 @ifset finalinstallhtml
30 @settitle Installing GCC: Final installation
31 @end ifset
32 @ifset binarieshtml
33 @settitle Installing GCC: Binaries
34 @end ifset
35 @ifset gfdlhtml
36 @settitle Installing GCC: GNU Free Documentation License
37 @end ifset
39 @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
40 @c 1999, 2000, 2001 Free Software Foundation, Inc.
41 @c *** Converted to texinfo by Dean Wakerley, dean@wakerley.com
43 @c Include everything if we're not making html
44 @ifnothtml
45 @set indexhtml
46 @set specifichtml
47 @set downloadhtml
48 @set configurehtml
49 @set buildhtml
50 @set testhtml
51 @set finalinstallhtml
52 @set binarieshtml
53 @set gfdlhtml
54 @end ifnothtml
56 @c Part 2 Summary Description and Copyright
57 @macro copyrightnotice
58 Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
59 1999, 2000, 2001 Free Software Foundation, Inc.
60 @sp 1
61 Permission is granted to copy, distribute and/or modify this document
62 under the terms of the GNU Free Documentation License, Version 1.1 or
63 any later version published by the Free Software Foundation; with no
64 Invariant Sections, the Front-Cover texts being (a) (see below), and
65 with the Back-Cover Texts being (b) (see below).  A copy of the
66 license is included in the section entitled ``@uref{./gfdl.html,,GNU
67 Free Documentation License}''.
69 (a) The FSF's Front-Cover Text is:
71      A GNU Manual
73 (b) The FSF's Back-Cover Text is:
75      You have freedom to copy and modify this GNU Manual, like GNU
76      software.  Copies published by the Free Software Foundation raise
77      funds for GNU development.
78 @end macro
79 @ifinfo
80 @copyrightnotice{}
81 @end ifinfo
83 @c Part 3 Titlepage and Copyright
84 @titlepage
85 @sp 10
86 @comment The title is printed in a large font.
87 @center @titlefont{Installing GCC}
89 @c The following two commands start the copyright page.
90 @page
91 @vskip 0pt plus 1filll
92 @copyrightnotice{}
93 @end titlepage
95 @c Part 4 Top node and Master Menu
96 @ifinfo
97 @node    Top, , , (dir)
98 @comment node-name, next,          Previous, up
100 @menu
101 * Installing GCC::  This document describes the generic installation
102                     procedure for GCC as well as detailing some target
103                     specific installation instructions.
105 * Specific::        Host/target specific installation notes for GCC.
106 * Binaries::        Where to get pre-compiled binaries.
108 * GNU Free Documentation License:: How you can copy and share this manual.
109 * Concept Index::   This index has two entries.
110 @end menu
111 @end ifinfo
113 @c Part 5 The Body of the Document
114 @c ***Installing GCC**********************************************************
115 @ifnothtml
116 @comment node-name,     next,          previous, up
117 @node    Installing GCC, Binaries, , Top
118 @end ifnothtml
119 @ifset indexhtml
120 @html
121 <h1 align="center">Installing GCC</h1>
122 @end html
123 @ifnothtml
124 @chapter Installing GCC
125 @end ifnothtml
127 The latest version of this document is always available at
128 @uref{http://gcc.gnu.org/install/,,http://gcc.gnu.org/install/}.
130 This document describes the generic installation procedure for GCC as well
131 as detailing some target specific installation instructions.
133 GCC includes several components that previously were separate distributions
134 with their own installation instructions.  This document supersedes all
135 package specific installation instructions.
137 @emph{Before} starting the build/install procedure please check the
138 @ifnothtml
139 @ref{Specific, host/target specific installation notes}.
140 @end ifnothtml
141 @ifhtml
142 @uref{specific.html,,host/target specific installation notes}.
143 @end ifhtml
144 We recommend you browse the entire generic installation instructions before
145 you proceed.
147 Lists of successful builds for released versions of GCC are
148 available at our web pages for
149 @uref{http://gcc.gnu.org/gcc-3.0/buildstat.html,,3.0}
151 @uref{http://gcc.gnu.org/gcc-2.95/buildstat.html,,2.95}.
152 These lists are updated as new information becomes available.
154 The installation procedure itself is broken into five steps.
156 @ifinfo
157 @menu
158 * Downloading the source::
159 * Configuration::
160 * Building::
161 * Testing:: (optional)
162 * Final install::
163 @end menu
164 @end ifinfo
165 @ifhtml
166 @enumerate
167 @item
168 @uref{download.html,,Downloading the source}
169 @item
170 @uref{configure.html,,Configuration}
171 @item
172 @uref{build.html,,Building}
173 @item
174 @uref{test.html,,Testing} (optional)
175 @item
176 @uref{finalinstall.html,,Final install}
177 @end enumerate
178 @end ifhtml
180 Please note that GCC does not support @samp{make uninstall} and probably
181 won't do so in the near future as this would open a can of worms.  Instead,
182 we suggest that you install GCC into a directory of its own and simply
183 remove that directory when you do not need that specific version of GCC
184 any longer, and, if shared libraries are installed there as well, no
185 more binaries exist that use them.
187 @html
188 <hr>
190 @end html
191 @ifhtml
192 @uref{./index.html,,Return to the GCC Installation page}
194 @copyrightnotice{}
195 @end ifhtml
196 @end ifset
198 @c ***Downloading the source**************************************************
199 @ifnothtml
200 @comment node-name,     next,          previous, up
201 @node    Downloading the source, Configuration, , Installing GCC
202 @end ifnothtml
203 @ifset downloadhtml
204 @html
205 <h1 align="center">Downloading GCC</h1>
206 @end html
207 @ifnothtml
208 @chapter Downloading GCC
209 @end ifnothtml
210 @cindex Downloading GCC
211 @cindex Downloading the Source
213 GCC is distributed via @uref{http://gcc.gnu.org/cvs.html,,CVS} and FTP
214 tarballs compressed with @command{gzip} or
215 @command{bzip2}.  It is possible to download a full distribution or specific
216 components.
218 Please refer to our @uref{http://gcc.gnu.org/releases.html,,releases web page}
219 for information on how to obtain GCC@.
221 The full distribution includes the C, C++, Objective-C, Fortran, Java,
222 and CHILL compilers.  The full distribution also includes runtime libraries
223 for C++, Objective-C, Fortran, Java and CHILL.  (GCC 3.0 does not
224 include CHILL.)  In GCC 3.0 and later versions, GNU compiler testsuites
225 are also included in the full distribution.
227 If you choose to download specific components, you must download the core
228 GCC distribution plus any language specific distributions you wish to
229 use.  The core distribution includes the C language front end as well as the
230 shared components.  Each language has a tarball which includes the language
231 front end as well as the language runtime (when appropriate).
233 Unpack the core distribution as well as any language specific
234 distributions in the same directory.
236 If you also intend to build binutils (either to upgrade an existing
237 installation or for use in place of the corresponding tools of your
238 OS), unpack the binutils distribution either in the same directory or
239 a separate one.  In the latter case, add symbolic links to any
240 components of the binutils you intend to build alongside the compiler
241 (@file{bfd}, @file{binutils}, @file{gas}, @file{gprof}, @file{ld},
242 @file{opcodes}, @dots{}) to the directory containing the GCC sources.
244 @html
245 <hr>
247 @end html
248 @ifhtml
249 @uref{./index.html,,Return to the GCC Installation page}
250 @end ifhtml
251 @end ifset
253 @c ***Configuration***********************************************************
254 @ifnothtml
255 @comment node-name,     next,          previous, up
256 @node    Configuration, Building, Downloading the source, Installing GCC
257 @end ifnothtml
258 @ifset configurehtml
259 @html
260 <h1 align="center">Installing GCC: Configuration</h1>
261 @end html
262 @ifnothtml
263 @chapter Installing GCC: Configuration
264 @end ifnothtml
265 @cindex Configuration
266 @cindex Installing GCC: Configuration
268 Like most GNU software, GCC must be configured before it can be built.
269 This document describes the recommended configuration procedure
270 for both native and cross targets.
272 We use @var{srcdir} to refer to the toplevel source directory for
273 GCC; we use @var{objdir} to refer to the toplevel build/object directory.
275 If you obtained the sources via CVS, @var{srcdir} must refer to the top
276 @file{gcc} directory, the one where the @file{MAINTAINERS} can be found,
277 and not its @file{gcc} subdirectory, otherwise the build will fail.
279 First, we @strong{highly} recommend that GCC be built into a
280 separate directory than the sources which does @strong{not} reside
281 within the source tree.  This is how we generally build GCC; building
282 where @var{srcdir} == @var{objdir} should still work, but doesn't
283 get extensive testing; building where @var{objdir} is a subdirectory
284 of @var{srcdir} is unsupported.
286 If you have previously built GCC in the same directory for a
287 different target machine, do @samp{make distclean} to delete all files
288 that might be invalid.  One of the files this deletes is
289 @file{Makefile}; if @samp{make distclean} complains that @file{Makefile}
290 does not exist, it probably means that the directory is already suitably
291 clean.  However, with the recommended method of building in a separate
292 @var{objdir}, you should simply use a different @var{objdir} for each
293 target.
295 Second, when configuring a native system, either @command{cc} or
296 @command{gcc} must be in your path or you must set @env{CC} in
297 your environment before running configure.  Otherwise the configuration
298 scripts may fail.
300 Note that the bootstrap compiler and the resulting GCC must be link
301 compatible, else the bootstrap will fail with linker errors about
302 incompatible object file formats.  Several multilibed targets are
303 affected by this requirement, see
304 @ifnothtml
305 @ref{Specific, host/target specific installation notes}.
306 @end ifnothtml
307 @ifhtml
308 @uref{specific.html,,host/target specific installation notes}.
309 @end ifhtml
311 To configure GCC:
313 @example
314    % mkdir @var{objdir}
315    % cd @var{objdir}
316    % @var{srcdir}/configure [@var{options}] [@var{target}]
317 @end example
320 @heading Target specification
321 @itemize @bullet
322 @item
323 GCC has code to correctly determine the correct value for @var{target}
324 for nearly all native systems.  Therefore, we highly recommend you not
325 provide a configure target when configuring a native compiler.
327 @item
328 @var{target} must be specified as @option{--target=@var{target}}
329 when configuring a cross compiler; examples of valid targets would be
330 i960-rtems, m68k-coff, sh-elf, etc.
332 @item
333 Specifying just @var{target} instead of @option{--target=@var{target}}
334 implies that the host defaults to @var{target}.
335 @end itemize
338 @heading Options specification
340 Use @var{options} to override several configure time options for
341 GCC@.  A list of supported @var{options} follows; @command{configure
342 --help} may list other options, but those not listed below may not
343 work and should not normally be used.
345 @table @code
346 @item --prefix=@var{dirname}
347 Specify the toplevel installation
348 directory.  This is the recommended way to install the tools into a directory
349 other than the default.  The toplevel installation directory defaults to
350 @file{/usr/local}.
352 We @strong{highly} recommend against @var{dirname} being the same or a
353 subdirectory of @var{objdir} or vice versa.
355 These additional options control where certain parts of the distribution
356 are installed.  Normally you should not need to use these options.
357 @table @code
359 @item --exec-prefix=@var{dirname}
360 Specify the toplevel installation directory for architecture-dependent
361 files.  The default is @file{@var{prefix}}.
363 @item --bindir=@var{dirname}
364 Specify the installation directory for the executables called by users
365 (such as @command{gcc} and @command{g++}).  The default is
366 @file{@var{exec-prefix}/bin}.
368 @item --libdir=@var{dirname}
369 Specify the installation directory for object code libraries and
370 internal parts of GCC@.  The default is @file{@var{exec-prefix}/lib}.
372 @item --with-slibdir=@var{dirname}
373 Specify the installation directory for the shared libgcc library.  The
374 default is @file{@var{libdir}}.
376 @item --infodir=@var{dirname}
377 Specify the installation directory for documentation in info format.
378 The default is @file{@var{prefix}/info}.
380 @item --mandir=@var{dirname}
381 Specify the installation directory for manual pages.  The default is
382 @file{@var{prefix}/man}.  (Note that the manual pages are only extracts from
383 the full GCC manuals, which are provided in Texinfo format.  The
384 @command{g77} manpage is unmaintained and may be out of date; the others
385 are derived by an automatic conversion process from parts of the full
386 manual.)
388 @item --with-gxx-include-dir=@var{dirname}
389 Specify
390 the installation directory for G++ header files.  The default is
391 @file{@var{prefix}/include/g++-v3}.
393 @end table
395 @item --program-prefix=@var{prefix}
396 GCC supports some transformations of the names of its programs when
397 installing them. This option prepends @var{prefix} to the names of
398 programs to install in @var{bindir} (see above). For example, specifying
399 @option{--program-prefix=foo-} would result in @samp{gcc}
400 being installed as @file{/usr/local/bin/foo-gcc}.
402 @item --program-suffix=@var{suffix}
403 Appends @var{suffix} to the names of programs to install in @var{bindir}
404 (see above). For example, specifying @option{--program-suffix=-3.1}
405 would result in @samp{gcc} being installed as
406 @file{/usr/local/bin/gcc-3.1}.
408 @item --program-transform-name=@var{pattern}
409 Applies the @samp{sed} script @var{pattern} to be applied to the names
410 of programs to install in @var{bindir} (see above). @var{pattern} has to
411 consist of one or more basic @samp{sed} editing commands, separated by
412 semicolons. For example, if you want the @samp{gcc} program name to be
413 transformed to the installed program @file{/usr/local/bin/myowngcc} and
414 the @samp{g++} program name to be transformed to
415 @file{/usr/local/bin/gspecial++} without changing other program names,
416 you could use the pattern
417 @option{--program-transform-name='s/^gcc$/myowngcc/; s/^g++$/gspecial++/'}
418 to achieve this effect.
420 All three options can be combined and used together, resulting in more
421 complex conversion patterns. As a basic rule, @var{prefix} (and
422 @var{suffix}) are prepended (appended) before further transformations
423 can happen with a special transformation script @var{pattern}.
425 As currently implemented, this options only take effect for native
426 builds; cross compiler binaries' names are not transformed even when a
427 transformation is explicitly asked for by one of this options.
429 For native builds, some of the installed programs are also installed
430 with the target alias in front of their name, as in
431 @samp{i686-pc-linux-gnu-gcc}. All of the above transformations happen
432 before the target alias is prepended to the name - so, specifying
433 @option{--program-prefix=foo-} and @option{program-suffix=-3.1}, the
434 resulting binary would be installed as
435 @file{/usr/local/bin/i686-pc-linux-gnu-foo-gcc-3.1}.
437 As a last shortcoming, none of the installed CHILL and Ada programs are
438 transformed yet, which will be fixed in some time.
440 @item --with-local-prefix=@var{dirname}
441 Specify the
442 installation directory for local include files.  The default is
443 @file{/usr/local}.  Specify this option if you want the compiler to
444 search directory @file{@var{dirname}/include} for locally installed
445 header files @emph{instead} of @file{/usr/local/include}.
447 You should specify @option{--with-local-prefix} @strong{only} if your
448 site has a different convention (not @file{/usr/local}) for where to put
449 site-specific files.
451 The default value for @option{--with-local-prefix} is @file{/usr/local}
452 regardless of the value of @option{--prefix}.  Specifying
453 @option{--prefix} has no effect on which directory GCC searches for
454 local header files.  This may seem counterintuitive, but actually it is
455 logical.
457 The purpose of @option{--prefix} is to specify where to @emph{install
458 GCC}.  The local header files in @file{/usr/local/include}---if you put
459 any in that directory---are not part of GCC@.  They are part of other
460 programs---perhaps many others.  (GCC installs its own header files in
461 another directory which is based on the @option{--prefix} value.)
463 @strong{Do not} specify @file{/usr} as the @option{--with-local-prefix}!
464 The directory you use for @option{--with-local-prefix} @strong{must not}
465 contain any of the system's standard header files.  If it did contain
466 them, certain programs would be miscompiled (including GNU Emacs, on
467 certain targets), because this would override and nullify the header
468 file corrections made by the @code{fixincludes} script.
470 Indications are that people who use this option use it based on mistaken
471 ideas of what it is for.  People use it as if it specified where to
472 install part of GCC@.  Perhaps they make this assumption because
473 installing GCC creates the directory.
475 @item --enable-shared[=@var{package}[,@dots{}]]
476 Build shared versions of libraries, if shared libraries are supported on
477 the target platform.  Unlike GCC 2.95.x and earlier, shared libraries
478 are enabled by default on all platforms that support shared libraries,
479 except for @samp{libobjc} which is built as a static library only by
480 default.
482 If a list of packages is given as an argument, build shared libraries
483 only for the listed packages.  For other packages, only static libraries
484 will be built.  Package names currently recognized in the GCC tree are
485 @samp{libgcc} (also known as @samp{gcc}), @samp{libstdc++} (not
486 @samp{libstdc++-v3}), @samp{libffi}, @samp{zlib}, @samp{boehm-gc} and
487 @samp{libjava}.  Note that @samp{libobjc} does not recognize itself by
488 any name, so, if you list package names in @option{--enable-shared},
489 you will only get static Objective-C libraries.  @samp{libf2c} and
490 @samp{libiberty} do not support shared libraries at all.
492 Use @option{--disable-shared} to build only static libraries.  Note that
493 @option{--disable-shared} does not accept a list of package names as
494 argument, only @option{--enable-shared} does.
496 @item @anchor{with-gnu-as}--with-gnu-as
497 Specify that the compiler should assume that the
498 assembler it finds is the GNU assembler.  However, this does not modify
499 the rules to find an assembler and will result in confusion if found
500 assembler is not actually the GNU assembler.  (Confusion will also
501 result if the compiler finds the GNU assembler but has not been
502 configured with @option{--with-gnu-as}.)  If you have more than one
503 assembler installed on your system, you may want to use this option in
504 connection with @option{--with-as=@var{pathname}}.
506 The systems where it makes a difference whether you use the GNU assembler are
507 @samp{hppa1.0-@var{any}-@var{any}}, @samp{hppa1.1-@var{any}-@var{any}},
508 @samp{i386-@var{any}-sysv}, @samp{i386-@var{any}-isc},
509 @samp{i860-@var{any}-bsd}, @samp{m68k-bull-sysv},
510 @samp{m68k-hp-hpux}, @samp{m68k-sony-bsd},
511 @samp{m68k-altos-sysv}, @samp{m68000-hp-hpux},
512 @samp{m68000-att-sysv}, @samp{@var{any}-lynx-lynxos},
513 and @samp{mips-@var{any}}.
514 On any other system, @option{--with-gnu-as} has no effect.
516 On the systems listed above (except for the HP-PA, for ISC on the
517 386, and for @samp{mips-sgi-irix5.*}), if you use the GNU assembler,
518 you should also use the GNU linker (and specify @option{--with-gnu-ld}).
520 @item --with-as=@var{pathname}
521 Specify that the
522 compiler should use the assembler pointed to by @var{pathname}, rather
523 than the one found by the standard rules to find an assembler, which
524 are:
525 @itemize @bullet
526 @item
527 Check the
528 @file{@var{exec_prefix}/lib/gcc-lib/@var{target}/@var{version}}
529 directory, where @var{exec_prefix} defaults to @var{prefix} which
530 defaults to @file{/usr/local} unless overridden by the
531 @option{--prefix=@var{pathname}} switch described above. @var{target} is the
532 target system triple, such as @samp{sparc-sun-solaris2.7}, and
533 @var{version} denotes the GCC version, such as 3.0.
534 @item
535 Check operating system specific directories (e.g.@: @file{/usr/ccs/bin} on
536 Sun Solaris 2).
537 @end itemize
538 Note that these rules do not check for the value of @env{PATH}.  You may
539 want to use @option{--with-as} if no assembler is installed in the
540 directories listed above, or if you have multiple assemblers installed
541 and want to choose one that is not found by the above rules.
543 @item @anchor{with-gnu-ld}--with-gnu-ld
544 Same as @uref{#with-gnu-as,,@option{--with-gnu-as}}
545 but for linker.
548 @item --with-ld=@var{pathname}
549 Same as
550 @option{--with-as}, but for the linker.
552 @item --with-stabs
553 Specify that stabs debugging
554 information should be used instead of whatever format the host normally
555 uses.  Normally GCC uses the same debug format as the host system.
557 On MIPS based systems and on Alphas, you must specify whether you want
558 GCC to create the normal ECOFF debugging format, or to use BSD-style
559 stabs passed through the ECOFF symbol table.  The normal ECOFF debug
560 format cannot fully handle languages other than C@.  BSD stabs format can
561 handle other languages, but it only works with the GNU debugger GDB@.
563 Normally, GCC uses the ECOFF debugging format by default; if you
564 prefer BSD stabs, specify @option{--with-stabs} when you configure GCC@.
566 No matter which default you choose when you configure GCC, the user
567 can use the @option{-gcoff} and @option{-gstabs+} options to specify explicitly
568 the debug format for a particular compilation.
570 @option{--with-stabs} is meaningful on the ISC system on the 386, also, if
571 @option{--with-gas} is used.  It selects use of stabs debugging
572 information embedded in COFF output.  This kind of debugging information
573 supports C++ well; ordinary COFF debugging information does not.
575 @option{--with-stabs} is also meaningful on 386 systems running SVR4.  It
576 selects use of stabs debugging information embedded in ELF output.  The
577 C++ compiler currently (2.6.0) does not support the DWARF debugging
578 information normally used on 386 SVR4 platforms; stabs provide a
579 workable alternative.  This requires gas and gdb, as the normal SVR4
580 tools can not generate or interpret stabs.
582 @item --disable-multilib
583 Specify that multiple target
584 libraries to support different target variants, calling
585 conventions, etc should not be built.  The default is to build a
586 predefined set of them.
588 Some targets provide finer-grained control over which multilibs are built
589 (e.g., @option{--disable-softfloat}):
590 @table @code
592 @item arc-*-elf*
593 biendian.
595 @item arm-*-*
596 fpu, 26bit, underscore, interwork, biendian, nofmult.
598 @item m68*-*-*
599 softfloat, m68881, m68000, m68020.
601 @item mips*-*-*
602 single-float, biendian, softfloat.
604 @item powerpc*-*-*, rs6000*-*-*
605 aix64, pthread, softfloat, powercpu, powerpccpu, powerpcos, biendian,
606 sysv, aix. 
608 @end table
610 @item --enable-threads
611 Specify that the target
612 supports threads.  This affects the Objective-C compiler and runtime
613 library, and exception handling for other languages like C++ and Java.
614 On some systems, this is the default.
616 In general, the best (and, in many cases, the only known) threading
617 model available will be configured for use.  Beware that on some
618 systems, gcc has not been taught what threading models are generally
619 available for the system.  In this case, @option{--enable-threads} is an
620 alias for @option{--enable-threads=single}.
622 @item --disable-threads
623 Specify that threading support should be disabled for the system.
624 This is an alias for @option{--enable-threads=single}.
626 @item --enable-threads=@var{lib}
627 Specify that
628 @var{lib} is the thread support library.  This affects the Objective-C
629 compiler and runtime library, and exception handling for other languages
630 like C++ and Java.  The possibilities for @var{lib} are:
632 @table @code
633 @item aix
634 AIX thread support.
635 @item dce
636 DCE thread support.
637 @item mach
638 Generic MACH thread support, known to work on NeXTSTEP@.  (Please note
639 that the file needed to support this configuration, @file{gthr-mach.h}, is
640 missing and thus this setting will cause a known bootstrap failure.)
641 @item no
642 This is an alias for @samp{single}.
643 @item posix
644 Generic POSIX thread support.
645 @item pthreads
646 Same as @samp{posix} on arm*-*-linux*, *-*-chorusos* and *-*-freebsd*
647 only.  A future release of gcc might remove this alias or extend it
648 to all platforms.
649 @item rtems
650 RTEMS thread support.
651 @item single
652 Disable thread support, should work for all platforms.
653 @item solaris
654 Sun Solaris 2 thread support.
655 @item vxworks
656 VxWorks thread support.
657 @item win32
658 Microsoft Win32 API thread support.
659 @end table
661 @item --with-cpu=@var{cpu}
662 Specify which cpu variant the
663 compiler should generate code for by default.  This is currently
664 only supported on the some ports, specifically arm, powerpc, and
665 SPARC@.  If configure does not recognize the model name (e.g.@: arm700,
666 603e, or ultrasparc) you provide, please check the configure script
667 for a complete list of supported models.
669 @item --enable-target-optspace
670 Specify that target
671 libraries should be optimized for code space instead of code speed.
672 This is the default for the m32r platform.
674 @item --disable-cpp
675 Specify that a user visible @command{cpp} program should not be installed.
677 @item --with-cpp-install-dir=@var{dirname}
678 Specify that the user visible @command{cpp} program should be installed
679 in @file{@var{prefix}/@var{dirname}/cpp}, in addition to @var{bindir}.
681 @item --enable-maintainer-mode
682 The build rules that
683 regenerate the GCC master message catalog @file{gcc.pot} are normally
684 disabled.  This is because it can only be rebuilt if the complete source
685 tree is present.  If you have changed the sources and want to rebuild the
686 catalog, configuring with @option{--enable-maintainer-mode} will enable
687 this.  Note that you need a recent version of the @code{gettext} tools
688 to do so.
690 @item --enable-version-specific-runtime-libs
691 Specify
692 that runtime libraries should be installed in the compiler specific
693 subdirectory (@file{@var{libsubdir}}) rather than the usual places.  In
694 addition, @samp{libstdc++}'s include files will be installed in
695 @file{@var{libsubdir}/include/g++} unless you overruled it by using
696 @option{--with-gxx-include-dir=@var{dirname}}.  Using this option is
697 particularly useful if you intend to use several versions of GCC in
698 parallel. This is currently supported by @samp{libf2c} and
699 @samp{libstdc++}, and is the default for @samp{libobjc} which cannot be
700 changed in this case.
702 @item --enable-languages=@var{lang1},@var{lang2},@dots{}
703 Specify that only a particular subset of compilers and
704 their runtime libraries should be built.  For a list of valid values for
705 @var{langN} you can issue the following command in the
706 @file{gcc} directory of your GCC source tree:@*
707 @example
708 grep language= */config-lang.in
709 @end example
710 Currently, you can use any of the following:
711 @code{ada}, @code{c}, @code{c++}, @code{f77}, @code{java}, @code{objc}.
712 @code{CHILL} is not currently maintained, and will almost
713 certainly fail to compile.  Building the Ada compiler has special
714 requirements, see below.@*
715 If you do not pass this flag, all languages available in the @file{gcc}
716 sub-tree will be configured.  Re-defining @code{LANGUAGES} when calling
717 @samp{make bootstrap} @strong{does not} work anymore, as those
718 language sub-directories might not have been configured!
720 @item --disable-libgcj
721 Specify that the run-time libraries
722 used by GCJ should not be built.  This is useful in case you intend
723 to use GCJ with some other run-time, or you're going to install it
724 separately, or it just happens not to build on your particular
725 machine.  In general, if the Java front end is enabled, the GCJ
726 libraries will be enabled too, unless they're known to not work on
727 the target platform.  If GCJ is enabled but @samp{libgcj} isn't built, you
728 may need to port it; in this case, before modifying the top-level
729 @file{configure.in} so that @samp{libgcj} is enabled by default on this platform,
730 you may use @option{--enable-libgcj} to override the default.
732 @item --with-dwarf2
733 Specify that the compiler should
734 use DWARF 2 debugging information as the default.
736 @item --enable-win32-registry
737 @itemx --enable-win32-registry=@var{key}
738 @itemx --disable-win32-registry
739 The @option{--enable-win32-registry} option enables Windows-hosted GCC
740 to look up installations paths in the registry using the following key:
742 @smallexample
743 @code{HKEY_LOCAL_MACHINE\SOFTWARE\Free Software Foundation\@var{key}}
744 @end smallexample
746 @var{key} defaults to GCC version number, and can be overridden by the
747 @option{--enable-win32-registry=@var{key}} option. Vendors and distributors
748 who use custom installers are encouraged to provide a different key,
749 perhaps one comprised of vendor name and GCC version number, to
750 avoid conflict with existing installations.  This feature is enabled
751 by default, and can be disabled by @option{--disable-win32-registry}
752 option.  This option has no effect on the other hosts.
754 @item --nfp
755 Specify that the machine does not have a floating point unit.  This
756 option only applies to @samp{m68k-sun-sunos@var{n}} and
757 @samp{m68k-isi-bsd}.  On any other system, @option{--nfp} has no effect.
759 @item --enable-checking
760 @itemx --enable-checking=@var{list}
761 When you specify this option, the compiler is built to perform checking
762 of tree node types when referencing fields of that node, and some other
763 internal consistency checks.  This does not change the generated code,
764 but adds error checking within the compiler.  This will slow down the
765 compiler and may only work properly if you are building the compiler
766 with GCC@.  This is on by default when building from CVS or snapshots,
767 but off for releases.  More control over the checks may be had by
768 specifying @var{list}; the categories of checks available are
769 @samp{misc}, @samp{tree}, @samp{gc}, @samp{rtl} and @samp{gcac}.  The
770 default when @var{list} is not specified is @samp{misc,tree,gc}; the
771 checks @samp{rtl} and @samp{gcac} are very expensive.
773 @item --enable-nls
774 @itemx --disable-nls
775 The @option{--enable-nls} option enables Native Language Support (NLS),
776 which lets GCC output diagnostics in languages other than American
777 English.  Native Language Support is enabled by default if not doing a
778 canadian cross build.  The @option{--disable-nls} option disables NLS@.
780 @item --with-included-gettext
781 If NLS is enabled, the @option{--with-included-gettext} option causes the build
782 procedure to prefer its copy of GNU @command{gettext}.
784 @item --with-catgets
785 If NLS is enabled, and if the host lacks @code{gettext} but has the
786 inferior @code{catgets} interface, the GCC build procedure normally
787 ignores @code{catgets} and instead uses GCC's copy of the GNU
788 @code{gettext} library.  The @option{--with-catgets} option causes the
789 build procedure to use the host's @code{catgets} in this situation.
791 @item --with-system-zlib
792 Use installed zlib rather than that included with GCC@.  This option
793 only applies if the Java front end is being built.
794 @end table
796 Some options which only apply to building cross compilers:
797 @table @code
798 @item --with-headers=@var{dir}
799 Specifies a directory
800 which has target include files.
801 @emph{This options is required} when building a cross
802 compiler, if @file{@var{prefix}/@var{target}/sys-include} doesn't pre-exist.
803 These include files will be copied into the @file{gcc} install directory.
804 Fixincludes will be run on these files to make them compatible with
805 GCC.
806 @item --with-libs=``@var{dir1} @var{dir2} @dots{} @var{dirN}''
807 Specifies a list of directories which contain the target runtime
808 libraries.  These libraries will be copied into the @file{gcc} install
809 directory.
810 @item --with-newlib
811 Specifies that @samp{newlib} is
812 being used as the target C library.  This causes @code{__eprintf} to be
813 omitted from @file{libgcc.a} on the assumption that it will be provided by
814 @samp{newlib}.
815 @end table
817 Note that each @option{--enable} option has a corresponding
818 @option{--disable} option and that each @option{--with} option has a
819 corresponding @option{--without} option.
821 @html
822 <hr>
824 @end html
825 @ifhtml
826 @uref{./index.html,,Return to the GCC Installation page}
827 @end ifhtml
828 @end ifset
830 @c ***Building****************************************************************
831 @ifnothtml
832 @comment node-name,     next,          previous, up
833 @node    Building, Testing, Configuration, Installing GCC
834 @end ifnothtml
835 @ifset buildhtml
836 @html
837 <h1 align="center">Installing GCC: Building</h1>
838 @end html
839 @ifnothtml
840 @chapter Building
841 @end ifnothtml
842 @cindex Installing GCC: Building
844 Now that GCC is configured, you are ready to build the compiler and
845 runtime libraries.
847 We @strong{highly} recommend that GCC be built using GNU make;
848 other versions may work, then again they might not.  
849 GNU make is required for compiling GNAT, the Ada compiler.
851 (For example, many broken versions of make will fail if you use the
852 recommended setup where @var{objdir} is different from @var{srcdir}.
853 Other broken versions may recompile parts of the compiler when
854 installing the compiler.)
856 Some commands executed when making the compiler may fail (return a
857 nonzero status) and be ignored by @code{make}.  These failures, which
858 are often due to files that were not found, are expected, and can safely
859 be ignored.
861 It is normal to have compiler warnings when compiling certain files.
862 Unless you are a GCC developer, you can generally ignore these warnings
863 unless they cause compilation to fail.
865 On certain old systems, defining certain environment variables such as
866 @env{CC} can interfere with the functioning of @command{make}.
868 If you encounter seemingly strange errors when trying to build the
869 compiler in a directory other than the source directory, it could be
870 because you have previously configured the compiler in the source
871 directory.  Make sure you have done all the necessary preparations.
873 If you build GCC on a BSD system using a directory stored in an old System
874 V file system, problems may occur in running @code{fixincludes} if the
875 System V file system doesn't support symbolic links.  These problems
876 result in a failure to fix the declaration of @code{size_t} in
877 @file{sys/types.h}.  If you find that @code{size_t} is a signed type and
878 that type mismatches occur, this could be the cause.
880 The solution is not to use such a directory for building GCC@.
882 When building from CVS or snapshots, or if you modify parser sources,
883 you need the Bison parser generator installed.  Any version 1.25 or
884 later should work; older versions may also work.  If you do not modify
885 parser sources, releases contain the Bison-generated files and you do
886 not need Bison installed to build them.
888 When building from CVS or snapshots, or if you modify Texinfo
889 documentation, you need version 4.0 or later of Texinfo installed if you
890 want Info documentation to be regenerated.  Releases contain Info
891 documentation pre-built for the unmodified documentation in the release.
893 @section Building a native compiler
895 For a native build issue the command @samp{make bootstrap}.  This
896 will build the entire GCC system, which includes the following steps:
898 @itemize @bullet
899 @item
900 Build host tools necessary to build the compiler such as texinfo, bison,
901 gperf.
903 @item
904 Build target tools for use by the compiler such as binutils (bfd,
905 binutils, gas, gprof, ld, and opcodes)
906 if they have been individually linked 
907 or moved into the top level GCC source tree before configuring.
909 @item
910 Perform a 3-stage bootstrap of the compiler.
912 @item
913 Perform a comparison test of the stage2 and stage3 compilers.
915 @item
916 Build runtime libraries using the stage3 compiler from the previous step.
918 @end itemize
920 If you are short on disk space you might consider @samp{make
921 bootstrap-lean} instead.  This is identical to @samp{make
922 bootstrap} except that object files from the stage1 and
923 stage2 of the 3-stage bootstrap of the compiler are deleted as
924 soon as they are no longer needed.
927 If you want to save additional space during the bootstrap and in
928 the final installation as well, you can build the compiler binaries
929 without debugging information with @samp{make CFLAGS='-O' LIBCFLAGS='-g
930 -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap}.  This will save
931 roughly 40% of disk space both for the bootstrap and the final installation.
932 (Libraries will still contain debugging information.)
934 If you wish to use non-default GCC flags when compiling the stage2 and
935 stage3 compilers, set @code{BOOT_CFLAGS} on the command line when doing
936 @samp{make bootstrap}.  Non-default optimization flags are less well
937 tested here than the default of @samp{-g -O2}, but should still work.
938 In a few cases, you may find that you need to specify special flags such
939 as @option{-msoft-float} here to complete the bootstrap; or, if the
940 native compiler miscompiles the stage1 compiler, you may need to work
941 around this, by choosing @code{BOOT_CFLAGS} to avoid the parts of the
942 stage1 compiler that were miscompiled, or by using @samp{make
943 bootstrap4} to increase the number of stages of bootstrap.
945 If you used the flag @option{--enable-languages=@dots{}} to restrict
946 the compilers to be built, only those you've actually enabled will be
947 built.  This will of course only build those runtime libraries, for
948 which the particular compiler has been built.  Please note,
949 that re-defining @env{LANGUAGES} when calling @samp{make bootstrap}
950 @strong{does not} work anymore!
952 If the comparison of stage2 and stage3 fails, this normally indicates
953 that the stage2 compiler has compiled GCC incorrectly, and is therefore
954 a potentially serious bug which you should investigate and report.  (On
955 a few systems, meaningful comparison of object files is impossible; they
956 always appear ``different''.  If you encounter this problem, you will
957 need to disable comparison in the @file{Makefile}.)
959 @section Building a cross compiler
961 We recommend reading the
962 @uref{http://www.objsw.com/CrossGCC/,,crossgcc FAQ}
963 for information about building cross compilers.
965 When building a cross compiler, it is not generally possible to do a
966 3-stage bootstrap of the compiler.  This makes for an interesting problem
967 as parts of GCC can only be built with GCC@.
969 To build a cross compiler, we first recommend building and installing a
970 native compiler.  You can then use the native GCC compiler to build the
971 cross compiler.  The installed native compiler needs to be GCC version
972 2.95 or later.
974 Assuming you have already installed a native copy of GCC and configured
975 your cross compiler, issue the command @command{make}, which performs the
976 following steps:
978 @itemize @bullet
979 @item
980 Build host tools necessary to build the compiler such as texinfo, bison,
981 gperf.
983 @item
984 Build target tools for use by the compiler such as binutils (bfd,
985 binutils, gas, gprof, ld, and opcodes)
986 if they have been individually linked or moved into the top level GCC source
987 tree before configuring.
989 @item
990 Build the compiler (single stage only).
992 @item
993 Build runtime libraries using the compiler from the previous step.
994 @end itemize
996 Note that if an error occurs in any step the make process will exit.
998 @section Building in parallel
1000 If you have a multiprocessor system you can use @samp{make bootstrap
1001 MAKE="make -j 2" -j 2} or just @samp{make -j 2 bootstrap}
1002 for GNU Make 3.79 and above instead of just @samp{make bootstrap}
1003 when building GCC@.  You can use a bigger number instead of two if
1004 you like.  In most cases, it won't help to use a number bigger than
1005 the number of processors in your machine.
1007 @section Building the Ada compiler
1009 In order to build GNAT, the Ada compiler, you need a working GNAT
1010 compiler, since the Ada front end is written in Ada (with some
1011 GNAT-specific extensions), and GNU make.
1013 However, you do not need a full installation of GNAT, just the GNAT
1014 binary @file{gnat1}, a copy of @file{gnatbind}, and a compiler driver
1015 which can deal with Ada input (by invoking the @file{gnat1} binary).
1016 You can specify this compiler driver by setting the @env{ADAC}
1017 environment variable at the configure step.  @command{configure} can
1018 detect the driver automatically if it has got a common name such as
1019 @command{gcc} or @command{gnatgcc}.  Of course, you still need a working
1020 C compiler (the compiler driver can be different or not).
1022 Additional build tools (such as @command{gnatmake}) or a working GNAT
1023 run-time library installation are usually @emph{not} required.  However,
1024 if you want to boostrap the compiler using a minimal version of GNAT,
1025 you have to issue the following commands before invoking @samp{make
1026 boostrap} (this assumes that you start with an unmodified and consistent
1027 source distribution):
1029 @example
1030     cd @var{srcdir}/gcc/ada
1031     touch treeprs.ads [es]info.h nmake.ad[bs]
1032 @end example
1034 At the moment, the GNAT library and several tools for GNAT are not built
1035 by @samp{make bootstrap}.  You have to invoke 
1036 @samp{make gnatlib_and_tools} in the @file{@var{objdir}/gcc}
1037 subdirectory before proceeding with the next steps.
1039 For example, you can build a native Ada compiler by issuing the
1040 following commands (assuming @command{make} is GNU make):
1042 @example
1043     cd @var{objdir}
1044     @var{srcdir}/configure --enable-languages=c,ada 
1045     cd @var{srcdir}/gcc/ada
1046     touch treeprs.ads [es]info.h nmake.ad[bs]
1047     cd @var{objdir}    
1048     make bootstrap
1049     cd gcc
1050     make gnatlib_and_tools
1051     cd ..
1052 @end example
1054 Currently, when compiling the Ada front end, you cannot use the parallel
1055 build feature described in the previous section.
1057 @html
1058 <hr>
1060 @end html
1061 @ifhtml
1062 @uref{./index.html,,Return to the GCC Installation page}
1063 @end ifhtml
1064 @end ifset
1066 @c ***Testing*****************************************************************
1067 @ifnothtml
1068 @comment node-name,     next,          previous, up
1069 @node    Testing, Final install, Building, Installing GCC
1070 @end ifnothtml
1071 @ifset testhtml
1072 @html
1073 <h1 align="center">Installing GCC: Testing</h1>
1074 @end html
1075 @ifnothtml
1076 @chapter Installing GCC: Testing
1077 @end ifnothtml
1078 @cindex Testing
1079 @cindex Installing GCC: Testing
1080 @cindex Testsuite
1082 Before you install GCC, you might wish to run the testsuite.  This
1083 step is optional and may require you to download additional software.
1085 First, you must have @uref{download.html,,downloaded the testsuites}.
1086 The full distribution contains testsuites; only if you downloaded the
1087 ``core'' compiler plus any front ends, you do not have the testsuites.
1089 Second, you must have a @uref{http://www.gnu.org/software/dejagnu/,,current version of DejaGnu} installed;
1090 dejagnu 1.3 is not sufficient.
1092 Now you may need specific preparations:
1094 @itemize @bullet
1096 @item
1097 The following environment variables may need to be set appropriately, as in
1098 the following example (which assumes that DejaGnu has been installed
1099 under @file{/usr/local}):
1101 @example
1102      TCL_LIBRARY = /usr/local/share/tcl8.0
1103      DEJAGNULIBS = /usr/local/share/dejagnu
1104 @end example
1106 On systems such as Cygwin, these paths are required to be actual
1107 paths, not mounts or links; presumably this is due to some lack of
1108 portability in the DejaGnu code.
1110 If the directories where @command{runtest} and @command{expect} were
1111 installed are in the @env{PATH}, it should not be necessary to set these
1112 environment variables.
1114 @end itemize
1116 Finally, you can run the testsuite (which may take a long time):
1117 @example
1118      cd @var{objdir}; make -k check
1119 @end example
1121 The testing process will try to test as many components in the GCC
1122 distribution as possible, including the C, C++, Objective-C and Fortran
1123 compilers as well as the C++ and Java runtime libraries.
1125 @section How can I run the test suite on selected tests?
1127 As a first possibility to cut down the number of tests that are run it is
1128 possible to use @samp{make check-gcc} or @samp{make check-g++}
1129 in the @file{gcc} subdirectory of the object directory.  To further cut down the
1130 tests the following is possible:
1132 @example
1133     make check-gcc RUNTESTFLAGS="execute.exp @var{other-options}"
1134 @end example
1136 This will run all @command{gcc} execute tests in the testsuite.
1138 @example
1139     make check-g++ RUNTESTFLAGS="old-deja.exp=9805* @var{other-options}"
1140 @end example
1142 This will run the @command{g++} ``old-deja'' tests in the testsuite where the filename
1143 matches @samp{9805*}.
1145 The @file{*.exp} files are located in the testsuite directories of the GCC
1146 source, the most important ones being @file{compile.exp},
1147 @file{execute.exp}, @file{dg.exp} and @file{old-deja.exp}.
1148 To get a list of the possible @file{*.exp} files, pipe the
1149 output of @samp{make check} into a file and look at the
1150 @samp{Running @dots{}  .exp} lines.
1152 @section How to interpret test results
1154 After the testsuite has run you'll find various @file{*.sum} and @file{*.log}
1155 files in the testsuite subdirectories.  The @file{*.log} files contain a
1156 detailed log of the compiler invocations and the corresponding
1157 results, the @file{*.sum} files summarize the results.  These summaries list
1158 all the tests that have been run with a corresponding status code:
1160 @itemize @bullet
1161 @item
1162 PASS: the test passed as expected
1163 @item
1164 XPASS: the test unexpectedly passed
1165 @item
1166 FAIL: the test unexpectedly failed
1167 @item
1168 XFAIL: the test failed as expected
1169 @item
1170 UNSUPPORTED: the test is not supported on this platform
1171 @item
1172 ERROR: the testsuite detected an error
1173 @item
1174 WARNING: the testsuite detected a possible problem
1175 @end itemize
1177 It is normal for some tests to report unexpected failures.  At the
1178 current time our testing harness does not allow fine grained control
1179 over whether or not a test is expected to fail.  We expect to fix this
1180 problem in future releases.
1183 @section Submitting test results
1185 If you want to report the results to the GCC project, use the
1186 @file{contrib/test_summary} shell script.  Start it in the @var{objdir} with
1188 @example
1189     @var{srcdir}/contrib/test_summary -p your_commentary.txt \
1190         -m gcc-testresults@@gcc.gnu.org |sh
1191 @end example
1193 This script uses the @command{Mail} program to send the results, so
1194 make sure it is in your @env{PATH}.  The file @file{your_commentary.txt} is
1195 prepended to the testsuite summary and should contain any special
1196 remarks you have on your results or your build environment.  Please
1197 do not edit the testsuite result block or the subject line, as these
1198 messages are automatically parsed and presented at the
1199 @uref{http://gcc.gnu.org/testresults/,,GCC testresults} web
1200 page.  Here you can also gather information on how specific tests
1201 behave on different platforms and compare them with your results.  A
1202 few failing testcases are possible even on released versions and you
1203 should look here first if you think your results are unreasonable.
1205 @html
1206 <hr>
1208 @end html
1209 @ifhtml
1210 @uref{./index.html,,Return to the GCC Installation page}
1211 @end ifhtml
1212 @end ifset
1214 @c ***Final install***********************************************************
1215 @ifnothtml
1216 @comment node-name,     next,          previous, up
1217 @node    Final install, , Testing, Installing GCC
1218 @end ifnothtml
1219 @ifset finalinstallhtml
1220 @html
1221 <h1 align="center">Installing GCC: Final installation</h1>
1222 @end html
1223 @ifnothtml
1224 @chapter Installing GCC: Final installation
1225 @end ifnothtml
1227 Now that GCC has been built (and optionally tested), you can install it with
1228 @example
1229 cd @var{objdir}; make install
1230 @end example
1232 That step completes the installation of GCC; user level binaries can
1233 be found in @file{@var{prefix}/bin} where @var{prefix} is the value you
1234 specified with the @option{--prefix} to configure (or @file{/usr/local}
1235 by default).  (If you specified @option{--bindir}, that directory will
1236 be used instead; otherwise, if you specified @option{--exec-prefix},
1237 @file{@var{exec-prefix}/bin} will be used.)  Headers for the C++ and
1238 Java libraries are installed in @file{@var{prefix}/include}; libraries
1239 in @file{@var{libdir}} (normally @file{@var{prefix}/lib}); internal
1240 parts of the compiler in @file{@var{libdir}/gcc-lib}; documentation in
1241 info format in @file{@var{infodir}} (normally @file{@var{prefix}/info}).
1243 If you built a released version of GCC then if you don't mind, please
1244 quickly review the build status page for
1245 @uref{http://gcc.gnu.org/gcc-3.0/buildstat.html,,3.0} or
1246 @uref{http://gcc.gnu.org/gcc-2.95/buildstat.html,,2.95}.
1247 If your system is not listed, send a note to
1248 @email{gcc@@gcc.gnu.org} indicating
1249 that you successfully built and installed GCC.
1251 Include the output from running @file{@var{srcdir}/config.guess}.  (Do
1252 not send us the @file{config.guess} file itself, just the one-line output from
1253 running it!)  Also specify which version you built.
1254 If the build was for GNU/Linux, also include the distribution name and version
1255 (e.g., Red Hat 7.1 or Debian 2.2.3, available from @file{/etc/issue})
1256 and the version of glibc you used; for RPM-based systems like Red Hat,
1257 Mandrake, and SuSE type @samp{rpm -q glibc} to get the glibc version,
1258 and on systems like Debian and Progeny use @samp{dpkg -l libc6}.
1260 We'd also like to know if the
1261 @ifnothtml
1262 @ref{Specific, host/target specific installation notes}
1263 @end ifnothtml
1264 @ifhtml
1265 @uref{specific.html,,host/target specific installation notes}
1266 @end ifhtml
1267 didn't include your host/target information or if that information is
1268 incomplete or out of date.  Send a note to
1269 @email{gcc@@gcc.gnu.org} telling us how the information should be changed.
1271 If you find a bug, please report it following our
1272 @uref{../bugs.html,,bug reporting guidelines}.
1274 If you want to print the GCC manuals, do @samp{cd @var{objdir}; make
1275 dvi}.  You will need to have @command{texi2dvi} (version at least 4.0)
1276 and @TeX{} installed.  This creates a number of @file{.dvi} files in
1277 subdirectories of @file{@var{objdir}}; these may be converted for
1278 printing with programs such as @command{dvips}.  You can also
1279 @uref{http://www.gnu.org/order/order.html,,buy printed manuals from the
1280 Free Software Foundation}, though such manuals may not be for the most
1281 recent version of GCC@.
1283 @html
1284 <hr>
1286 @end html
1287 @ifhtml
1288 @uref{./index.html,,Return to the GCC Installation page}
1289 @end ifhtml
1290 @end ifset
1292 @c ***Binaries****************************************************************
1293 @ifnothtml
1294 @comment node-name,     next,          previous, up
1295 @node    Binaries, Specific, Installing GCC, Top
1296 @end ifnothtml
1297 @ifset binarieshtml
1298 @html
1299 <h1 align="center">Installing GCC: Binaries</h1>
1300 @end html
1301 @ifnothtml
1302 @chapter Installing GCC: Binaries
1303 @end ifnothtml
1304 @cindex Binaries
1305 @cindex Installing GCC: Binaries
1307 We are often asked about pre-compiled versions of GCC@.  While we cannot
1308 provide these for all platforms, below you'll find links to binaries for
1309 various platforms where creating them by yourself is not easy due to various
1310 reasons.
1312 Please note that we did not create these binaries, nor do we
1313 support them.  If you have any problems installing them, please
1314 contact their makers.
1316 @itemize
1317 @item
1318 AIX:
1319 @itemize
1320 @item
1321 @uref{http://freeware.bull.net,,Bull's Freeware and Shareware Archive for AIX};
1323 @item
1324 @uref{http://aixpdslib.seas.ucla.edu,,UCLA Software Library for AIX};
1325 @end itemize
1327 @item
1328 DOS---@uref{http://www.delorie.com/djgpp/,,DJGPP};
1330 @item
1331 HP-UX:
1332 @itemize
1333 @item
1334 @uref{http://hpux.cae.wisc.edu/,,HP-UX Porting Center};
1336 @item
1337 @uref{ftp://sunsite.informatik.rwth-aachen.de/pub/packages/gcc_hpux/,,Binaries for HP-UX 11.00 at Aachen University of Technology}.
1338 @end itemize
1340 @item
1341 @uref{http://www.sco.com/skunkware/devtools/index.html#gcc,,SCO
1342 OpenServer/Unixware};
1344 @item
1345 Solaris 2 (SPARC, Intel)---@uref{http://www.sunfreeware.com/,,Sunfreeware};
1347 @item
1348 SGI---@uref{http://freeware.sgi.com/,,SGI Freeware};
1350 @item
1351 Windows 95, 98, and NT:
1352 @itemize
1353 @item
1354 The @uref{http://sources.redhat.com/cygwin/,,Cygwin} project;
1355 @item
1356 @uref{http://www.xraylith.wisc.edu/~khan/software/gnu-win32/,,GNU Win32}
1357 related projects by Mumit Khan.
1358 @end itemize
1360 @item
1361 @uref{ftp://ftp.thewrittenword.com/packages/free/by-name/gcc-2.95.2/,,The
1362 Written Word} offers binaries for Solaris 2.5.1, 2.6, 2.7/SPARC, 2.7/Intel,
1363 IRIX 6.2, 6.5, Digital UNIX 4.0D, HP-UX 10.20, and HP-UX 11.00.
1365 @item
1366 Hitachi H8/300[HS]---@uref{http://h8300-hms.sourceforge.net/,,GNU
1367 Development Tools for the Hitachi H8/300[HS] Series}
1369 @end itemize
1371 In addition to those specific offerings, you can get a binary
1372 distribution CD-ROM from the
1373 @uref{http://www.fsf.org/order/order.html,,Free Software Foundation}.
1374 It contains binaries for a number of platforms, and
1375 includes not only GCC, but other stuff as well.  The current CD does
1376 not contain the latest version of GCC, but it should allow
1377 bootstrapping the compiler.  An updated version of that disk is in the
1378 works.
1380 @html
1381 <hr>
1383 @end html
1384 @ifhtml
1385 @uref{./index.html,,Return to the GCC Installation page}
1386 @end ifhtml
1387 @end ifset
1389 @c ***Specific****************************************************************
1390 @ifnothtml
1391 @comment node-name,     next,          previous, up
1392 @node    Specific, GNU Free Documentation License, Binaries, Top
1393 @end ifnothtml
1394 @ifset specifichtml
1395 @html
1396 <h1 align="center">Host/target specific installation notes for GCC</h1>
1397 @end html
1398 @ifnothtml
1399 @chapter Host/target specific installation notes for GCC
1400 @end ifnothtml
1401 @cindex Specific
1402 @cindex Specific installation notes
1403 @cindex Target specific installation
1404 @cindex Host specific installation
1405 @cindex Target specific installation notes
1407 Please read this document carefully @emph{before} installing the
1408 GNU Compiler Collection on your machine.
1410 Lists of successful builds for released versions of GCC are
1411 available at our web pages for
1412 @uref{http://gcc.gnu.org/gcc-3.0/buildstat.html,,3.0}
1414 @uref{http://gcc.gnu.org/gcc-2.95/buildstat.html,,2.95}.
1415 These lists are updated as new information becomes available.
1417 @ifhtml
1418 @itemize
1419 @item
1420 @uref{#1750a-*-*,,1750a-*-*}
1421 @item
1422 @uref{#a29k,,a29k}
1423 @item
1424 @uref{#a29k-*-bsd,,a29k-*-bsd}
1425 @item
1426 @uref{#alpha*-*-*,,alpha*-*-*}
1427 @item
1428 @uref{#alpha*-dec-osf*,,alpha*-dec-osf*}
1429 @item
1430 @uref{#alphaev5-cray-unicosmk*,,alphaev5-cray-unicosmk*}
1431 @item
1432 @uref{#arc-*-elf,,arc-*-elf}
1433 @item
1434 @uref{#arm-*-aout,,arm-*-aout}
1435 @item
1436 @uref{#arm-*-elf,,arm-*-elf}
1437 @item
1438 @uref{#arm*-*-linux-gnu,,arm*-*-linux-gnu}
1439 @item
1440 @uref{#arm-*-riscix,,arm-*-riscix}
1441 @item
1442 @uref{#avr,,avr}
1443 @item
1444 @uref{#c4x,,c4x}
1445 @item
1446 @uref{#dos,,DOS}
1447 @item
1448 @uref{#dsp16xx,,dsp16xx}
1449 @item
1450 @uref{#elxsi-elxsi-bsd,,elxsi-elxsi-bsd}
1451 @item
1452 @uref{#*-*-freebsd*,,*-*-freebsd*}
1453 @item
1454 @uref{#h8300-hms,,h8300-hms}
1455 @item
1456 @uref{#hppa*-hp-hpux*,,hppa*-hp-hpux*}
1457 @item
1458 @uref{#hppa*-hp-hpux9,,hppa*-hp-hpux9}
1459 @item
1460 @uref{#hppa*-hp-hpux10,,hppa*-hp-hpux10}
1461 @item
1462 @uref{#hppa*-hp-hpux11,,hppa*-hp-hpux11}
1463 @item
1464 @uref{#i370-*-*,,i370-*-*}
1465 @item
1466 @uref{#*-*-linux-gnu,,*-*-linux-gnu}
1467 @item
1468 @uref{#ix86-*-linux*oldld,,i?86-*-linux*oldld}
1469 @item
1470 @uref{#ix86-*-linux*aout,,i?86-*-linux*aout}
1471 @item
1472 @uref{#ix86-*-linux*,,i?86-*-linux*}
1473 @item
1474 @uref{#ix86-*-sco,,i?86-*-sco}
1475 @item
1476 @uref{#ix86-*-sco3.2v4,,i?86-*-sco3.2v4}
1477 @item
1478 @uref{#ix86-*-sco3.2v5*,,i?86-*-sco3.2v5*}
1479 @item
1480 @uref{#ix86-*-udk,,i?86-*-udk}
1481 @item
1482 @uref{#ix86-*-isc,,i?86-*-isc}
1483 @item
1484 @uref{#ix86-*-esix,,i?86-*-esix}
1485 @item
1486 @uref{#ix86-ibm-aix,,i?86-ibm-aix}
1487 @item
1488 @uref{#ix86-sequent-bsd,,i?86-sequent-bsd}
1489 @item
1490 @uref{#ix86-sequent-ptx1*,,i?86-sequent-ptx1*, i?86-sequent-ptx2*}
1491 @item
1492 @uref{#ix86-*-sysv3*,,i?86-*-sysv3*}
1493 @item
1494 @uref{#i860-intel-osf*,,i860-intel-osf*}
1495 @item
1496 @uref{#ia64-*-linux,,ia64-*-linux}
1497 @item
1498 @uref{#*-lynx-lynxos,,*-lynx-lynxos}
1499 @item
1500 @uref{#*-ibm-aix*,,*-ibm-aix*}
1501 @item
1502 @uref{#m32r-*-elf,,m32r-*-elf}
1503 @item
1504 @uref{#m68000-hp-bsd,,m68000-hp-bsd}
1505 @item
1506 @uref{#m6811-elf,,m6811-elf}
1507 @item
1508 @uref{#m6812-elf,,m6812-elf}
1509 @item
1510 @uref{#m68k-altos,,m68k-altos}
1511 @item
1512 @uref{#m68k-apple-aux,,m68k-apple-aux}
1513 @item
1514 @uref{#m68k-att-sysv,,m68k-att-sysv}
1515 @item
1516 @uref{#m68k-bull-sysv,,m68k-bull-sysv}
1517 @item
1518 @uref{#m68k-crds-unox,,m68k-crds-unox}
1519 @item
1520 @uref{#m68k-hp-hpux,,m68k-hp-hpux}
1521 @item
1522 @uref{#m68k-*-nextstep*,,m68k-*-nextstep*}
1523 @item
1524 @uref{#m68k-ncr-*,,m68k-ncr-*}
1525 @item
1526 @uref{#m68k-sun,,m68k-sun}
1527 @item
1528 @uref{#m68k-sun-sunos4.1.1,,m68k-sun-sunos4.1.1}
1529 @item
1530 @uref{#m88k-*-svr3,,m88k-*-svr3}
1531 @item
1532 @uref{#m88k-*-dgux,,m88k-*-dgux}
1533 @item
1534 @uref{#m88k-tektronix-sysv3,,m88k-tektronix-sysv3}
1535 @item
1536 @uref{#mips-*-*,,mips-*-*}
1537 @item
1538 @uref{#mips-dec-*,,mips-dec-*}
1539 @item
1540 @uref{#mips-mips-bsd,,mips-mips-bsd}
1541 @item
1542 @uref{#mips-mips-riscos*,,mips-mips-riscos*}
1543 @item
1544 @uref{#mips-sgi-irix4,,mips-sgi-irix4}
1545 @item
1546 @uref{#mips-sgi-irix5,,mips-sgi-irix5}
1547 @item
1548 @uref{#mips-sgi-irix6,,mips-sgi-irix6}
1549 @item
1550 @uref{#mips-sony-sysv,,mips-sony-sysv}
1551 @item
1552 @uref{#ns32k-encore,,ns32k-encore}
1553 @item
1554 @uref{#ns32k-*-genix,,ns32k-*-genix}
1555 @item
1556 @uref{#ns32k-sequent,,ns32k-sequent}
1557 @item
1558 @uref{#ns32k-utek,,ns32k-utek}
1559 @item
1560 @uref{#powerpc*-*-*,,powerpc*-*-*, powerpc-*-sysv4}
1561 @item
1562 @uref{#powerpc-*-darwin*,,powerpc-*-darwin*}
1563 @item
1564 @uref{#powerpc-*-elf,,powerpc-*-elf, powerpc-*-sysv4}
1565 @item
1566 @uref{#powerpc-*-linux-gnu*,,powerpc-*-linux-gnu*}
1567 @item
1568 @uref{#powerpc-*-netbsd*,,powerpc-*-netbsd*}
1569 @item
1570 @uref{#powerpc-*-eabiaix,,powerpc-*-eabiaix}
1571 @item
1572 @uref{#powerpc-*-eabisim,,powerpc-*-eabisim}
1573 @item
1574 @uref{#powerpc-*-eabi,,powerpc-*-eabi}
1575 @item
1576 @uref{#powerpcle-*-elf,,powerpcle-*-elf, powerpcle-*-sysv4}
1577 @item
1578 @uref{#powerpcle-*-eabisim,,powerpcle-*-eabisim}
1579 @item
1580 @uref{#powerpcle-*-eabi,,powerpcle-*-eabi}
1581 @item
1582 @uref{#powerpcle-*-winnt,,powerpcle-*-winnt, powerpcle-*-pe}
1583 @item
1584 @uref{#romp-*-aos,,romp-*-aos, romp-*-mach}
1585 @item
1586 @uref{#s390-*-linux*}
1587 @item
1588 @uref{#s390x-*-linux*}
1589 @item
1590 @uref{#*-*-solaris2*,,*-*-solaris2*}
1591 @item
1592 @uref{#sparc-sun-solaris2*,,sparc-sun-solaris2*}
1593 @item
1594 @uref{#sparc-sun-solaris2.7,,sparc-sun-solaris2.7}
1595 @item
1596 @uref{#*-*-solaris2.8,,*-*-solaris2.8}
1597 @item
1598 @uref{#sparc-sun-sunos4*,,sparc-sun-sunos4*}
1599 @item
1600 @uref{#sparc-unknown-linux-gnulibc1,,sparc-unknown-linux-gnulibc1}
1601 @item
1602 @uref{#sparc-*-linux*,,sparc-*-linux*}
1603 @item
1604 @uref{#sparc64-*-*,,sparc64-*-*}
1605 @item
1606 @uref{#*-*-sysv*,,*-*-sysv*}
1607 @item
1608 @uref{#vax-dec-ultrix,,vax-dec-ultrix}
1609 @item
1610 @uref{#we32k-*-*,,we32k-*-*}
1611 @item
1612 @uref{#windows,,Microsoft Windows}
1613 @item
1614 @uref{#os2,,OS/2}
1615 @item
1616 @uref{#older,,Older systems}
1617 @end itemize
1619 @itemize
1620 @item
1621 @uref{#elf_targets,,all ELF targets} (SVR4, Solaris 2, etc.)
1622 @end itemize
1623 @end ifhtml
1626 @html
1627 <!-- -------- host/target specific issues start here ---------------- -->
1628 <hr>
1629 @end html
1630 @heading @anchor{1750a-*-*}1750a-*-*
1631 MIL-STD-1750A processors.
1633 The MIL-STD-1750A cross configuration produces output for
1634 @code{as1750}, an assembler/linker available under the GNU General Public
1635 License for the 1750A@.  @code{as1750} can be obtained at
1636 @uref{ftp://ftp.fta-berlin.de/pub/crossgcc/1750gals/}.
1637 A similarly licensed simulator for
1638 the 1750A is available from same address.
1640 You should ignore a fatal error during the building of @samp{libgcc}
1641 (@samp{libgcc} is not yet implemented for the 1750A@.)
1643 The @code{as1750} assembler requires the file @file{ms1750.inc}, which is
1644 found in the directory @file{gcc/config/1750a}.
1646 GCC produced the same sections as the Fairchild F9450 C Compiler,
1647 namely:
1649 @table @code
1650 @item Normal
1651 The program code section.
1653 @item Static
1654 The read/write (RAM) data section.
1656 @item Konst
1657 The read-only (ROM) constants section.
1659 @item Init
1660 Initialization section (code to copy KREL to SREL)@.
1661 @end table
1663 The smallest addressable unit is 16 bits (@code{BITS_PER_UNIT} is 16).  This
1664 means that type @code{char} is represented with a 16-bit word per character.
1665 The 1750A's ``Load/Store Upper/Lower Byte'' instructions are not used by
1666 GCC@.
1668 @html
1669 </p>
1670 <hr>
1671 @end html
1672 @heading @anchor{a29k}a29k
1673 AMD Am29k-family processors.  These are normally used in embedded
1674 applications.  There are no standard Unix configurations.
1675 This configuration
1676 corresponds to AMD's standard calling sequence and binary interface
1677 and is compatible with other 29k tools.
1679 You may need to make a variant of the file @file{a29k.h} for your
1680 particular configuration.
1682 @html
1683 </p>
1684 <hr>
1685 @end html
1686 @heading @anchor{a29k-*-bsd}a29k-*-bsd
1687 AMD Am29050 used in a system running a variant of BSD Unix.
1689 @html
1690 </p>
1691 <hr>
1692 @end html
1693 @heading @anchor{alpha*-*-*}alpha*-*-*
1695 This section contains general configuration information for all
1696 alpha-based platforms using ELF (in particular, ignore this section for
1697 DEC OSF/1, Digital UNIX and Tru64 UNIX)@.  In addition to reading this
1698 section, please read all other sections that match your target.
1700 We require binutils 2.11.2 or newer.
1701 Previous binutils releases had a number of problems with DWARF 2
1702 debugging information, not the least of which is incorrect linking of
1703 shared libraries.
1705 @html
1706 </p>
1707 <hr>
1708 @end html
1709 @heading @anchor{alpha*-dec-osf*}alpha*-dec-osf*
1710 Systems using processors that implement the DEC Alpha architecture and
1711 are running the DEC/Compaq Unix (DEC OSF/1, Digital UNIX, or Compaq
1712 Tru64 UNIX) operating system, for example the DEC Alpha AXP systems.
1714 In Tru64 UNIX V5.1, Compaq introduced a new assembler that does not
1715 currently (2001-06-13) work with @command{mips-tfile}.  As a workaround,
1716 we need to use the old assembler, invoked via the barely documented
1717 @option{-oldas} option.  To bootstrap GCC, you either need to use the
1718 Compaq C Compiler:
1720 @example
1721    % CC=cc @var{srcdir}/configure [@var{options}] [@var{target}]
1722 @end example
1724 or you can use a copy of GCC 2.95.3 or higher built on Tru64 UNIX V4.0:
1726 @example
1727    % CC=gcc -Wa,-oldas @var{srcdir}/configure [@var{options}] [@var{target}]
1728 @end example
1730 As of GNU binutils 2.11.2, neither GNU @command{as} nor GNU @command{ld}
1731 are supported on Tru64 UNIX, so you must not configure GCC with
1732 @option{--with-gnu-as} or @option{--with-gnu-ld}.
1734 The @option{--enable-threads} options isn't supported yet.  A patch is
1735 in preparation for a future release.  The Java runtime library has been
1736 reported to work on Tru64 UNIX V4.0F, V5.0, and V5.1, so you may try
1737 @option{--enable-libgcj} and report your results.
1739 GCC writes a @samp{.verstamp} directive to the assembler output file
1740 unless it is built as a cross-compiler.  It gets the version to use from
1741 the system header file @file{/usr/include/stamp.h}.  If you install a
1742 new version of DEC Unix, you should rebuild GCC to pick up the new version
1743 stamp.
1745 Note that since the Alpha is a 64-bit architecture, cross-compilers from
1746 32-bit machines will not generate code as efficient as that generated
1747 when the compiler is running on a 64-bit machine because many
1748 optimizations that depend on being able to represent a word on the
1749 target in an integral value on the host cannot be performed.  Building
1750 cross-compilers on the Alpha for 32-bit machines has only been tested in
1751 a few cases and may not work properly.
1753 @code{make compare} may fail on old versions of DEC Unix unless you add
1754 @option{-save-temps} to @code{CFLAGS}.  On these systems, the name of the
1755 assembler input file is stored in the object file, and that makes
1756 comparison fail if it differs between the @code{stage1} and
1757 @code{stage2} compilations.  The option @option{-save-temps} forces a
1758 fixed name to be used for the assembler input file, instead of a
1759 randomly chosen name in @file{/tmp}.  Do not add @option{-save-temps}
1760 unless the comparisons fail without that option.  If you add
1761 @option{-save-temps}, you will have to manually delete the @samp{.i} and
1762 @samp{.s} files after each series of compilations.
1764 GCC now supports both the native (ECOFF) debugging format used by DBX
1765 and GDB and an encapsulated STABS format for use only with GDB@.  See the
1766 discussion of the @option{--with-stabs} option of @file{configure} above
1767 for more information on these formats and how to select them.
1769 There is a bug in DEC's assembler that produces incorrect line numbers
1770 for ECOFF format when the @samp{.align} directive is used.  To work
1771 around this problem, GCC will not emit such alignment directives
1772 while writing ECOFF format debugging information even if optimization is
1773 being performed.  Unfortunately, this has the very undesirable
1774 side-effect that code addresses when @option{-O} is specified are
1775 different depending on whether or not @option{-g} is also specified.
1777 To avoid this behavior, specify @option{-gstabs+} and use GDB instead of
1778 DBX@.  DEC is now aware of this problem with the assembler and hopes to
1779 provide a fix shortly.
1781 @html
1782 </p>
1783 <hr>
1784 @end html
1785 @heading @anchor{alphaev5-cray-unicosmk*}alphaev5-cray-unicosmk*
1786 Cray T3E systems running Unicos/Mk.
1788 This port is incomplete and has many known bugs.  We hope to improve the
1789 support for this target soon.  Currently, only the C front end is supported,
1790 and it is not possible to build parallel applications.  Cray modules are not
1791 supported; in particular, Craylibs are assumed to be in
1792 @file{/opt/ctl/craylibs/craylibs}.
1794 You absolutely @strong{must} use GNU make on this platform.  Also, you
1795 need to tell GCC where to find the assembler and the linker.  The
1796 simplest way to do so is by providing @option{--with-as} and
1797 @option{--with-ld} to @file{configure}, e.g.@:
1799 @samp{configure --with-as=/opt/ctl/bin/cam --with-ld=/opt/ctl/bin/cld
1800 --enable-languages=c}
1802 The comparison test during @samp{make bootstrap} fails on Unicos/Mk
1803 because the assembler inserts timestamps into object files.  You should
1804 be able to work around this by doing @samp{make all} after getting this
1805 failure.
1807 @html
1808 </p>
1809 <hr>
1810 @end html
1811 @heading @anchor{arc-*-elf}arc-*-elf
1812 Argonaut ARC processor.
1813 This configuration is intended for embedded systems.
1815 @html
1816 </p>
1817 <hr>
1818 @end html
1819 @heading @anchor{arm-*-aout}arm-*-aout
1820 Advanced RISC Machines ARM-family processors.  These are often used in
1821 embedded applications.  There are no standard Unix configurations.
1822 This configuration corresponds to the basic instruction sequences and will
1823 produce @file{a.out} format object modules.
1825 You may need to make a variant of the file @file{arm.h} for your particular
1826 configuration.
1828 @html
1829 </p>
1830 <hr>
1831 @end html
1832 @heading @anchor{arm-*-elf}arm-*-elf
1833 This configuration is intended for embedded systems.
1835 @html
1836 </p>
1837 <hr>
1838 @end html
1839 @heading @anchor{arm*-*-linux-gnu}arm*-*-linux-gnu
1841 We require GNU binutils 2.10 or newer.
1843 @html
1844 </p>
1845 <hr>
1846 @end html
1847 @heading @anchor{arm-*-riscix}arm-*-riscix
1848 The ARM2 or ARM3 processor running RISC iX, Acorn's port of BSD Unix.
1849 If you are running a version of RISC iX prior to 1.2 then you must
1850 specify the version number during configuration.  Note that the
1851 assembler shipped with RISC iX does not support stabs debugging
1852 information; a new version of the assembler, with stabs support
1853 included, is now available from Acorn and via ftp
1854 @uref{ftp://ftp.acorn.com/pub/riscix/as+xterm.tar.Z}.  To enable stabs
1855 debugging, pass @option{--with-gnu-as} to configure.
1857 You will need to install GNU @command{sed} before you can run configure.
1859 @html
1860 </p>
1861 <hr>
1862 @end html
1863 @heading @anchor{avr}avr
1865 ATMEL AVR-family micro controllers.  These are used in embedded
1866 applications.  There are no standard Unix configurations.
1867 @ifnothtml
1868 @xref{AVR Options,, AVR Options, gcc, Using and Porting the GNU Compiler
1869 Collection (GCC)},
1870 @end ifnothtml
1871 @ifhtml
1872 See ``AVR Options'' in the main manual
1873 @end ifhtml
1874 for the list of supported MCU types.
1876 Use @samp{configure --target=avr --enable-languages="c"} to configure GCC@.
1878 Further installation notes and other useful information about AVR tools
1879 can also be obtained from:
1881 @itemize @bullet
1882 @item
1883 @uref{http://home.overta.ru/users/denisc,,http://home.overta.ru/users/denisc}
1884 @item
1885 @uref{http://www.itnet.pl/amelektr/avr,,http://www.itnet.pl/amelektr/avr}
1886 @end itemize
1888 We @emph{strongly} recommend using binutils 2.11 or newer.
1890 The following error:
1891 @example
1892   Error: register required
1893 @end example
1895 indicates that you should upgrade to a newer version of the binutils.
1897 @html
1898 </p>
1899 <hr>
1900 @end html
1901 @heading @anchor{c4x}c4x
1903 Texas Instruments TMS320C3x and TMS320C4x Floating Point Digital Signal
1904 Processors.  These are used in embedded applications.  There are no
1905 standard Unix configurations.
1906 @ifnothtml
1907 @xref{TMS320C3x/C4x Options,, TMS320C3x/C4x Options, gcc, Using and
1908 Porting the GNU Compiler Collection (GCC)},
1909 @end ifnothtml
1910 @ifhtml
1911 See ``TMS320C3x/C4x Options'' in the main manual
1912 @end ifhtml
1913 for the list of supported MCU types.
1915 GCC can be configured as a cross compiler for both the C3x and C4x
1916 architectures on the same system.  Use @samp{configure --target=c4x
1917 --enable-languages="c,c++"} to configure.
1920 Further installation notes and other useful information about C4x tools
1921 can also be obtained from:
1923 @itemize @bullet
1924 @item
1925 @uref{http://www.elec.canterbury.ac.nz/c4x/,,http://www.elec.canterbury.ac.nz/c4x/}
1926 @end itemize
1928 @html
1929 </p>
1930 <hr>
1931 @end html
1932 @heading @anchor{cris}CRIS
1934 CRIS is the CPU architecture in Axis Communications ETRAX system-on-a-chip
1935 series.  These are used in embedded applications.
1937 @ifnothtml
1938 @xref{CRIS Options,, CRIS Options, gcc, Using and Porting the GNU Compiler
1939 Collection (GCC)},
1940 @end ifnothtml
1941 @ifhtml
1942 See ``CRIS Options'' in the main manual
1943 @end ifhtml
1944 for a list of CRIS-specific options.
1946 There are a few different CRIS targets:
1947 @table @code
1948 @item cris-axis-aout
1949 Old target.  Includes a multilib for the @samp{elinux} a.out-based
1950 target.  No multilibs for newer architecture variants.
1951 @item cris-axis-elf
1952 Mainly for monolithic embedded systems.  Includes a multilib for the
1953 @samp{v10} core used in @samp{ETRAX 100 LX}.
1954 @item cris-axis-linux-gnu
1955 A GNU/Linux port for the CRIS architecture, currently targeting
1956 @samp{ETRAX 100 LX} by default.
1957 @end table
1959 For @code{cris-axis-aout} and @code{cris-axis-elf} you need binutils 2.11
1960 or newer.  For @code{cris-axis-linux-gnu} you need binutils 2.12 or newer.
1962 Pre-packaged tools can be obtained from
1963 @uref{ftp://ftp.axis.com/pub/axis/tools/cris/compiler-kit/}.  More
1964 information about this platform is available at
1965 @uref{http://developer.axis.com/}.
1967 @html
1968 </p>
1969 <hr>
1970 @end html
1971 @heading @anchor{dos}DOS
1973 Please have a look at our @uref{binaries.html,,binaries page}.
1975 You cannot install GCC by itself on MSDOS; it will not compile under
1976 any MSDOS compiler except itself.  You need to get the complete
1977 compilation package DJGPP, which includes binaries as well as sources,
1978 and includes all the necessary compilation tools and libraries.
1980 @html
1981 </p>
1982 <hr>
1983 @end html
1984 @heading @anchor{dsp16xx}dsp16xx
1985 A port to the AT&T DSP1610 family of processors.
1987 @html
1988 </p>
1989 <hr>
1990 @end html
1991 @heading @anchor{*-*-freebsd*}*-*-freebsd*
1993 The version of binutils installed in @file{/usr/bin} is known to work unless
1994 otherwise specified in any per-architecture notes.  However, binutils
1995 2.11 is known to improve overall testsuite results.
1997 For FreeBSD 1, FreeBSD 2 or any mutant a.out versions of FreeBSD 3: All
1998 configuration support and files as shipped with GCC 2.95 are still in
1999 place.  FreeBSD 2.2.7 has been known to bootstrap completely; however,
2000 it is unknown which version of binutils was used (it is assumed that it
2001 was the system copy in @file{/usr/bin}) and C++ EH failures were noted.
2003 For FreeBSD using the ELF file format: DWARF 2 debugging is now the
2004 default for all CPU architectures.  It had been the default on
2005 FreeBSD/alpha since its inception.  You may use @option{-gstabs} instead
2006 of @option{-g}, if you really want the old debugging format.  There are
2007 no known issues with mixing object files and libraries with different
2008 debugging formats.  Otherwise, this release of GCC should now match more
2009 of the configuration used in the stock FreeBSD configuration of GCC.  In
2010 particular, @option{--enable-threads} is now configured by default.
2011 However, as a general user, do not attempt to replace the system
2012 compiler with this release.  Known to bootstrap and check with good
2013 results on FreeBSD 3.0, 3.4, 4.0, 4.2, 4.3 and 5-CURRENT@.
2015 At this time, @option{--enable-threads} is not compatible with
2016 @option{--enable-libgcj} on FreeBSD@.
2018 @html
2019 </p>
2020 <hr>
2021 @end html
2022 @heading @anchor{elxsi-elxsi-bsd}elxsi-elxsi-bsd
2023 The Elxsi's C compiler has known limitations that prevent it from
2024 compiling GCC@.  Please contact @email{mrs@@wrs.com} for more details.
2026 @html
2027 </p>
2028 <hr>
2029 @end html
2030 @heading @anchor{h8300-hms}h8300-hms
2031 Hitachi H8/300 series of processors.
2033 Please have a look at our @uref{binaries.html,,binaries page}.
2035 The calling convention and structure layout has changed in release 2.6.
2036 All code must be recompiled.  The calling convention now passes the
2037 first three arguments in function calls in registers.  Structures are no
2038 longer a multiple of 2 bytes.
2040 @html
2041 </p>
2042 <hr>
2043 @end html
2044 @heading @anchor{hppa*-hp-hpux*}hppa*-hp-hpux*
2046 We @emph{highly} recommend using gas/binutils 2.8 or newer on all hppa
2047 platforms; you may encounter a variety of problems when using the HP
2048 assembler.
2050 Specifically, @option{-g} does not work on HP-UX (since that system
2051 uses a peculiar debugging format which GCC does not know about), unless you
2052 use GAS and GDB and configure GCC with the
2053 @uref{./configure.html#with-gnu-as,,@option{--with-gnu-as}} and
2054 @option{--with-as=@dots{}} options.
2056 If you wish to use pa-risc 2.0 architecture support, you must use either
2057 the HP assembler, gas/binutils 2.11 or a recent
2058 @uref{ftp://sources.redhat.com/pub/binutils/snapshots,,snapshot of gas}.
2060 More specific information to @samp{hppa*-hp-hpux*} targets follows.
2062 @html
2063 </p>
2064 <hr>
2065 @end html
2066 @heading @anchor{hppa*-hp-hpux9}hppa*-hp-hpux9
2068 The HP assembler has major problems on this platform.  We've tried to work
2069 around the worst of the problems.  However, those workarounds may be causing
2070 linker crashes in some circumstances; the workarounds also probably prevent
2071 shared libraries from working.  Use the GNU assembler to avoid these problems.
2074 The configuration scripts for GCC will also trigger a bug in the hpux9
2075 shell.  To avoid this problem set @env{CONFIG_SHELL} to @file{/bin/ksh}
2076 and @env{SHELL} to @file{/bin/ksh} in your environment.
2079 @html
2080 </p>
2081 <hr>
2082 @end html
2083 @heading @anchor{hppa*-hp-hpux10}hppa*-hp-hpux10
2085 For hpux10.20, we @emph{highly} recommend you pick up the latest sed patch
2086 @code{PHCO_19798} from HP@.  HP has two sites which provide patches free of
2087 charge:
2089 @itemize @bullet
2090 @item
2091 @html
2092 <a href="http://us-support.external.hp.com">US, Canada, Asia-Pacific, and
2093 Latin-America</a>
2094 @end html
2095 @ifnothtml
2096 @uref{http://us-support.external.hp.com,,}US, Canada, Asia-Pacific, and
2097 Latin-America
2098 @end ifnothtml
2099 @item
2100 @uref{http://europe-support.external.hp.com,,Europe}
2101 @end itemize
2103 The HP assembler on these systems is much better than the hpux9 assembler,
2104 but still has some problems.  Most notably the assembler inserts timestamps
2105 into each object file it creates, causing the 3-stage comparison test to fail
2106 during a @samp{make bootstrap}.  You should be able to continue by
2107 saying @samp{make all} after getting the failure from @samp{make
2108 bootstrap}.
2111 @html
2112 </p>
2113 <hr>
2114 @end html
2115 @heading @anchor{hppa*-hp-hpux11}hppa*-hp-hpux11
2117 GCC 3.0 supports HP-UX 11.  You must use GNU binutils 2.11 or above on
2118 this platform.
2120 @html
2121 </p>
2122 <hr>
2123 @end html
2124 @heading @anchor{i370-*-*}i370-*-*
2125 This port is very preliminary and has many known bugs.  We hope to
2126 have a higher-quality port for this machine soon.
2128 @html
2129 </p>
2130 <hr>
2131 @end html
2132 @heading @anchor{*-*-linux-gnu}*-*-linux-gnu
2134 If you use glibc 2.2 (or 2.1.9x), GCC 2.95.2 won't install
2135 out-of-the-box.  You'll get compile errors while building @samp{libstdc++}.
2136 The patch @uref{glibc-2.2.patch,,glibc-2.2.patch}, that is to be
2137 applied in the GCC source tree, fixes the compatibility problems.
2139 @html
2140 </p>
2141 @end html
2143 @html
2145 @end html
2147 Currently Glibc 2.2.3 (and older releases) and GCC 3.0 are out of sync
2148 since the latest exception handling changes for GCC@.  Compiling glibc
2149 with GCC 3.0 will give a binary incompatible glibc and therefore cause
2150 lots of problems and might make your system completly unusable.  This
2151 will definitly need fixes in glibc but might also need fixes in GCC@.  We
2152 strongly advise to wait for glibc 2.2.4 and to read the release notes of
2153 glibc 2.2.4 whether patches for GCC 3.0 are needed.  You can use glibc
2154 2.2.3 with GCC 3.0, just do not try to recompile it.
2156 @html
2157 </p>
2158 <hr>
2159 @end html
2160 @heading @anchor{ix86-*-linux*oldld}i?86-*-linux*oldld
2161 Use this configuration to generate @file{a.out} binaries on Linux-based
2162 GNU systems if you do not have gas/binutils version 2.5.2 or later
2163 installed.  This is an obsolete configuration.
2165 @html
2166 </p>
2167 <hr>
2168 @end html
2169 @heading @anchor{ix86-*-linux*aout}i?86-*-linux*aout
2170 Use this configuration to generate @file{a.out} binaries on Linux-based
2171 GNU systems.  This configuration is being superseded.  You must use
2172 gas/binutils version 2.5.2 or later.
2174 @html
2175 </p>
2176 <hr>
2177 @end html
2178 @heading @anchor{ix86-*-linux*}i?86-*-linux*
2180 You will need binutils 2.9.1.0.15 or newer for exception handling to work.
2182 If you receive Signal 11 errors when building on GNU/Linux, then it is
2183 possible you have a hardware problem.  Further information on this can be
2184 found on @uref{http://www.bitwizard.nl/sig11/,,www.bitwizard.nl}.
2186 @html
2187 </p>
2188 <hr>
2189 @end html
2190 @heading @anchor{ix86-*-sco}i?86-*-sco
2191 Compilation with RCC is recommended.  Also, it may be a good idea to
2192 link with GNU malloc instead of the malloc that comes with the system.
2194 @html
2195 </p>
2196 <hr>
2197 @end html
2198 @heading @anchor{ix86-*-sco3.2v4}i?86-*-sco3.2v4
2199 Use this configuration for SCO release 3.2 version 4.
2201 @html
2202 </p>
2203 <hr>
2204 @end html
2205 @heading @anchor{ix86-*-sco3.2v5*}i?86-*-sco3.2v5*
2206 Use this for the SCO OpenServer Release 5 family of operating systems.
2208 Unlike earlier versions of GCC, the ability to generate COFF with this
2209 target is no longer provided.
2211 Earlier versions of GCC emitted DWARF 1 when generating ELF to allow
2212 the system debugger to be used.  That support was too burdensome to
2213 maintain.  GCC now emits only DWARF 2 for this target.  This means you
2214 may use either the UDK debugger or GDB to debug programs built by this
2215 version of GCC@.
2217 Use of the @option{-march=pentiumpro} flag can result in
2218 unrecognized opcodes when using the native assembler on OS versions before
2219 5.0.6.  (Support for P6 opcodes was added to the native ELF assembler in
2220 that version.)  While it's rather rare to see these emitted by GCC yet,
2221 errors of the basic form:
2223 @example
2224   /usr/tmp/ccaNlqBc.s:22:unknown instruction: fcomip
2225   /usr/tmp/ccaNlqBc.s:50:unknown instruction: fucomip
2226 @end example
2228 are symptoms of this problem.  You may work around this by not
2229 building affected files with that flag, by using the GNU assembler, or
2230 by using the assembler provided with the current version of the OS@.
2231 Users of GNU assembler should see the note below for hazards on doing
2234 The native SCO assembler that is provided with the OS at no
2235 charge is normally required.  If, however, you must be able to use
2236 the GNU assembler (perhaps you're compiling code with asms that
2237 require GAS syntax) you may configure this package using the flags
2238 @uref{./configure.html#with-gnu-as,,@option{--with-gnu-as}}.  You must
2239 use a recent version of GNU binutils; versions past 2.9.1 seem to work
2240 well.
2242 In general, the @option{--with-gnu-as} option isn't as well tested
2243 as the native assembler.
2245 Look in @file{gcc/config/i386/sco5.h} (search for ``messy'') for
2246 additional OpenServer-specific flags.
2248 Systems based on OpenServer before 5.0.4 (@samp{uname -X}
2249 will tell you what you're running) require TLS597 from
2250 @uref{ftp://ftp.sco.com/TLS/,,ftp://ftp.sco.com/TLS/}
2251 for C++ constructors and destructors to work right.
2253 The system linker in (at least) 5.0.4 and 5.0.5 will sometimes
2254 do the wrong thing for a construct that GCC will emit for PIC
2255 code.  This can be seen as execution testsuite failures when using
2256 @option{-fPIC} on @file{921215-1.c}, @file{931002-1.c}, @file{nestfunc-1.c}, and @file{gcov-1.c}.
2257 For 5.0.5, an updated linker that will cure this problem is
2258 available.  You must install both
2259 @uref{ftp://ftp.sco.com/Supplements/rs505a/,,ftp://ftp.sco.com/Supplements/rs505a/}
2260 and @uref{ftp://ftp.sco.com/SLS/,,OSS499A}.
2262 The dynamic linker in OpenServer 5.0.5 (earlier versions may show
2263 the same problem) aborts on certain G77-compiled programs.  It's particularly
2264 likely to be triggered by building Fortran code with the @option{-fPIC} flag.
2265 Although it's conceivable that the error could be triggered by other
2266 code, only G77-compiled code has been observed to cause this abort.
2267 If you are getting core dumps immediately upon execution of your
2268 G77 program---and especially if it's compiled with @option{-fPIC}---try applying
2269 @uref{sco_osr5_g77.patch,,@file{sco_osr5_g77.patch}} to your @samp{libf2c} and
2270 rebuilding GCC@.
2271 Affected faults, when analyzed in a debugger, will show a stack
2272 backtrace with a fault occurring in @code{rtld()} and the program
2273 running as @file{/usr/lib/ld.so.1}.  This problem has been reported to SCO
2274 engineering and will hopefully be addressed in later releases.
2277 @html
2278 </p>
2279 <hr>
2280 @end html
2281 @heading @anchor{ix86-*-udk}i?86-*-udk
2283 This target emulates the SCO Universal Development Kit and requires that
2284 package be installed.  (If it is installed, you will have a
2285 @file{/udk/usr/ccs/bin/cc} file present.)  It's very much like the
2286 @samp{i?86-*-unixware7*} target
2287 but is meant to be used when hosting on a system where UDK isn't the
2288 default compiler such as OpenServer 5 or Unixware 2.  This target will
2289 generate binaries that will run on OpenServer, Unixware 2, or Unixware 7,
2290 with the same warnings and caveats as the SCO UDK@.
2292 This target is a little tricky to build because we have to distinguish
2293 it from the native tools (so it gets headers, startups, and libraries
2294 from the right place) while making the tools not think we're actually
2295 building a cross compiler.   The easiest way to do this is with a configure
2296 command like this:
2298 @samp{CC=/udk/usr/ccs/bin/cc @var{/your/path/to}/gcc/configure
2299 --host=i686-pc-udk --target=i686-pc-udk --program-prefix=udk-}
2301 @emph{You should substitute @samp{i686} in the above command with the appropriate
2302 processor for your host.}
2304 After the usual @samp{make bootstrap} and
2305 @samp{make install}, you can then access the UDK-targeted GCC
2306 tools by adding @command{udk-} before the commonly known name.  For
2307 example, to invoke the C compiler, you would use @command{udk-gcc}.
2308 They will coexist peacefully with any native-target GCC tools you may
2309 have installed.
2312 @html
2313 </p>
2314 <hr>
2315 @end html
2316 @heading @anchor{ix86-*-isc}i?86-*-isc
2317 It may be a good idea to link with GNU malloc instead of the malloc that
2318 comes with the system.
2320 In ISC version 4.1, @command{sed} core dumps when building
2321 @file{deduced.h}.  Use the version of @command{sed} from version 4.0.
2323 @html
2324 </p>
2325 <hr>
2326 @end html
2327 @heading @anchor{ix86-*-esix}i?86-*-esix
2328 It may be good idea to link with GNU malloc instead of the malloc that
2329 comes with the system.
2331 @html
2332 </p>
2333 <hr>
2334 @end html
2335 @heading @anchor{ix86-ibm-aix}i?86-ibm-aix
2336 You need to use GAS version 2.1 or later, and LD from
2337 GNU binutils version 2.2 or later.
2339 @html
2340 </p>
2341 <hr>
2342 @end html
2343 @heading @anchor{ix86-sequent-bsd}i?86-sequent-bsd
2344 Go to the Berkeley universe before compiling.
2346 @html
2347 </p>
2348 <hr>
2349 @end html
2350 @heading @anchor{ix86-sequent-ptx1*}i?86-sequent-ptx1*, i?86-sequent-ptx2*
2351 You must install GNU @command{sed} before running @command{configure}.
2353 @html
2354 </p>
2355 <hr>
2356 @end html
2357 @heading @anchor{#ix86-*-sysv3*}i?86-*-sysv3*
2358 The @code{fixproto} shell script may trigger a bug in the system shell.
2359 If you encounter this problem, upgrade your operating system or
2360 use @command{bash} (the GNU shell) to run @code{fixproto}.
2363 @html
2364 </p>
2365 <hr>
2366 @end html
2367 @heading @anchor{i860-intel-osf*}i860-intel-osf*
2368 On the Intel Paragon (an i860 machine), if you are using operating
2369 system version 1.0, you will get warnings or errors about redefinition
2370 of @code{va_arg} when you build GCC@.
2372 If this happens, then you need to link most programs with the library
2373 @file{iclib.a}.  You must also modify @file{stdio.h} as follows: before
2374 the lines
2376 @example
2377 #if     defined(__i860__) && !defined(_VA_LIST)
2378 #include <va_list.h>
2379 @end example
2381 @noindent
2382 insert the line
2384 @example
2385 #if __PGC__
2386 @end example
2388 @noindent
2389 and after the lines
2391 @example
2392 extern int  vprintf(const char *, va_list );
2393 extern int  vsprintf(char *, const char *, va_list );
2394 #endif
2395 @end example
2397 @noindent
2398 insert the line
2400 @example
2401 #endif /* __PGC__ */
2402 @end example
2404 These problems don't exist in operating system version 1.1.
2406 @html
2407 </p>
2408 <hr>
2409 @end html
2410 @heading @anchor{ia64-*-linux}ia64-*-linux
2411 IA-64 processor (also known as IPF, or Itanium Processor Family)
2412 running GNU/Linux.
2414 The toolchain is not completely finished, so requirements will continue
2415 to change.
2416 GCC 3.0.1 and later require glibc 2.2.4.
2417 GCC 3.0.2 requires binutils from 2001-09-05 or later.
2418 GCC 3.0.1 requires binutils 2.11.1 or later.
2420 None of the following versions of GCC has an ABI that is compatible
2421 with any of the other versions in this list, with the exception that
2422 Red Hat 2.96 and Trillian 000171 are compatible with each other:
2423 3.0.2, 3.0.1, 3.0, Red Hat 2.96, and Trillian 000717.
2424 This primarily affects C++ programs and programs that create shared libraries.
2425 Because of these ABI incompatibilities, GCC 3.0.2 is not recommended for
2426 user programs on GNU/Linux systems built using earlier compiler releases.
2427 GCC 3.0.2 is recommended for compiling linux, the kernel.
2428 GCC 3.0.2 is believed to be fully ABI compliant, and hence no more major
2429 ABI changes are expected.
2431 @html
2432 </p>
2433 <hr>
2434 @end html
2435 @heading @anchor{*-lynx-lynxos}*-lynx-lynxos
2436 LynxOS 2.2 and earlier comes with GCC 1.x already installed as
2437 @file{/bin/gcc}.  You should compile with this instead of @file{/bin/cc}.
2438 You can tell GCC to use the GNU assembler and linker, by specifying
2439 @samp{--with-gnu-as --with-gnu-ld} when configuring.  These will produce
2440 COFF format object files and executables;  otherwise GCC will use the
2441 installed tools, which produce @file{a.out} format executables.
2443 @html
2444 </p>
2445 <hr>
2446 <!-- rs6000-ibm-aix*, powerpc-ibm-aix* -->
2447 @end html
2448 @heading @anchor{*-ibm-aix*}*-ibm-aix*
2450 AIX Make frequently has problems with GCC makefiles.  GNU Make 3.76 or
2451 newer is recommended to build on this platform.
2453 Errors involving @code{alloca} when building GCC generally are due
2454 to an incorrect definition of @code{CC} in the Makefile or mixing files
2455 compiled with the native C compiler and GCC@.  During the stage1 phase of
2456 the build, the native AIX compiler @strong{must} be invoked as @command{cc}
2457 (not @command{xlc}).  Once @command{configure} has been informed of
2458 @command{xlc}, one needs to use @samp{make distclean} to remove the
2459 configure cache files and ensure that @env{CC} environment variable
2460 does not provide a definition that will confuse @command{configure}.
2461 If this error occurs during stage2 or later, then the problem most likely
2462 is the version of Make (see above).
2464 Binutils 2.10 does not support AIX 4.3.  Binutils available from the
2465 @uref{http://www-1.ibm.com/servers/aix/products/aixos/linux/,,AIX
2466 Toolbox for Linux: GNU and Open Source tools for AIX};
2467 website does work.  Binutils 2.11 is expected to include AIX 4.3
2468 support.  The GNU Assembler is necessary for @samp{libstdc++} to build.  The
2469 AIX native @command{ld} still is recommended.  The native AIX tools do
2470 interoperate with GCC@.
2472 Linking executables and shared libraries may produce warnings of
2473 duplicate symbols.  The assembly files generated by GCC for AIX always
2474 have included multiple symbol definitions for certain global variable
2475 and function declarations in the original program.  The warnings should
2476 not prevent the linker from producing a correct library or runnable
2477 executable.
2479 GCC's exception handling implementation stores process-specific data in
2480 the shared library which prevents exception handling from working
2481 correctly on AIX in a default installation.  To work around this, the
2482 shared objects need to be loaded in the process private segment to
2483 prevent them from being shared and marked read-only.  This is
2484 accomplished on AIX by installing the shared libraries
2485 (@file{libgcc_s.a} and @file{libstdc++.a}) with file permissions
2486 disallowing read-other (@samp{chmod a+x,o-r}).  If the shared libraries
2487 have been used, the shared library segment can be cleaned using the
2488 @samp{/usr/sbin/slibclean} command.
2490 AIX 4.3 utilizes a ``large format'' archive to support both 32-bit and
2491 64-bit object modules.  The routines provided in AIX 4.3.0 and AIX 4.3.1
2492 to parse archive libraries did not handle the new format correctly.
2493 These routines are used by GCC and result in error messages during
2494 linking such as ``not a COFF file''.  The version of the routines shipped
2495 with AIX 4.3.1 should work for a 32-bit environment.  The @option{-g}
2496 option of the archive command may be used to create archives of 32-bit
2497 objects using the original ``small format''.  A correct version of the
2498 routines is shipped with AIX 4.3.2 and above.
2500 Some versions of the AIX binder (linker) can fail with a relocation
2501 overflow severe error when the @option{-bbigtoc} option is used to link
2502 GCC-produced object files into an executable that overflows the TOC@.  A fix
2503 for APAR IX75823 (OVERFLOW DURING LINK WHEN USING GCC AND -BBIGTOC) is
2504 available from IBM Customer Support and from its
2505 @uref{http://techsupport.services.ibm.com/,,techsupport.services.ibm.com}
2506 website as PTF U455193.
2508 The AIX 4.3.2.1 linker (bos.rte.bind_cmds Level 4.3.2.1) will dump core
2509 with a segmentation fault when invoked by any version of GCC@.  A fix for
2510 APAR IX87327 is available from IBM Customer Support and from its
2511 @uref{http://techsupport.services.ibm.com/,,techsupport.services.ibm.com}
2512 website as PTF U461879.  This fix is incorporated in AIX 4.3.3 and above.
2514 The initial assembler shipped with AIX 4.3.0 generates incorrect object
2515 files.  A fix for APAR IX74254 (64BIT DISASSEMBLED OUTPUT FROM COMPILER FAILS
2516 TO ASSEMBLE/BIND) is available from IBM Customer Support and from its
2517 @uref{http://techsupport.services.ibm.com/,,techsupport.services.ibm.com}
2518 website as PTF U453956.  This fix is incorporated in AIX 4.3.1 and above.
2520 AIX provides National Language Support (NLS)@.  Compilers and assemblers
2521 use NLS to support locale-specific representations of various data
2522 formats including floating-point numbers (e.g., @samp{.}  vs @samp{,} for
2523 separating decimal fractions).  There have been problems reported where
2524 GCC does not produce the same floating-point formats that the assembler
2525 expects.  If one encounters this problem, set the @env{LANG}
2526 environment variable to @samp{C} or @samp{En_US}.
2528 By default, GCC for AIX 4.1 and above produces code that can be used on
2529 both Power or PowerPC processors.
2531 A default can be specified with the @option{-mcpu=@var{cpu_type}}
2532 switch and using the configure option @option{--with-cpu-@var{cpu_type}}.
2534 @html
2535 </p>
2536 <hr>
2537 @end html
2538 @heading @anchor{m32r-*-elf}m32r-*-elf
2539 Mitsubishi M32R processor.
2540 This configuration is intended for embedded systems.
2542 @html
2543 </p>
2544 <hr>
2545 @end html
2546 @heading @anchor{m68000-hp-bsd}m68000-hp-bsd
2547 HP 9000 series 200 running BSD@.  Note that the C compiler that comes
2548 with this system cannot compile GCC; contact @email{law@@cygnus.com}
2549 to get binaries of GCC for bootstrapping.
2551 @html
2552 </p>
2553 <hr>
2554 @end html
2555 @heading @anchor{m6811-elf}m6811-elf
2556 Motorola 68HC11 family micro controllers.  These are used in embedded
2557 applications.  There are no standard Unix configurations.
2559 @html
2560 </p>
2561 <hr>
2562 @end html
2563 @heading @anchor{m6812-elf}m6812-elf
2564 Motorola 68HC12 family micro controllers.  These are used in embedded
2565 applications.  There are no standard Unix configurations.
2567 @html
2568 </p>
2569 <hr>
2570 @end html
2571 @heading @anchor{m68k-altos}m68k-altos
2572 Altos 3068.  You must use the GNU assembler, linker and debugger.
2573 Also, you must fix a kernel bug.
2575 @html
2576 </p>
2577 <hr>
2578 @end html
2579 @heading @anchor{m68k-apple-aux}m68k-apple-aux
2580 Apple Macintosh running A/UX@.
2581 You may configure GCC  to use either the system assembler and
2582 linker or the GNU assembler and linker.  You should use the GNU configuration
2583 if you can, especially if you also want to use G++.  You enable
2584 that configuration with the @option{--with-gnu-as} and @option{--with-gnu-ld}
2585 options to @code{configure}.
2587 Note the C compiler that comes
2588 with this system cannot compile GCC@.  You can find binaries of GCC
2589 for bootstrapping on @code{jagubox.gsfc.nasa.gov}.
2590 You will also a patched version of @file{/bin/ld} there that
2591 raises some of the arbitrary limits found in the original.
2593 @html
2594 </p>
2595 <hr>
2596 @end html
2597 @heading @anchor{m68k-att-sysv}m68k-att-sysv
2598 AT&T 3b1, a.k.a.@: 7300 PC@.  This version of GCC cannot
2599 be compiled with the system C compiler, which is too buggy.
2600 You will need to get a previous version of GCC and use it to
2601 bootstrap.  Binaries are available from the OSU-CIS archive, at
2602 @uref{ftp://archive.cis.ohio-state.edu/pub/att7300/}.
2604 @html
2605 </p>
2606 <hr>
2607 @end html
2608 @heading @anchor{m68k-bull-sysv}m68k-bull-sysv
2609 Bull DPX/2 series 200 and 300 with BOS-2.00.45 up to BOS-2.01.  GCC works
2610 either with native assembler or GNU assembler.  You can use
2611 GNU assembler with native COFF generation by providing @option{--with-gnu-as} to
2612 the configure script or use GNU assembler with stabs-in-COFF encapsulation
2613 by providing @samp{--with-gnu-as --stabs}.  For any problem with the native
2614 assembler or for availability of the DPX/2 port of GAS, contact
2615 @email{F.Pierresteguy@@frcl.bull.fr}.
2617 @html
2618 </p>
2619 <hr>
2620 @end html
2621 @heading @anchor{m68k-crds-unox}m68k-crds-unox
2622 Use @samp{configure unos} for building on Unos.
2624 The Unos assembler is named @code{casm} instead of @code{as}.  For some
2625 strange reason linking @file{/bin/as} to @file{/bin/casm} changes the
2626 behavior, and does not work.  So, when installing GCC, you should
2627 install the following script as @file{as} in the subdirectory where
2628 the passes of GCC are installed:
2630 @example
2631 #!/bin/sh
2632 casm $*
2633 @end example
2635 The default Unos library is named @file{libunos.a} instead of
2636 @file{libc.a}.  To allow GCC to function, either change all
2637 references to @option{-lc} in @file{gcc.c} to @option{-lunos} or link
2638 @file{/lib/libc.a} to @file{/lib/libunos.a}.
2640 @cindex @code{alloca}, for Unos
2641 When compiling GCC with the standard compiler, to overcome bugs in
2642 the support of @code{alloca}, do not use @option{-O} when making stage 2.
2643 Then use the stage 2 compiler with @option{-O} to make the stage 3
2644 compiler.  This compiler will have the same characteristics as the usual
2645 stage 2 compiler on other systems.  Use it to make a stage 4 compiler
2646 and compare that with stage 3 to verify proper compilation.
2648 (Perhaps simply defining @code{ALLOCA} in @file{x-crds} as described in
2649 the comments there will make the above paragraph superfluous.  Please
2650 inform us of whether this works.)
2652 Unos uses memory segmentation instead of demand paging, so you will need
2653 a lot of memory.  5 Mb is barely enough if no other tasks are running.
2654 If linking @file{cc1} fails, try putting the object files into a library
2655 and linking from that library.
2657 @html
2658 </p>
2659 <hr>
2660 @end html
2661 @heading @anchor{m68k-hp-hpux}m68k-hp-hpux
2662 HP 9000 series 300 or 400 running HP-UX@.  HP-UX version 8.0 has a bug in
2663 the assembler that prevents compilation of GCC@.  This
2664 bug manifests itself during the first stage of compilation, while
2665 building @file{libgcc2.a}:
2667 @smallexample
2668 _floatdisf
2669 cc1: warning: `-g' option not supported on this version of GCC
2670 cc1: warning: `-g1' option not supported on this version of GCC
2671 ./xgcc: Internal compiler error: program as got fatal signal 11
2672 @end smallexample
2674 A patched version of the assembler is available as the file
2675 @uref{ftp://altdorf.ai.mit.edu/archive/cph/hpux-8.0-assembler}.  If you
2676 have HP software support, the patch can also be obtained directly from
2677 HP, as described in the following note:
2679 @quotation
2680 This is the patched assembler, to patch SR#1653-010439, where the
2681 assembler aborts on floating point constants.
2683 The bug is not really in the assembler, but in the shared library
2684 version of the function ``cvtnum(3c)''.  The bug on ``cvtnum(3c)'' is
2685 SR#4701-078451.  Anyway, the attached assembler uses the archive
2686 library version of ``cvtnum(3c)'' and thus does not exhibit the bug.
2687 @end quotation
2689 This patch is also known as PHCO_4484.
2691 In addition, if you wish to use gas, you must use
2692 gas version 2.1 or later, and you must use the GNU linker version 2.1 or
2693 later.  Earlier versions of gas relied upon a program which converted the
2694 gas output into the native HP-UX format, but that program has not been
2695 kept up to date.  gdb does not understand that native HP-UX format, so
2696 you must use gas if you wish to use gdb.
2698 On HP-UX version 8.05, but not on 8.07 or more recent versions, the
2699 @code{fixproto} shell script triggers a bug in the system shell.  If you
2700 encounter this problem, upgrade your operating system or use BASH (the
2701 GNU shell) to run @code{fixproto}.  This bug will cause the fixproto
2702 program to report an error of the form:
2704 @example
2705 ./fixproto: sh internal 1K buffer overflow
2706 @end example
2708 To fix this, you can also change the first line of the fixproto script
2709 to look like:
2711 @example
2712 #!/bin/ksh
2713 @end example
2716 @html
2717 </p>
2718 <hr>
2719 @end html
2720 @heading @anchor{m68k-*-nextstep*}m68k-*-nextstep*
2722 Current GCC versions probably do not work on version 2 of the NeXT
2723 operating system.
2725 On NeXTStep 3.0, the Objective-C compiler does not work, due,
2726 apparently, to a kernel bug that it happens to trigger.  This problem
2727 does not happen on 3.1.
2729 You absolutely @strong{must} use GNU sed and GNU make on this platform.
2732 On NeXTSTEP 3.x where x < 3 the build of GCC will abort during  
2733 stage1 with an error message like this:
2735 @example
2736   _eh
2737   /usr/tmp/ccbbsZ0U.s:987:Unknown pseudo-op: .section
2738   /usr/tmp/ccbbsZ0U.s:987:Rest of line ignored. 1st junk character
2739   valued 95 (_).
2740 @end example
2742 The reason for this is the fact that NeXT's assembler for these
2743 versions of the operating system does not support the @samp{.section}
2744 pseudo op that's needed for full C++ exception functionality.
2746 As NeXT's assembler is a derived work from GNU as, a free
2747 replacement that does can be obtained at
2748 @uref{ftp://ftp.next.peak.org:/next-ftp/next/apps/devtools/as.3.3.NIHS.s.tar.gz,,ftp://ftp.next.peak.org:/next-ftp/next/apps/devtools/as.3.3.NIHS.s.tar.gz}.
2750 If you try to build the integrated C++ & C++ runtime libraries on this system
2751 you will run into trouble with include files.  The way to get around this is
2752 to use the following sequence.  Note you must have write permission to
2753 the directory @var{prefix} you specified in the configuration process of GCC
2754 for this sequence to work.
2756 @example
2757   cd bld-gcc
2758   make all-texinfo all-bison all-byacc all-binutils all-gas all-ld
2759   cd gcc
2760   make bootstrap
2761   make install-headers-tar
2762   cd ..
2763   make bootstrap3
2764 @end example
2766 @html
2767 </p>
2768 <hr>
2769 @end html
2770 @heading @anchor{m68k-ncr-*}m68k-ncr-*
2771 On the Tower models 4@var{n}0 and 6@var{n}0, by default a process is not
2772 allowed to have more than one megabyte of memory.  GCC cannot compile
2773 itself (or many other programs) with @option{-O} in that much memory.
2775 To solve this problem, reconfigure the kernel adding the following line
2776 to the configuration file:
2778 @smallexample
2779 MAXUMEM = 4096
2780 @end smallexample
2783 @html
2784 </p>
2785 <hr>
2786 @end html
2787 @heading @anchor{m68k-sun}m68k-sun
2788 Sun 3.  We do not provide a configuration file to use the Sun FPA by
2789 default, because programs that establish signal handlers for floating
2790 point traps inherently cannot work with the FPA@.
2792 @html
2793 </p>
2794 <hr>
2795 @end html
2796 @heading @anchor{m68k-sun-sunos4.1.1}m68k-sun-sunos4.1.1
2798 It is reported that you may need the GNU assembler on this platform.
2801 @html
2802 </p>
2803 <hr>
2804 @end html
2805 @heading @anchor{m88k-*-svr3}m88k-*-svr3
2806 Motorola m88k running the AT&T/Unisoft/Motorola V.3 reference port.
2807 These systems tend to use the Green Hills C, revision 1.8.5, as the
2808 standard C compiler.  There are apparently bugs in this compiler that
2809 result in object files differences between stage 2 and stage 3.  If this
2810 happens, make the stage 4 compiler and compare it to the stage 3
2811 compiler.  If the stage 3 and stage 4 object files are identical, this
2812 suggests you encountered a problem with the standard C compiler; the
2813 stage 3 and 4 compilers may be usable.
2815 It is best, however, to use an older version of GCC for bootstrapping
2816 if you have one.
2818 @html
2819 </p>
2820 <hr>
2821 @end html
2822 @heading @anchor{m88k-*-dgux}m88k-*-dgux
2823 Motorola m88k running DG/UX@.  To build 88open BCS native or cross
2824 compilers on DG/UX, specify the configuration name as
2825 @samp{m88k-*-dguxbcs} and build in the 88open BCS software development
2826 environment.  To build ELF native or cross compilers on DG/UX, specify
2827 @samp{m88k-*-dgux} and build in the DG/UX ELF development environment.
2828 You set the software development environment by issuing
2829 @samp{sde-target} command and specifying either @samp{m88kbcs} or
2830 @samp{m88kdguxelf} as the operand.
2832 If you do not specify a configuration name, @file{configure} guesses the
2833 configuration based on the current software development environment.
2835 @html
2836 </p>
2837 <hr>
2838 @end html
2839 @heading @anchor{m88k-tektronix-sysv3}m88k-tektronix-sysv3
2840 Tektronix XD88 running UTekV 3.2e.  Do not turn on
2841 optimization while building stage1 if you bootstrap with
2842 the buggy Green Hills compiler.  Also, the bundled LAI
2843 System V NFS is buggy so if you build in an NFS mounted
2844 directory, start from a fresh reboot, or avoid NFS all together.
2845 Otherwise you may have trouble getting clean comparisons
2846 between stages.
2848 @html
2849 </p>
2850 <hr>
2851 @end html
2852 @heading @anchor{mips-*-*}mips-*-*
2853 If you use the 1.31 version of the MIPS assembler (such as was shipped
2854 with Ultrix 3.1), you will need to use the @option{-fno-delayed-branch} switch
2855 when optimizing floating point code.  Otherwise, the assembler will
2856 complain when the GCC compiler fills a branch delay slot with a
2857 floating point instruction, such as @code{add.d}.
2859 If on a MIPS system you get an error message saying ``does not have gp
2860 sections for all it's [sic] sectons [sic]'', don't worry about it.  This
2861 happens whenever you use GAS with the MIPS linker, but there is not
2862 really anything wrong, and it is okay to use the output file.  You can
2863 stop such warnings by installing the GNU linker.
2865 It would be nice to extend GAS to produce the gp tables, but they are
2866 optional, and there should not be a warning about their absence.
2868 Users have reported some problems with version 2.0 of the MIPS
2869 compiler tools that were shipped with Ultrix 4.1.  Version 2.10
2870 which came with Ultrix 4.2 seems to work fine.
2872 Users have also reported some problems with version 2.20 of the
2873 MIPS compiler tools that were shipped with RISC/os 4.x.  The earlier
2874 version 2.11 seems to work fine.
2876 Some versions of the MIPS linker will issue an assertion failure
2877 when linking code that uses @code{alloca} against shared
2878 libraries on RISC-OS 5.0, and DEC's OSF/1 systems.  This is a bug
2879 in the linker, that is supposed to be fixed in future revisions.
2880 To protect against this, GCC passes @option{-non_shared} to the
2881 linker unless you pass an explicit @option{-shared} or
2882 @option{-call_shared} switch.
2884 @heading @anchor{mips-mips-bsd}mips-mips-bsd
2885 MIPS machines running the MIPS operating system in BSD mode.  It's
2886 possible that some old versions of the system lack the functions
2887 @code{memcpy}, @code{memmove}, @code{memcmp}, and @code{memset}.  If your
2888 system lacks these, you must remove or undo the definition of
2889 @code{TARGET_MEM_FUNCTIONS} in @file{mips-bsd.h}.
2891 If you use the MIPS C compiler to bootstrap, it may be necessary
2892 to increase its table size for switch statements with the
2893 @option{-Wf,-XNg1500} option.  If you use the @option{-O2}
2894 optimization option, you also need to use @option{-Olimit 3000}.
2895 Both of these options are automatically generated in the
2896 @file{Makefile} that the shell script @file{configure} builds.
2897 If you override the @code{CC} make variable and use the MIPS
2898 compilers, you may need to add @option{-Wf,-XNg1500 -Olimit 3000}.
2900 @html
2901 </p>
2902 <hr>
2903 @end html
2904 @heading @anchor{mips-dec-*}mips-dec-*
2905 MIPS-based DECstations can support three different personalities:
2906 Ultrix, DEC OSF/1, and OSF/rose.  (Alpha-based DECstation products have
2907 a configuration name beginning with @samp{alpha*-dec}.)  To configure GCC
2908 for these platforms use the following configurations:
2910 @table @samp
2911 @item mips-dec-ultrix
2912 Ultrix configuration.
2914 @item mips-dec-osf1
2915 DEC's version of OSF/1.
2917 @item mips-dec-osfrose
2918 Open Software Foundation reference port of OSF/1 which uses the
2919 OSF/rose object file format instead of ECOFF@.  Normally, you
2920 would not select this configuration.
2921 @end table
2923 If you use the MIPS C compiler to bootstrap, it may be necessary
2924 to increase its table size for switch statements with the
2925 @option{-Wf,-XNg1500} option.  If you use the @option{-O2}
2926 optimization option, you also need to use @option{-Olimit 3000}.
2927 Both of these options are automatically generated in the
2928 @file{Makefile} that the shell script @file{configure} builds.
2929 If you override the @code{CC} make variable and use the MIPS
2930 compilers, you may need to add @option{-Wf,-XNg1500 -Olimit 3000}.
2932 @html
2933 </p>
2934 <hr>
2935 @end html
2936 @heading @anchor{mips-mips-riscos*}mips-mips-riscos*
2937 If you use the MIPS C compiler to bootstrap, it may be necessary
2938 to increase its table size for switch statements with the
2939 @option{-Wf,-XNg1500} option.  If you use the @option{-O2}
2940 optimization option, you also need to use @option{-Olimit 3000}.
2941 Both of these options are automatically generated in the
2942 @file{Makefile} that the shell script @file{configure} builds.
2943 If you override the @code{CC} make variable and use the MIPS
2944 compilers, you may need to add @samp{-Wf,-XNg1500 -Olimit 3000}.
2946 MIPS computers running RISC-OS can support four different
2947 personalities: default, BSD 4.3, System V.3, and System V.4
2948 (older versions of RISC-OS don't support V.4).  To configure GCC
2949 for these platforms use the following configurations:
2951 @table @samp
2952 @item mips-mips-riscos@var{rev}
2953 Default configuration for RISC-OS, revision @var{rev}.
2955 @item mips-mips-riscos@var{rev}bsd
2956 BSD 4.3 configuration for RISC-OS, revision @var{rev}.
2958 @item mips-mips-riscos@var{rev}sysv4
2959 System V.4 configuration for RISC-OS, revision @var{rev}.
2961 @html
2962 </p>
2963 <hr>
2964 @end html
2965 @item mips-mips-riscos@var{rev}sysv
2966 System V.3 configuration for RISC-OS, revision @var{rev}.
2967 @end table
2969 The revision @code{rev} mentioned above is the revision of
2970 RISC-OS to use.  You must reconfigure GCC when going from a
2971 RISC-OS revision 4 to RISC-OS revision 5.  This has the effect of
2972 avoiding a linker bug.
2974 @html
2975 </p>
2976 <hr>
2977 @end html
2978 @heading @anchor{mips-sgi-irix4}mips-sgi-irix4
2980 In order to compile GCC on an SGI running IRIX 4, the ``c.hdr.lib''
2981 option must be installed from the CD-ROM supplied from Silicon Graphics.
2982 This is found on the 2nd CD in release 4.0.1.
2984 On IRIX version 4.0.5F, and perhaps on some other versions as well,
2985 there is an assembler bug that reorders instructions incorrectly.  To
2986 work around it, specify the target configuration
2987 @samp{mips-sgi-irix4loser}.  This configuration inhibits assembler
2988 optimization.
2990 In a compiler configured with target @samp{mips-sgi-irix4}, you can turn
2991 off assembler optimization by using the @option{-noasmopt} option.  This
2992 compiler option passes the option @option{-O0} to the assembler, to
2993 inhibit reordering.
2995 The @option{-noasmopt} option can be useful for testing whether a problem
2996 is due to erroneous assembler reordering.  Even if a problem does not go
2997 away with @option{-noasmopt}, it may still be due to assembler
2998 reordering---perhaps GCC itself was miscompiled as a result.
3000 You may get the following warning on IRIX 4 platforms, it can be safely
3001 ignored.
3002 @example
3003   warning: foo.o does not have gp tables for all its sections.
3004 @end example
3006 @html
3007 </p>
3008 <hr>
3009 @end html
3010 @heading @anchor{mips-sgi-irix5}mips-sgi-irix5
3012 This configuration has considerable problems, which will be fixed in a
3013 future release.
3015 In order to compile GCC on an SGI running IRIX 5, the ``compiler_dev.hdr''
3016 subsystem must be installed from the IDO CD-ROM supplied by Silicon
3017 Graphics.  It is also available for download from
3018 @uref{http://www.sgi.com/developers/devtools/apis/ido.html,,http://www.sgi.com/developers/devtools/apis/ido.html}.
3020 @code{make compare} may fail on version 5 of IRIX unless you add
3021 @option{-save-temps} to @code{CFLAGS}.  On these systems, the name of the
3022 assembler input file is stored in the object file, and that makes
3023 comparison fail if it differs between the @code{stage1} and
3024 @code{stage2} compilations.  The option @option{-save-temps} forces a
3025 fixed name to be used for the assembler input file, instead of a
3026 randomly chosen name in @file{/tmp}.  Do not add @option{-save-temps}
3027 unless the comparisons fail without that option.  If you do you
3028 @option{-save-temps}, you will have to manually delete the @samp{.i} and
3029 @samp{.s} files after each series of compilations.
3031 If you use the MIPS C compiler to bootstrap, it may be necessary
3032 to increase its table size for switch statements with the
3033 @option{-Wf,-XNg1500} option.  If you use the @option{-O2}
3034 optimization option, you also need to use @option{-Olimit 3000}.
3036 To enable debugging under IRIX 5, you must use GNU @command{as} 2.11.2
3037 or later, 
3038 and use the @option{--with-gnu-as} configure option when configuring GCC.
3039 GNU @command{as} is distributed as part of the binutils package.
3040 When using release 2.11.2, you need to apply a patch 
3041 @uref{http://sources.redhat.com/ml/binutils/2001-07/msg00352.html,,http://sources.redhat.com/ml/binutils/2001-07/msg00352.html}
3042 which will be included in the next release of binutils.
3044 When building GCC, the build process loops rebuilding @command{cc1} over
3045 and over again.  This happens on @samp{mips-sgi-irix5.2}, and possibly
3046 other platforms.  It has been reported that this is a known bug in the
3047 @command{make} shipped with IRIX 5.2.  We recommend you use GNU
3048 @command{make} instead of the vendor supplied @command{make} program;
3049 however, you may have success with @command{smake} on IRIX 5.2 if you do
3050 not have GNU @command{make} available.
3052 @html
3053 </p>
3054 <hr>
3055 @end html
3056 @heading @anchor{mips-sgi-irix6}mips-sgi-irix6
3058 If you are using IRIX @command{cc} as your bootstrap compiler, you must
3059 ensure that the N32 ABI is in use.  To test this, compile a simple C
3060 file with @command{cc} and then run @command{file} on the
3061 resulting object file.  The output should look like:
3063 @example
3064 test.o: ELF N32 MSB @dots{}
3065 @end example
3067 If you see:
3069 @example
3070 test.o: ELF 32-bit MSB @dots{}
3071 @end example
3075 @example
3076 test.o: ELF 64-bit MSB @dots{}
3077 @end example
3079 then your version of @command{cc} uses the O32 or N64 ABI by default.  You
3080 should set the environment variable @env{CC} to @samp{cc -n32}
3081 before configuring GCC@.
3083 GCC on IRIX 6 is usually built to support both the N32 and N64 ABIs.  If
3084 you build GCC on a system that doesn't have the N64 libraries installed,
3085 you need to configure with @option{--disable-multilib} so GCC doesn't
3086 try to use them.  Look for @file{/usr/lib64/libc.so.1} to see if you
3087 have the 64-bit libraries installed.
3089 You must @emph{not} use GNU @command{as} (which isn't built anyway as of
3090 binutils 2.11.2) on IRIX 6 platforms; doing so will only cause problems.
3092 GCC does not currently support generating O32 ABI binaries in the
3093 @samp{mips-sgi-irix6} configurations.  It is possible to create a GCC
3094 with O32 ABI only support by configuring it for the @samp{mips-sgi-irix5}
3095 target and using a patched GNU @command{as} 2.11.2 as documented in the
3096 @uref{#mips-sgi-irix5,,@samp{mips-sgi-irix5}} section above.  Using the
3097 native assembler requires patches to GCC which will be included in a
3098 future release.  It is
3099 expected that O32 ABI support will be available again in a future release.
3101 The @option{--enable-threads} option doesn't currently work, a patch is
3102 in preparation for a future release.  The @option{--enable-libgcj}
3103 option is disabled by default: IRIX 6 uses a very low default limit
3104 (20480) for the command line length.  Although libtool contains a
3105 workaround for this problem, at least the N64 @samp{libgcj} is known not
3106 to build despite this, running into an internal error of the native
3107 @command{ld}.  A sure fix is to increase this limit (@samp{ncargs}) to
3108 its maximum of 262144 bytes.  If you have root access, you can use the
3109 @command{systune} command to do this.
3111 GCC does not correctly pass/return structures which are
3112 smaller than 16 bytes and which are not 8 bytes.  The problem is very
3113 involved and difficult to fix.  It affects a number of other targets also,
3114 but IRIX 6 is affected the most, because it is a 64 bit target, and 4 byte
3115 structures are common.  The exact problem is that structures are being padded
3116 at the wrong end, e.g.@: a 4 byte structure is loaded into the lower 4 bytes
3117 of the register when it should be loaded into the upper 4 bytes of the
3118 register.
3120 GCC is consistent with itself, but not consistent with the SGI C compiler
3121 (and the SGI supplied runtime libraries), so the only failures that can
3122 happen are when there are library functions that take/return such
3123 structures. There are very few such library functions.  Currently this
3124 is known to affect @code{inet_ntoa}, @code{inet_lnaof},
3125 @code{inet_netof}, @code{inet_makeaddr}, and @code{semctl}.  Until the
3126 bug is fixed, GCC contains workarounds for the known affected functions.
3128 See @uref{http://freeware.sgi.com/,,http://freeware.sgi.com/} for more
3129 information about using GCC on IRIX platforms.
3131 @html
3132 </p>
3133 <hr>
3134 @end html
3135 @heading @anchor{mips-sony-sysv}mips-sony-sysv
3136 Sony MIPS NEWS@.  This works in NEWSOS 5.0.1, but not in 5.0.2 (which
3137 uses ELF instead of COFF)@.  Support for 5.0.2 will probably be provided
3138 soon by volunteers.  In particular, the linker does not like the
3139 code generated by GCC when shared libraries are linked in.
3142 @html
3143 </p>
3144 <hr>
3145 @end html
3146 @heading @anchor{ns32k-encore}ns32k-encore
3147 Encore ns32000 system.  Encore systems are supported only under BSD@.
3149 @html
3150 </p>
3151 <hr>
3152 @end html
3153 @heading @anchor{ns32k-*-genix}ns32k-*-genix
3154 National Semiconductor ns32000 system.  Genix has bugs in @code{alloca}
3155 and @code{malloc}; you must get the compiled versions of these from GNU
3156 Emacs.
3158 @html
3159 </p>
3160 <hr>
3161 @end html
3162 @heading @anchor{ns32k-sequent}ns32k-sequent
3163 Go to the Berkeley universe before compiling.
3165 @html
3166 </p>
3167 <hr>
3168 @end html
3169 @heading @anchor{ns32k-utek}ns32k-utek
3170 UTEK ns32000 system (``merlin'').  The C compiler that comes with this
3171 system cannot compile GCC; contact @samp{tektronix!reed!mason} to get
3172 binaries of GCC for bootstrapping.
3175 @html
3176 </p>
3177 <hr>
3178 @end html
3179 @heading @anchor{powerpc*-*-*}powerpc-*-*
3181 You can specify a default version for the @option{-mcpu=@var{cpu_type}}
3182 switch by using the configure option @option{--with-cpu-@var{cpu_type}}.
3184 @html
3185 </p>
3186 <hr>
3187 @end html
3188 @heading @anchor{powerpc-*-darwin*}powerpc-*-darwin*
3189 PowerPC running Darwin (Mac OS X kernel).
3191 GCC 3.0 does not support Darwin, but 3.1 and later releases will work.
3193 Pre-installed versions of Mac OS X may not include any developer tools,
3194 meaning that you will not be able to build GCC from source.  Tool
3195 binaries are available at
3196 @uref{http://www.opensource.apple.com/projects/darwin} (free
3197 registration required).
3199 Versions of the assembler prior to ``cctools-364'' cannot handle the
3200 4-argument form of rlwinm and related mask-using instructions.  Darwin
3201 1.3 (Mac OS X 10.0) uses cctools-353 for instance.  To get cctools-364,
3202 check out @file{cctools} with tag @samp{Apple-364}, build it, and
3203 install the assembler as @file{usr/bin/as}.  See
3204 @uref{http://www.opensource.apple.com/tools/cvs/docs.html} for details.
3206 Also, the default stack limit of 512K is too small, and a bootstrap will
3207 typically fail when self-compiling @file{expr.c}.  Set the stack to 800K
3208 or more, for instance by doing @samp{limit stack 800}.  It's also
3209 convenient to use the GNU preprocessor instead of Apple's during the
3210 first stage of bootstrapping; this is automatic when doing @samp{make
3211 bootstrap}, but to do it from the toplevel objdir you will need to say
3212 @samp{make CC='cc -no-cpp-precomp' bootstrap}.
3214 Note that the version of GCC shipped by Apple typically includes a
3215 number of extensions not available in a standard GCC release.  These
3216 extensions are generally specific to Mac programming.
3218 @html
3219 </p>
3220 <hr>
3221 @end html
3222 @heading @anchor{powerpc-*-elf}powerpc-*-elf, powerpc-*-sysv4
3223 PowerPC system in big endian mode, running System V.4.
3225 @html
3226 </p>
3227 <hr>
3228 @end html
3229 @heading @anchor{powerpc-*-linux-gnu*}powerpc-*-linux-gnu*
3231 You will need
3232 @uref{ftp://ftp.varesearch.com/pub/support/hjl/binutils,,binutils 2.9.4.0.8}
3233 or newer for a working GCC@.  It is strongly recommended to recompile binutils
3234 if you initially built it with gcc-2.7.2.x.
3236 @html
3237 </p>
3238 <hr>
3239 @end html
3240 @heading @anchor{powerpc-*-netbsd*}powerpc-*-netbsd*
3241 PowerPC system in big endian mode running NetBSD@.  To build the
3242 documentation you will need Texinfo version 4.0 (NetBSD 1.5.1 included
3243 Texinfo version 3.12).
3245 @html
3246 </p>
3247 <hr>
3248 @end html
3249 @heading @anchor{powerpc-*-eabiaix}powerpc-*-eabiaix
3250 Embedded PowerPC system in big endian mode with @option{-mcall-aix} selected as
3251 the default.
3253 @html
3254 </p>
3255 <hr>
3256 @end html
3257 @heading @anchor{powerpc-*-eabisim}powerpc-*-eabisim
3258 Embedded PowerPC system in big endian mode for use in running under the
3259 PSIM simulator.
3261 @html
3262 </p>
3263 <hr>
3264 @end html
3265 @heading @anchor{powerpc-*-eabi}powerpc-*-eabi
3266 Embedded PowerPC system in big endian mode.
3268 @html
3269 </p>
3270 <hr>
3271 @end html
3272 @heading @anchor{powerpcle-*-elf}powerpcle-*-elf, powerpcle-*-sysv4
3273 PowerPC system in little endian mode, running System V.4.
3275 @html
3276 </p>
3277 <hr>
3278 @end html
3279 @heading @anchor{powerpcle-*-eabisim}powerpcle-*-eabisim
3280 Embedded PowerPC system in little endian mode for use in running under
3281 the PSIM simulator.
3283 @html
3284 </p>
3285 <hr>
3286 @end html
3287 @heading @anchor{powerpcle-*-eabi}powerpcle-*-eabi
3288 Embedded PowerPC system in little endian mode.
3290 @html
3291 </p>
3292 <hr>
3293 @end html
3294 @heading @anchor{powerpcle-*-winnt}powerpcle-*-winnt, powerpcle-*-pe
3295 PowerPC system in little endian mode running Windows NT@.
3297 @html
3298 </p>
3299 <hr>
3300 @end html
3301 @heading @anchor{romp-*-aos}romp-*-aos, romp-*-mach
3302 The only operating systems supported for the IBM RT PC are AOS and
3303 MACH@.  GCC does not support AIX running on the RT@.  We recommend you
3304 compile GCC with an earlier version of itself; if you compile GCC
3305 with @command{hc}, the Metaware compiler, it will work, but you will get
3306 mismatches between the stage 2 and stage 3 compilers in various files.
3307 These errors are minor differences in some floating-point constants and
3308 can be safely ignored; the stage 3 compiler is correct.
3310 @html
3311 </p>
3312 <hr>
3313 @end html
3314 @heading @anchor{s390-*-linux*}s390-*-linux*
3315 S/390 system running Linux for S/390@. 
3317 @html
3318 </p>
3319 <hr>
3320 @end html
3321 @heading @anchor{s390x-*-linux*}s390x-*-linux*
3322 zSeries system (64 Bit) running Linux for zSeries@. 
3324 @html
3325 </p>
3326 <hr>
3327 @end html
3328 @c Please use Solaris 2 to refer to all release of Solaris, starting
3329 @c with 2.0 until 2.6, 7, and 8.  Solaris 1 was a marketing name for
3330 @c SunOS 4 releases which we don't use to avoid confusion.  Solaris
3331 @c alone is too unspecific and must be avoided.
3332 @heading @anchor{*-*-solaris2*}*-*-solaris2*
3334 Sun does not ship a C compiler with Solaris 2.  To bootstrap and install
3335 GCC you first have to install a pre-built compiler, see our
3336 @uref{binaries.html,,binaries page} for details.
3338 The Solaris 2 @command{/bin/sh} will often fail to configure
3339 @file{libstdc++-v3}, @file{boehm-gc} or
3340 @file{libjava}.  If you encounter this problem, set @env{CONFIG_SHELL} to
3341 @command{/bin/ksh} in your environment and run @command{make bootstrap} again.
3342 Another possibility that sometimes helps is to remove
3343 @file{*-*-solaris2*/config.cache}.
3345 Solaris 2 comes with a number of optional OS packages.  Some of these
3346 packages are needed to use GCC fully, namely @code{SUNWarc},
3347 @code{SUNWbtool}, @code{SUNWesu}, @code{SUNWhea}, @code{SUNWlibm},
3348 @code{SUNWsprot}, and @code{SUNWtoo}.  If you did not install all
3349 optional packages when installing Solaris 2, you will need to verify that
3350 the packages that GCC needs are installed.
3352 To check whether an optional package is installed, use
3353 the @command{pkginfo} command.  To add an optional package, use the
3354 @command{pkgadd} command.  For further details, see the Solaris 2
3355 documentation.
3357 Trying to use the linker and other tools in
3358 @file{/usr/ucb} to install GCC has been observed to cause trouble.
3359 For example, the linker may hang indefinitely.  The fix is to remove
3360 @file{/usr/ucb} from your @env{PATH}.
3362 All releases of GNU binutils prior to 2.11.2 have known bugs on this
3363 platform.  We recommend the use of GNU binutils 2.11.2 or the vendor
3364 tools (Sun @command{as}, Sun @command{ld}).
3366 Sun bug 4296832 turns up when compiling X11 headers with GCC 2.95 or
3367 newer: @command{g++} will complain that types are missing.  These headers assume
3368 that omitting the type means @code{int}; this assumption worked for C89 but
3369 is wrong for C++, and is now wrong for C99 also.
3371 @command{g++} accepts such (invalid) constructs with the option
3372 @option{-fpermissive}; it
3373 will assume that any missing type is @code{int} (as defined by C89).
3375 There are patches for Solaris 2.6 (105633-56 or newer for SPARC,
3376 106248-42 or newer for Intel), Solaris 7 (108376-21 or newer for SPARC,
3377 108377-20 for Intel), and Solaris 8 (108652-24 or newer for SPARC,
3378 108653-22 for Intel) that fix this bug.
3380 @html
3381 </p>
3382 <hr>
3383 @end html
3384 @heading @anchor{sparc-sun-solaris2*}sparc-sun-solaris2*
3386 Sun @command{as} 4.x is broken in that it cannot cope with long symbol names.
3387 A typical error message might look similar to the following:
3389 @samp{/usr/ccs/bin/as: "/var/tmp/ccMsw135.s", line 11041:
3390 error: can't compute value of an expression involving an external symbol.}
3392 This is Sun bug 4237974.  This is fixed with patch 108908-02 for Solaris
3393 2.6 and has been fixed in later (5.x) versions of the assembler,
3394 starting with Solaris 7.
3396 Starting with Solaris 7, the operating system is capable of executing
3397 64-bit SPARC V9 binaries.  GCC 3.1 and later should properly support
3398 this.  GCC 3.0 lacks the infrastructure necessary to support this
3399 configuration properly.  However, if all you want is code tuned for
3400 the UltraSPARC CPU, you should try the @option{-mtune=ultrasparc}
3401 option instead, which should be safe from those bugs and produce code
3402 that, unlike full 64-bit code, can still run on non-UltraSPARC
3403 machines.
3405 @html
3406 </p>
3407 <hr>
3408 @end html
3409 @heading @anchor{sparc-sun-solaris2.7}sparc-sun-solaris2.7
3411 Sun patch 107058-01 (1999-01-13) for Solaris 7/SPARC triggers a bug in
3412 the dynamic linker.  This problem (Sun bug 4210064) affects GCC 2.8
3413 and later, including all EGCS releases.  Sun formerly recommended
3414 107058-01 for all Solaris 7 users, but around 1999-09-01 it started to
3415 recommend it only for people who use Sun's compilers.
3417 Here are some workarounds to this problem:
3418 @itemize @bullet
3419 @item
3420 Do not install Sun patch 107058-01 until after Sun releases a
3421 complete patch for bug 4210064.  This is the simplest course to take,
3422 unless you must also use Sun's C compiler.  Unfortunately 107058-01
3423 is preinstalled on some new Solaris 7-based hosts, so you may have to
3424 back it out.
3426 @item
3427 Copy the original, unpatched Solaris 7
3428 @command{/usr/ccs/bin/as} into
3429 @command{/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.0/as},
3430 adjusting the latter name to fit your local conventions and software
3431 version numbers.
3433 @item
3434 Install Sun patch 106950-03 (1999-05-25) or later.  Nobody with
3435 both 107058-01 and 106950-03 installed has reported the bug with GCC
3436 and Sun's dynamic linker.  This last course of action is riskiest,
3437 for two reasons.  First, you must install 106950 on all hosts that
3438 run code generated by GCC; it doesn't suffice to install it only on
3439 the hosts that run GCC itself.  Second, Sun says that 106950-03 is
3440 only a partial fix for bug 4210064, but Sun doesn't know whether the
3441 partial fix is adequate for GCC@.  Revision -08 or later should fix
3442 the bug.  The current (as of 2001-09-24) revision is -14, and is included in
3443 the Solaris 7 Recommended Patch Cluster. 
3444 @end itemize
3447 @html
3449 <hr>
3450 @end html
3451 @heading @anchor{*-*-solaris2.8}*-*-solaris2.8
3453 The Solaris 8 linker fails to link some @samp{libjava} programs if
3454 previously-installed GCC java libraries already exist in the configured
3455 prefix.  For this reason, @samp{libgcj} is disabled by default on Solaris 8.
3456 If you use GNU @command{ld}, or if you don't have a previously-installed @samp{libgcj} in
3457 the same prefix, use @option{--enable-libgcj} to build and install the
3458 Java libraries.
3460 @html
3462 <hr>
3463 @end html
3464 @heading @anchor{sparc-sun-sunos4*}sparc-sun-sunos4*
3466 A bug in the SunOS 4 linker will cause it to crash when linking
3467 @option{-fPIC} compiled objects (and will therefore not allow you to build
3468 shared libraries).
3470 To fix this problem you can either use the most recent version of
3471 binutils or get the latest SunOS 4 linker patch (patch ID 100170-10)
3472 from Sun's patch site.
3474 Sometimes on a Sun 4 you may observe a crash in the program
3475 @command{genflags} or @command{genoutput} while building GCC.  This is said to
3476 be due to a bug in @command{sh}.  You can probably get around it by running
3477 @command{genflags} or @command{genoutput} manually and then retrying the
3478 @command{make}.
3480 @html
3481 </p>
3482 <hr>
3483 @end html
3484 @heading @anchor{sparc-unknown-linux-gnulibc1}sparc-unknown-linux-gnulibc1
3486 It has been reported that you might need
3487 @uref{ftp://ftp.yggdrasil.com/private/hjl,,binutils 2.8.1.0.23}
3488 for this platform, too.
3491 @html
3492 </p>
3493 <hr>
3494 @end html
3495 @heading @anchor{sparc-*-linux*}sparc-*-linux*
3497 GCC versions 3.0 and higher require binutils 2.11.2 and glibc 2.2.4
3498 or newer on this platform.  All earlier binutils and glibc
3499 releases mishandled unaligned relocations on @code{sparc-*-*} targets.
3502 @html
3503 </p>
3504 <hr>
3505 @end html
3506 @heading @anchor{sparc64-*-*}sparc64-*-*
3508 GCC version 2.95 is not able to compile code correctly for
3509 @code{sparc64} targets.  Users of the Linux kernel, at least,
3510 can use the @code{sparc32} program to start up a new shell
3511 invocation with an environment that causes @command{configure} to
3512 recognize (via @samp{uname -a}) the system as @samp{sparc-*-*} instead.
3515 @html
3516 </p>
3517 <hr>
3518 @end html
3519 @heading @anchor{#*-*-sysv*}*-*-sysv*
3520 On System V release 3, you may get this error message
3521 while linking:
3523 @smallexample
3524 ld fatal: failed to write symbol name @var{something}
3525  in strings table for file @var{whatever}
3526 @end smallexample
3528 This probably indicates that the disk is full or your ulimit won't allow
3529 the file to be as large as it needs to be.
3531 This problem can also result because the kernel parameter @code{MAXUMEM}
3532 is too small.  If so, you must regenerate the kernel and make the value
3533 much larger.  The default value is reported to be 1024; a value of 32768
3534 is said to work.  Smaller values may also work.
3536 On System V, if you get an error like this,
3538 @example
3539 /usr/local/lib/bison.simple: In function `yyparse':
3540 /usr/local/lib/bison.simple:625: virtual memory exhausted
3541 @end example
3543 @noindent
3544 that too indicates a problem with disk space, ulimit, or @code{MAXUMEM}.
3546 On a System V release 4 system, make sure @file{/usr/bin} precedes
3547 @file{/usr/ucb} in @code{PATH}.  The @code{cc} command in
3548 @file{/usr/ucb} uses libraries which have bugs.
3550 @html
3551 </p>
3552 <hr>
3553 @end html
3554 @heading @anchor{vax-dec-ultrix}vax-dec-ultrix
3555 Don't try compiling with VAX C (@code{vcc}).  It produces incorrect code
3556 in some cases (for example, when @code{alloca} is used).
3558 @html
3559 </p>
3560 <hr>
3561 @end html
3562 @heading @anchor{we32k-*-*}we32k-*-*
3563 These computers are also known as the 3b2, 3b5, 3b20 and other similar
3564 names.  (However, the 3b1 is actually a 68000.)
3566 Don't use @option{-g} when compiling with the system's compiler.  The
3567 system's linker seems to be unable to handle such a large program with
3568 debugging information.
3570 The system's compiler runs out of capacity when compiling @file{stmt.c}
3571 in GCC@.  You can work around this by building @file{cpp} in GCC
3572 first, then use that instead of the system's preprocessor with the
3573 system's C compiler to compile @file{stmt.c}.  Here is how:
3575 @smallexample
3576 mv /lib/cpp /lib/cpp.att
3577 cp cpp /lib/cpp.gnu
3578 echo '/lib/cpp.gnu -traditional $@{1+"$@@"@}' > /lib/cpp
3579 chmod +x /lib/cpp
3580 @end smallexample
3582 The system's compiler produces bad code for some of the GCC
3583 optimization files.  So you must build the stage 2 compiler without
3584 optimization.  Then build a stage 3 compiler with optimization.
3585 That executable should work.  Here are the necessary commands:
3587 @smallexample
3588 make LANGUAGES=c CC=stage1/xgcc CFLAGS="-Bstage1/ -g"
3589 make stage2
3590 make CC=stage2/xgcc CFLAGS="-Bstage2/ -g -O"
3591 @end smallexample
3593 You may need to raise the ULIMIT setting to build a C++ compiler,
3594 as the file @file{cc1plus} is larger than one megabyte.
3596 @html
3597 </p>
3598 <hr>
3599 @end html
3600 @heading @anchor{windows}Microsoft Windows (32 bit)
3602 A port of GCC 2.95.x is included with the
3603 @uref{http://www.cygwin.com/,,Cygwin environment}.
3605 Current (as of early 2001) snapshots of GCC will build under Cygwin
3606 without modification.
3608 @html
3609 </p>
3610 <hr>
3611 @end html
3612 @heading @anchor{os2}OS/2
3614 GCC does not currently support OS/2.  However, Andrew Zabolotny has been
3615 working on a generic OS/2 port with pgcc.  The current code can be found
3616 at @uref{http://www.goof.com/pcg/os2/,,http://www.goof.com/pcg/os2/}.
3618 An older copy of GCC 2.8.1 is included with the EMX tools available at
3619 @uref{ftp://ftp.leo.org/pub/comp/os/os2/leo/devtools/emx+gcc/,,
3620 ftp://ftp.leo.org/pub/comp/os/os2/leo/devtools/emx+gcc/}.
3622 @html
3623 </p>
3624 <hr>
3625 @end html
3626 @heading @anchor{older}Older systems
3628 GCC contains support files for many older (1980s and early
3629 1990s) Unix variants.  For the most part, support for these systems
3630 has not been deliberately removed, but it has not been maintained for
3631 several years and may suffer from bitrot.  Support from some systems
3632 has been removed from GCC 3: fx80, ns32-ns-genix, pyramid, tahoe,
3633 gmicro, spur; most of these targets had not been updated since GCC
3634 version 1.
3636 Support for older systems as targets for cross-compilation is less
3637 problematic than support for them as hosts for GCC; if an enthusiast
3638 wishes to make such a target work again (including resurrecting any
3639 of the targets that never worked with GCC 2, starting from the last
3640 CVS version before they were removed), patches
3641 @uref{../contribute.html,,following the usual requirements}
3642 would be likely to be accepted, since they should not affect the
3643 support for more modern targets.
3645 Support for old systems as hosts for GCC can cause problems if the
3646 workarounds for compiler, library and operating system bugs affect the
3647 cleanliness or maintainability of the rest of GCC@.  In some cases, to
3648 bring GCC up on such a system, if still possible with current GCC, may
3649 require first installing an old version of GCC which did work on that
3650 system, and using it to compile a more recent GCC, to avoid bugs in
3651 the vendor compiler.  Old releases of GCC 1 and GCC 2 are available in
3652 the @file{old-releases} directory on the
3653 @uref{../mirrors.html,,GCC mirror sites}.  Header bugs may generally
3654 be avoided using @command{fixincludes}, but bugs or deficiencies in
3655 libraries and the operating system may still cause problems.
3657 For some systems, old versions of GNU binutils may also be useful,
3658 and are available from @file{pub/binutils/old-releases} on
3659 @uref{http://sources.redhat.com/mirrors.html,,sources.redhat.com mirror sites}.
3661 Some of the information on specific systems above relates to
3662 such older systems, but much of the information
3663 about GCC on such systems (which may no longer be applicable to
3664 current GCC) is to be found in the GCC texinfo manual.
3666 @html
3667 </p>
3668 <hr>
3669 @end html
3670 @heading @anchor{elf_targets}all ELF targets (SVR4, Solaris 2, etc.)
3672 C++ support is significantly better on ELF targets if you use the
3673 @uref{./configure.html#with-gnu-ld,,GNU linker}; duplicate copies of
3674 inlines, vtables and template instantiations will be discarded
3675 automatically.
3678 @html
3679 </p>
3680 <hr>
3682 @end html
3683 @ifhtml
3684 @uref{./index.html,,Return to the GCC Installation page}
3685 @end ifhtml
3686 @end ifset
3688 @c ***GFDL********************************************************************
3689 @ifset gfdlhtml
3690 @include fdl.texi
3691 @html
3692 </p>
3693 <hr>
3695 @end html
3696 @ifhtml
3697 @uref{./index.html,,Return to the GCC Installation page}
3698 @end ifhtml
3699 @end ifset
3701 @c ***************************************************************************
3702 @c Part 6 The End of the Document
3703 @ifinfo
3704 @comment node-name,     next,          previous, up
3705 @node    Concept Index, , GNU Free Documentation License, Top
3706 @end ifinfo
3708 @ifinfo
3709 @unnumbered Concept Index
3711 @printindex cp
3713 @contents
3714 @end ifinfo
3715 @bye