This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.2.3 not compiling
- From: Eric Botcazou <ebotcazou at libertysurf dot fr>
- To: varaya at alphalink dot com dot au
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 5 Nov 2003 10:35:55 +0100
- Subject: Re: gcc 3.2.3 not compiling
- References: <20031104232514.M74813@alphalink.com.au>
> 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