Date: Sat, 12 Aug 2000 11:19:11 +0200 (WET) From: Andris Pavenis To: Eli Zaretskii cc: djgpp-workers AT delorie DOT com Subject: Re: a library for use with G77 which includes Bessel functions In-Reply-To: <200008111719.NAA06483@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 11 Aug 2000, Eli Zaretskii wrote: > > 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. > Function is besj1. I answered to list with hint to search docs (g77.inf) for Bessel function One comment: maybe it's usefull to add g77.inf to info/dir in djdev20X.zip (it will be redundant when we'll have released installer, but it may take rather long time ...) Andris *** info/dir~1 Sun Mar 21 01:43:40 1999 --- info/dir Sat Aug 12 11:17:25 2000 *************** *** 365,370 **** --- 365,373 ---- * RHIDE: (rhide). RHIDE, an IDE for DJGPP or Linux. + + Programming + * g77: (g77). The GNU Fortran compiler.  Tag Table: Node: Top87