This is the mail archive of the gcc@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: Help: failed to install gcc on my SCO UnixWare machine!


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.


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