home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25755 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.3 KB

  1. Path: sparky!uunet!news.univie.ac.at!scsing.switch.ch!univ-lyon1.fr!ghost.dsi.unimi.it!rpi!usc!howland.reston.ans.net!spool.mu.edu!yale.edu!yale!gumby!destroyer!news.iastate.edu!hobbes.physics.uiowa.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: bug in cpp?
  5. Date: 27 Jan 1993 10:48:56 -0600
  6. Organization: Kansas State University
  7. Lines: 24
  8. Message-ID: <1k6edoINNro0@matt.ksu.ksu.edu>
  9. References: <1993Jan27.105225.3418@athena.mit.edu>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. ludger.kunz@fernuni-hagen.de (Ludger Kunz) writes:
  13.  
  14. >Today i tried to compile gzip-0.8.1. Everything worked fine except for
  15. >the assembler file. The file match.S is preprocessed by cpp with
  16. >the following command:
  17. >/lib/cpp -DUNDERLINE match.S > _match.s
  18.  
  19. [ Assembly error messages deleted ]
  20.  
  21. >Is it possibly a bug in cpp for linux?
  22.  
  23. >mfg
  24.  
  25. >lket
  26.  
  27. I really doubt its a bug in cpp or anywhere in the compiler for that matter.
  28. You didn't say which compiler you were using, or if you have updated your
  29. binutils lately. I believe this can occur by having an older version of
  30. the assembler. I compiled gzip-0.8.1 yesterday with absolutely no problems.
  31.  
  32. You can grab a new version of the binutils from tsx-11.mit.edu in the 
  33. /pub/linux/GCC directory.
  34.  
  35. James
  36.