home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5890 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: nntp.hut.fi!usenet
  2. From: tpeltone@leija.cs.hut.fi (Teppo Pauli Peltonen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: GCC C++ questions
  5. Date: 21 Mar 1996 16:47:11 +0200
  6. Organization: modern times - modern things
  7. Sender: tpeltone@leija.cs.hut.fi
  8. Distribution: inet
  9. Message-ID: <j7azq9abj0w.fsf@leija.cs.hut.fi>
  10. References: <314c6829@usura.metropolis.nl> <4il6kv$3tc@news6.erols.com>
  11. NNTP-Posting-Host: leija.cs.hut.fi
  12. In-reply-to: Chris Cobb's message of 19 Mar 1996 02:37:19 GMT
  13. X-Newsreader: Gnus v5.1
  14.  
  15. In article <4il6kv$3tc@news6.erols.com> Chris Cobb <ccobb@cseg.com> writes:
  16.  
  17.    Try a -lnix (?) switch...the documentation (somewhere--I don't have it at 
  18.  
  19. No, the correct switch is -noixemul, but it doesn't make the executables
  20. smaller, it makes them bigger because libnix is a link library.
  21.  
  22.    many system calls, but you may not need them for your application.
  23.  
  24. This is true for unix system calls. All the amiga system calls and most of (all?)
  25. standard C-library functions are available also when using libnix.
  26.  
  27. This all is very clearly explained in the readme file and gcc-faq which are
  28. distributed with gcc.
  29.  
  30.    Chris
  31.  
  32. Teppo
  33.