home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / gcc / bug / 3254 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.5 KB

  1. Path: sparky!uunet!ferkel.ucsb.edu!taco!rock!stanford.edu!agate!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!cis.ohio-state.edu!candidus.ma30.bull.com!drg
  2. From: drg@candidus.ma30.bull.com (Daniel R. Guilderson)
  3. Newsgroups: gnu.gcc.bug
  4. Subject: Minor Problem building GCC 2.3.3 on SCO systems
  5. Date: 26 Jan 1993 22:14:28 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 24
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-gcc@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <9301261825.AA23121@candidus.ma30.bull.com>
  12.  
  13. I just recently retrieved the gcc-2.3.2-2.3.3 patch.  In case you have
  14. forgotten I am the guy who had some problems building gcc-2.3.2 on SCO
  15. UNIX 3.2v4.  The new patch is great.  I have only one minor problem to
  16. report.  The default CFLAGS for the bootstrap compile contains a '-g'
  17. to enable debugging.  This caused the Microsoft C compiler to become
  18. confused.  It somehow thought it was compiling Xenix code and
  19. apparently tried to convert OMF files.  Here is an example of the
  20. output.
  21.  
  22. cc -nointl  -DIN_GCC -D__STDC__=0  -g     -I. -I. -I./config -c ./cexp.c
  23. ./cexp.c
  24. /usr/bin/.cvtomf: fatal error -- No input file specified
  25.  
  26. I solved the problem by redefining CFLAGS so that the '-g' flag was
  27. turned off during the bootstrap.
  28.  
  29. Thanks.
  30.  
  31. Daniel R. Guilderson                 Zenith Data Systems / Bull
  32. 508-294-6612                         300 Concord Road    MS 853A
  33. drg@candidus.ma30.bull.com           Billerica, MA 01821
  34.  
  35. semper liberi
  36.  
  37.