Help: failed to install gcc on my SCO UnixWare machine!

Joe Buck jbuck@synopsys.com
Wed May 28 21:22:00 GMT 2003


On Wed, May 28, 2003 at 03:52:01PM -0500, Zhang, Lance X. wrote:
> I downloaded gcc package from your web site and tried to install it onto my
> UnixWare box but failed.
> The following is what I did:

> [slc001]# ../configure 1>>config_output.txt 2>>config_output.txt
> [slc001]#ls -l /usr/bin/gmake

Something seems to be going wrong with Java; I have not seen that error
before.  I can't advise you on that, but you could try just building the
other languages:

../configure --enable-languages=c,c++,objc,f77

This will only build the C, C++, Objective-C, and Fortran 77 compilers.
If you don't need all of those, you could omit the ones you don't want.



More information about the Gcc mailing list