From: "Steffen Hein" Newsgroups: comp.os.msdos.djgpp Subject: Re: Bigginer problam in allegro. Date: Thu, 27 Apr 2000 14:12:39 +0200 Lines: 11 Message-ID: <8e9b6q$8r0kk$1@fu-berlin.de> References: <8e6trh$a21$1 AT news DOT netvision DOT net DOT il> NNTP-Posting-Host: pec-34-247.tnt1.f.uunet.de (149.225.34.247) Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: fu-berlin.de 956837916 9274004 149.225.34.247 (16 [29343]) 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 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com You also have to link your programs with Allegro: gcc prog.c -o prog.exe -lalleg If you habe problems with MDLIB: you have to use gcc prog.c -o prog.exe -lmdl -lalleg instead of gcc prog.c -o prog.exe -lalleg -mdl