gcc 3.2.3 not compiling
Eric Botcazou
ebotcazou@libertysurf.fr
Wed Nov 5 14:08:00 GMT 2003
> I have installed gcc 3.2.3 (downloaded from sunfreeware.com) on a Solaris
> 8 SPARC machine at my workplace. However, I'm having a problem getting it
> to compile. I get the following error messages when I compiled a C file:
>
> /opt/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2.3/include/stdio.h:36:27:
> iso/stdio_iso.h: No such file or directory
Very likely a mismatch between your version of Solaris 8 and the version the
packages were built on. The fix is to build the compiler from the sources.
See http://gcc.gnu.org/install for the instructions and particularly
http://gcc.gnu.org/install/specific.html for the Solaris-specific ones.
--
Eric Botcazou
More information about the Gcc
mailing list