From: Michael pugliese Newsgroups: comp.os.msdos.djgpp Subject: Re: Linking allegro with RHIDE Date: Wed, 03 Mar 1999 21:59:05 -0500 Organization: Prodigy Services Corp Lines: 14 Message-ID: <36DDF6F9.B0F02672@prodigy.net> References: <7bkj0h$27r$1 AT camel15 DOT mindspring DOT com> NNTP-Posting-Host: slip-32-101-144-230.ny.us.ibm.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Post-Time: 4 Mar 1999 02:59:29 GMT X-Auth-User: 002399454/9e368fd98ec855f1 X-Problems-To: abuse AT prodigy DOT net X-Mailer: Mozilla 4.05 [en] (X11; I; Linux 2.2.1 i586) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Lark wrote: > I am having a problem getting RHIDE to link allegro with my program. > Compiling on the command line with gxx .. -lalleg works fine, but I can't > figure out how to make rhide do that. I have put -lalleg in the > options|linker dialog thing, but it still doesn't work. Has this happened > to anyone else? How can I fix it? Thanks in advance for any help. > > Riley > http://www.mindspring.com/~slarkrn Go into the libraries section and add alleg as a library.Dont put -lalleg.Good luck