home *** CD-ROM | disk | FTP | other *** search
- Path: peer-news.britain.eu.net!demon!paralax.demon.co.uk
- From: maw@paralax.demon.co.uk (Michael Wiedmer)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: GCC 2.7.0: NEED HELP!!!
- Date: Mon, 29 Jan 1996 21:53:29 GMT
- Message-ID: <304.6601T811T1163@paralax.demon.co.uk>
- References: <4eank1$2rh@leporello.cs.unibo.it>
- NNTP-Posting-Host: paralax.demon.co.uk
- X-NNTP-Posting-Host: paralax.demon.co.uk
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
-
- Hiya
-
- >ld: libm020 not such file or directory.
-
- >Then when I try to put the libm020 directory in the directory where I'm
- >compiling my source I obtain a:
-
- >ld: libm020 not an archive or rel.
-
- Try:
- 1. -Llibm20 -lm
- 2. or move the libm.a file in the libm20 directory into your current directory
-
- Michael
-
-
-