Date: Sun, 2 Feb 1997 15:57:04 +0200 (IST) From: Eli Zaretskii To: Ain Isotamm cc: djgpp AT delorie DOT com Subject: Re: help wanted... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 2 Feb 1997, Ain Isotamm wrote: > 2) c:\djgpp\lib\libm.a 1993.11.28 02:10:32 11674 - it really exists > 3) I added into command line the parameter > -l\djgpp\lib\libm.a > but the system reports: > c:/djgpp/bin/ld.exe: cannot open -l\djgpp\lib\libm.a: file not found You should append -lm to the compilation/link command line. Just "-lm", not the full pathname.