Date: Sat, 12 Aug 2000 11:03:44 +0200 (WET) From: Andris Pavenis To: john watkins cc: djgpp AT delorie DOT com Subject: Re: a library for use with G77 which includes Bessel functions In-Reply-To: <000c01c0038c$daa62440$412f78d5@oemcomputer> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Fri, 11 Aug 2000, john watkins wrote: > Dear Dr Delorie > > Is there a library for use with G77 that includes Bessel functions? > Using the command such as > > g77 file.for -o file.exe -lm > > fails since it cannot find j1(x). > > John Watkins. Search g77 docs ('info g77', info/g77.*) for Bessel functions. You should be able to find correct function Andris PS. You may need to install g77.inf before (hint use install-info)