This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Build error for gcc on Solaris


On Mar 13, 2000, Chris Croughton <chris@keris.demon.co.uk> wrote:

> This is because the dependency lines do not contain $(srcdir) where
> the include files are actually found.  GNU make (at least on my
> GNU/Linux system) somehow finds them, the Solaris version doesn't.

It's a bug in Solaris make, documented in the GCC platform-specific
installation instructions.  You really need a POSIX-compliant make to
build GCC.  Solaris' make isn't.

-- 
Alexandre Oliva     http://www.ic.unicamp.br/~oliva/     Enjoy Guaranį
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]