home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / gcc / bug / 2320 < prev    next >
Encoding:
Internet Message Format  |  1992-09-11  |  1.4 KB

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