From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mumit Khan To: egcs@cygnus.com Cc: cygwin@sourceware.cygnus.com Subject: Re: question of library Date: Wed, 31 Mar 1999 19:45:00 -0000 Message-ID: References: <199903020655.AA00123@kodama.hht.co.jp> X-SW-Source: 1999-03n/msg00018.html Message-ID: <19990331194500.bkWRUlwW-1gjahGCN4QRfrt6DM2z9kyIRpcoBjr1RCo@z> On Tue, 2 Mar 1999, [ISO-2022-JP] 児玉 昌也 wrote: > I am using Cygwin32 Beta20.1. > The error occurs at the link. > They are the following errors. > > undefined reference to `seed48' >    undefined reference to `lrand48' > undefined reference to `erand48' These are not part of ANSI nor POSIX specifications. You can of course just take these out of the freely available libraries and use them. glibc2 has these, so that's one source. Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com