home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!elroy.jpl.nasa.gov!swrinde!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!mtu.edu!barrera
- From: barrera@mtu.edu (CHRISTOPHER BARRERA)
- Newsgroups: gnu.gcc.bug
- Subject: Install problem - gcc-2.2.2 on Sequent
- Message-ID: <9209111750.AA00531@mtu.edu>
- Date: 11 Sep 92 17:50:46 GMT
- Sender: gnulists@ai.mit.edu
- Distribution: gnu
- Organization: Gnus Not Usenet
- Lines: 29
- Approved: bug-gcc@prep.ai.mit.edu
-
- I am currently installing GCC 2.2.2 on a Sequent Symmetry
- running Dynix 3.1.2 (BSD), and I get the following error
- during the first make (make LANGUAGES=c) :
-
- if [ "." != "." ]; then rm -f ./enquire.c; else true; fi
- cp ./enquire.c . > /dev/null 2>&1
- *** Error code 1 (ignored)
- ./gcc -g -B./ -DNO_SC -DNO_MEM -DNO_STDDEF -O0 -I. -c enquire.c
- ./gcc -g -B./ enquire.o -o enquire
- ld:-L: bad flag
- collect: /bin/ld returned 4 exit status
- *** Error code 1
- Make: . Stop.
-
- Has anyone encountered this problem before, and let me know where
- to take it from here?
-
- I did try one fix but I am not sure if that is the proper way to go about
- it. In the makefile enquire.c is linked using GCC instead of the system's
- CC. I changed it to use the system's CC and it linked. However, the same
- problem appeared again elsewhere while compiling the stage 1 compiler.
-
- Any help or ideas would be greatly appreciated. :)
-
- thanks
-
- -chris barrera
-
- barrera@mtu.edu cjbarrer@major.cs.mtu.edu
-