Message-Id: <200008111719.NAA06483@delorie.com> Date: Fri, 11 Aug 2000 20:22:25 +0200 To: john_watkins AT talk21 DOT com X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" CC: djgpp AT delorie DOT com In-reply-to: <000c01c0038c$daa62440$412f78d5@oemcomputer> (john_watkins AT talk21 DOT com) Subject: Re: a library for use with G77 which includes Bessel functions References: <000c01c0038c$daa62440$412f78d5 AT oemcomputer> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "john watkins" > Date: Fri, 11 Aug 2000 13:07:40 +0100 > > Using the command such as > > g77 file.for -o file.exe -lm > > fails since it cannot find j1(x). DJGPP does have j1 in libm.a. I suspect some installation problem or usage error. Please try to find out why doesn't the linker find the correct libm.a; perhaps a Fortan program needs some interface to use a C library. If you cannot figure it out, add -v to the compilation command line and post here everything that the compiler prints.