Date: Sun, 17 Jan 1999 19:24:50 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Mumit Khan cc: djgpp AT delorie DOT com, Andris Pavenis , Robert Hoehne Subject: Re: c++ & STL: Random_shuffle In-Reply-To: <77t3hn$an2$1@news.doit.wisc.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On 17 Jan 1999, Mumit Khan wrote: > 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. Thanks for the pointer. Shouldn't this be determined automatically at configure time?