Whole document tree
3.5 Installing GNU CC on the Sun
On Solaris, do not use the linker or other tools in
`/usr/ucb' to build GNU CC. Use
If the assembler reports `Error: misaligned data' when bootstrapping,
you are probably using an obsolete version of the GNU assembler. Upgrade
to the latest version of GNU
Make sure the environment variable
There is a bug in Some versions of the Sun compiler crash when compiling GNU CC. The problem is a segmentation fault in cpp. This problem seems to be due to the bulk of data in the environment variables. You may be able to avoid it by using the following command to compile GNU CC with Sun CC:
SunOS 4.1.3 and 4.1.3_U1 have bugs that can cause intermittent core dumps when compiling GNU CC. A common symptom is an internal compiler error which does not recur if you run it again. To fix the problem, install Sun recommended patch 100726 (for SunOS 4.1.3) or 101508 (for SunOS 4.1.3_U1), or upgrade to a later SunOS release. This document was generated by root on January, 30 2002 using texi2html |