From: "Alexei A. Frounze" Newsgroups: comp.os.msdos.djgpp Subject: Re: Need some help with RHIDE Date: Sat, 13 May 2000 19:32:42 +0400 Organization: MTU-Intel ISP Lines: 31 Message-ID: <391D759A.B9516CF1@mtu-net.ru> References: <391D3512 DOT 45F1FF9A AT home DOT com> NNTP-Posting-Host: ppp106-128.dialup.mtu-net.ru Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-Trace: gavrilo.mtu.ru 958231984 19076 212.188.106.128 (13 May 2000 15:33:04 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 13 May 2000 15:33:04 GMT X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: ru,en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com You must specify allegro library name in RHIDE options. -- Alexei A. Frounze ----------------------------------------- Homepage: http://alexfru.chat.ru Mirror: http://members.xoom.com/alexfru Simon Nodel wrote: > > Hi, everybody > > I am trying to write a small game ussing allegro > I have a few source files(.h an .cpp). When I try to compile the > project > in RHIDE I get weird error messages on linking after every file has been > compiled. > > However, if I concate the files into 1 and compile it > gcc foo.cpp -o foo.exe -lalleg > it links and works perfectly. > > I used other C++ compilers for a while now and I just started using > DJGPP and I am not sure if it differs from standard C++. > > Oh, almost forgot. I also have setup RHIDE to use allegro. > > Anyhelp is appreciated. > > Thank you for you time.