This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Need help with making cross compiler and fixincludes.
- To: steveo at world dot std dot com
- Subject: Re: Need help with making cross compiler and fixincludes.
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 29 Oct 1998 10:37:21 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
> Now what's happening is that it is dying in a compile of muldi3 because it
> can't find unistd.h and stdlib.h which are supposed to have been put there
> by the fixincludes. The include directory in
> /usr/local/lib/gcc-lib/sparc-sun-solaris2.6 doesn't have a copy either.
Find out why it wants unistd.h when compiling muldi3. That's the problem --
it should not want unistd, stdlib and other system include files when building
the 64bit intrinsics.
jeff