home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / programm / 4726 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.2 KB  |  30 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!munnari.oz.au!uniwa!cujo!cc.curtin.edu.au!smackinl01
  3. From: smackinl01@cc.curtin.edu.au
  4. Subject: Re: GCC2.1 problems
  5. Message-ID: <1992Sep4.102238.1@cc.curtin.edu.au>
  6. Lines: 18
  7. Sender: news@cujo.curtin.edu.au (News Manager)
  8. Organization: Curtin University of Technology
  9. References: <1992Sep3.143004.9353@murdoch.acc.Virginia.EDU>
  10. Date: Fri, 4 Sep 1992 01:22:38 GMT
  11.  
  12. Bill Pearson's problems may be related to the command line switches he was
  13. using. From memory, his problem was that "GCC filename" would fail. With the
  14. non-emx port, you need to use instead "GCC -c filename.c" to produce a x86
  15. specific object file instead of the unix .o format. GCCv2.2.1 seems to have
  16. difficulties creating object files in the .o format, so perhaps someone could
  17. clarify this?
  18.  
  19. A suggestion also is to get the GCCv2.2.2 port - via anonymous ftp to
  20. ftp-os2.nmsu.edu in /pub/os2/2.0/programming if memory serves - as this has a
  21. few fixes for some serious bugs. 
  22.  
  23. BTW: Has anyone noticed that the GCCv2.2.2 present on hobbes is lacking some of
  24. its header files? These are (again, my memory isn't the best) the ones in the
  25. gcc-include/machine directory.
  26. -- 
  27. Simon.
  28. Have you got a form 27/b?
  29.  
  30.