This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: Problem building gcc on solaris9: no rule to make target "all" in gcc-objects/gcc


Paul Duquennoy wrote:

> I do not understand why the Makefile in 'gcc' is not generated. So I
> need help, and I thank in advance those who will spend their time to
> help me.

Wild guess, it's a shell problem.  The default Solaris shell (/bin/sh)
is highly brain-dead and won't work; you need to use either /bin/ksh or
/usr/xpg4/bin/sh (IIRC).  You can configure this by setting and
exporting the environment variable CONFIG_SHELL.

If that isn't it, ensure that you're using GNU make.

Brian


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