Message-ID: <330628E7.15D5@win.bright.net> Date: Sat, 15 Feb 1997 15:21:44 -0600 From: Josh Anderson MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: HELP!!! References: <3305E441 DOT 223A AT cs DOT umu DOT se> Content-Type: multipart/alternative; boundary="----------1B7B4BC5799C0" ------------1B7B4BC5799C0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by bucky.win.bright.net id PAA05302 Henrik Magnusson wrote: > > HEllo I=B4m a beginner in the DJGPP-world and can=B4t get my allegro routines to work > I keep getting the error message: undefined reference to 'allegro_init' > > If anybody outthere can help me I would be very thankful My best guess is that you aren't linking in the allegro lib. If you're using rhide, you have to go to the options menu, choose libraries. Then add alleg to the list and check the box beside it. If you aren't using rhide, then just compile with the -lalleg switch. ------------1B7B4BC5799C0 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit
 Henrik Magnusson wrote:

> HEllo I´m a beginner in the DJGPP-world and can´t get my allegro routines to work
> I keep getting the error message: undefined reference to 'allegro_init'

> If anybody outthere can help me I would be very thankful

My best guess is that you aren't linking in the allegro lib. If you're using rhide, you have to go to the options menu, choose libraries. Then add alleg to the list and check the box beside it. If you aren't using rhide, then just compile with the -lalleg switch. 
------------1B7B4BC5799C0--