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

  1. From: gnikl@informatik.uni-rostock.de (Gunther Nikl)
  2. Subject: Re: Want to make a shared.library
  3. Newsgroups: comp.sys.amiga.programmer
  4. References: <4kiehp$an5@astfgl.idb.hist.no>
  5. X-Newsreader: TIN [version 1.2 PL2]
  6. NNTP-Posting-Host: honshu.informatik.uni-rostock.de
  7. Message-ID: <316d1eca.0@info4.uni-rostock.de>
  8. Date: 11 Apr 96 15:01:30 GMT
  9. Path: info4.uni-rostock.de!honshu!gnikl
  10.  
  11. Anne Kristine Ugedal (anneu@colargol.idb.hist.no) wrote:
  12. > GCC:
  13. > - Using the libent.c and libibit.c from libnix, I can compile and
  14. >   link my.library, but when my testprogram tries to open it, I
  15. >   get lots of yellow gurus. My guess is that the librarybase
  16. >   is'nt properly used/initialized.
  17.  
  18.   Which version of libnix do you have installed? The library startups
  19.   of 1.0 had a bud due to a compiler problem. However, the versions
  20.   from 1.1 should work. At least the example that comes with libnix
  21.   works as expected. Please do not forget to compile with "-fbaserel"
  22.   and add "-nostdlib -noixemul" when linking. This IS correct.
  23.  
  24.   Gunther
  25.