Message-ID: <3963D959.727D6B6F@home.com> From: Keir Organization: @Home Network X-Mailer: Mozilla 4.73 [en]C-AtHome0405 (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: help using allegro References: <3963A92B DOT 99B411E8 AT home DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 40 Date: Thu, 06 Jul 2000 00:54:48 GMT NNTP-Posting-Host: 24.64.28.120 X-Complaints-To: abuse AT home DOT net X-Trace: news1.rdc1.ab.home.com 962844888 24.64.28.120 (Wed, 05 Jul 2000 17:54:48 PDT) NNTP-Posting-Date: Wed, 05 Jul 2000 17:54:48 PDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com ok I got that to work but now for sum reason rhide will not let me click on run when I click on step over I get the message could not fined the progroam. you must build at first the program to use this function because the symbloses are taken from that file what does this mean the only thing that i can click on is compile I can not clike on make or build keir Dan Gold wrote: > > Keir, what is happening is that you have included the allegro header, but > you havn't linked to the library. If you are using Rhide goto > Options->Libraries and type in alleg which stands for liballeg, but the lib > part need not be specified. Make sure you click the check next to the name. > > That should make everything work. If you are using the command line to > compile, I havn't used it in a long time, but I think its ike -l alleg at > the end. > > From Dan Gold > > Keir wrote in message news:3963A92B DOT 99B411E8 AT home DOT com... > > when i try to compile a program and try to use some of the allegro > > functions > > I always get > > > > undefined reference to allegro_init > > and so on for all allegro functions > > > > I am using rhide and I did include the alleg under options/libraries > > with the box checked > > what do I need to do??? > > > > keir