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: A trouble with installation of gcc 3.0.4


Orson Lee wrote:

> Hi, I downloaded gcc 3.0.4 full distributions to install. My machine have a 
> Pentium III CPU and OS is SCO OpenServer 5.0.6. I have installed SCO 

I've bootstrapped 3.0.4 on 5.0.6 successfully using essentially the
commands you describe.   I use 'CC=/bin/cc .../configure; make bootstrap'
and it worked fine.

>        stage1/xgcc -Bstage1/ -B/usr/local/i686-pc-sco3.2v5.0.6/bin/ -c  
> -DIN_GC
> C     -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes 
> -Wmissing-prototypes -
> warn)  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I/gcc/gcc-3.0.4/gcc 
> -I/gcc/g
> cc-3.0.4/gcc/.  -I/gcc/gcc-3.0.4/gcc/config -I/gcc/gcc-3.0.4/gcc/../include 
> /gcc
> /gcc-3.0.4/gcc/gengenrtl.c
> sh: syntax error at line 1: `)' unexpected

Take a look at the generated stage1/xgcc and see if it's a sensible binary.


My suspicion is some kind of local weirdness such as the disk filling
up or something...

RJL


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