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

  1. Path: peer-news.britain.eu.net!demon!paralax.demon.co.uk
  2. From: maw@paralax.demon.co.uk (Michael Wiedmer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: GCC 2.7.0: NEED HELP!!!
  5. Date: Mon, 29 Jan 1996 21:53:29 GMT
  6. Message-ID: <304.6601T811T1163@paralax.demon.co.uk>
  7. References: <4eank1$2rh@leporello.cs.unibo.it>
  8. NNTP-Posting-Host: paralax.demon.co.uk
  9. X-NNTP-Posting-Host: paralax.demon.co.uk
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12. Hiya
  13.  
  14. >ld: libm020 not such file or directory.
  15.  
  16. >Then when I try to put the libm020 directory in the directory where I'm
  17. >compiling my source I obtain a:
  18.  
  19. >ld: libm020 not an archive or rel.
  20.  
  21. Try:
  22. 1. -Llibm20 -lm
  23. 2. or move the libm.a file in the libm20 directory into your current directory
  24.  
  25.   Michael
  26.  
  27.  
  28.