From: "Tony Kwan" Newsgroups: comp.os.msdos.djgpp References: <38DB1182 DOT F8A2280A AT mtu-net DOT ru> Subject: Re: library headaches Lines: 29 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: <3YEC4.218181$B6.1556709@quark.idirect.com> Date: Fri, 24 Mar 2000 07:38:39 GMT NNTP-Posting-Host: 216.154.51.25 X-Complaints-To: abuse AT idirect DOT com X-Trace: quark.idirect.com 953883519 216.154.51.25 (Fri, 24 Mar 2000 02:38:39 EST) NNTP-Posting-Date: Fri, 24 Mar 2000 02:38:39 EST Organization: Internet Direct - http://www.mydirect.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Nope it didn't work... :( It also gave the same error for the function bubble_sort which should not be in the standard C library function. Thanks for the suggestion though. Tony. "Alexei A. Frounze" wrote in message news:38DB1182 DOT F8A2280A AT mtu-net DOT ru... > rand() is a standard C library function. So you should avoid its > redefinition. Better call it something like rand2(). > > Good Luck > > Tony Kwan wrote: > > > > I am trying to make my first multi-file project with RHIDE but the compiler > > is giving me errors which I don't know how to fix. Essentially I am > > following a tutorial I got from the net on "C Libraries and Makefiles" from > > DevCentral: (abbreviated) > > > -- > Alexei A. Frounze > >