home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / minix / 5233 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.4 KB  |  30 lines

  1. Newsgroups: comp.os.minix
  2. Path: sparky!uunet!mcsun!news.funet.fi!hydra!klaava!torvalds
  3. From: torvalds@klaava.Helsinki.FI (Linus Torvalds)
  4. Subject: Re: 68000/i386 C Compiler V4.1 -> V4.2 Patch [Part 1/4]
  5. Message-ID: <1993Jan21.140146.8688@klaava.Helsinki.FI>
  6. Organization: University of Helsinki
  7. References: <1668@ozz.oasis.icl.co.uk> <1705@uitecgw.uitec.ac.jp> <1993Jan21.124103.6725@email.tuwien.ac.at>
  8. Date: Thu, 21 Jan 1993 14:01:46 GMT
  9. Lines: 19
  10.  
  11. In article <1993Jan21.124103.6725@email.tuwien.ac.at> hp@vmars.tuwien.ac.at (Peter Holzer) writes:
  12. >nemossan@uitec.ac.jp (Sakurao NEMOTO) writes:
  13. >>    I am using C386 version 4.1 on the 486 (33 MHz) machine.  I works
  14. >>fine.  But new Version (4.2 - compiled by 4.1) can not compile itself.
  15. >>This new c386 loops forever at compiling src/optimize.c.
  16. >
  17. >I tried to compile it with gcc 2.2.2, but it wouldn't link. The linker
  18. >(from gcc 1.37.1) doesn't print any error messages, but it doesn't
  19. >produce an executable either. There must be something magic about
  20. >c386 4.2 :-(
  21.  
  22. No - it's probably due to a bug in the linker.  I had similar problems
  23. when I used the original 1.37 version of gcc+binutils under minix, and
  24. solved most of them by compiling gcc-1.40 and a newer version of
  25. binutils.  I don't remember what the exact reason for the bug was, but
  26. it was annoing: 'ld' just died without doing anything (I don't think it
  27. even returned an error code to tell you something went wrong). 
  28.  
  29.         Linus
  30.