From: khan AT hp2 DOT xraylith DOT wisc DOT edu (Mumit Khan) Newsgroups: comp.os.msdos.djgpp Subject: Re: c++ & STL: Random_shuffle Date: 17 Jan 1999 16:36:07 GMT Organization: Center for X-ray Lithography, UW-Madison Lines: 15 Message-ID: <77t3hn$an2$1@news.doit.wisc.edu> References: NNTP-Posting-Host: hp2.xraylith.wisc.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article , Eli Zaretskii wrote: > >It should probably be reported as a bug to the STL maintainers. Or >maybe the procedure that built libstdcxx.a for DJGPP has some bug >whereby it didn't pay attention to the fact that there's no lrand48. >You will have to look at the sources to know for sure. Just take a look at stl_config.h file and you'll see the trivial definition needed for systems without lrand48. Look for the __STL_NO_DRAND48 and simply define that for djgpp. Regards, Mumit