home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / minix / 5023 < prev    next >
Encoding:
Text File  |  1992-12-31  |  1.7 KB  |  39 lines

  1. Newsgroups: comp.os.minix
  2. Path: sparky!uunet!munnari.oz.au!metro!ipso!runxtsa!bde
  3. From: bde@runx.oz.au (Bruce Evans)
  4. Subject: Re: About the ACK ANSI compiler... [not the
  5. Message-ID: <1992Dec31.000517.11452@runx.oz.au>
  6. Organization: RUNX Un*x Timeshare.  Sydney, Australia.
  7. References: <1992Dec30.052435.28478@udel.edu>
  8. Date: Thu, 31 Dec 92 00:05:17 GMT
  9. Lines: 28
  10.  
  11. In article <1992Dec30.052435.28478@udel.edu> Damian McGuckin <damianm@eram.esi.com.au> writes:
  12. >
  13. >We just got GCC 2.3.2 and LIBG++ 2.3 off the Internet.  It works beautifully
  14. >on our SUN and when we sort out the include directories in between all the
  15. >Christmas drinks, we have been told it should work quite well on BSDI.
  16. >
  17. >I noticed that minix on a 386 is one of the supported systems.  Are we a chance
  18. >to getting 1.6.?? up and running with GCC? I think I have that quaint technique
  19.  
  20. The 386 (in 32-bit mode) is not officially supported.  However, I have been
  21. using gcc-1.39 through gcc-2.3.2 under Minix 1.6.1 through 1.6.16 over the
  22. last 2 years.  It works better than on Suns because the headers are already
  23. mostly ANSI conformant.  There is an old port of gcc-1.39 or 1.40 in the
  24. Minix archives (a complete package with binaries.  The old binaries should
  25. still work under 1.6.any).
  26.  
  27. >called ARLD on my 1.5 system - yuk! I think I read that the new release uses
  28.  
  29. asld.
  30.  
  31. >the more conventional way of handling libraries and loading objects, - ar & ld.
  32. >Does the new minix come with the source of both its AS (assembler), AR
  33. >(archiver) and LD (loader) or will I have to get the GNU equivalents
  34.  
  35. The ANSI compiler (available at extra cost) uses a separate as and ld.  These
  36. are completely incompatible with gnu as and ld (being for 16-bit code).
  37. -- 
  38. Bruce Evans  (bde@runx.oz.au)
  39.