delorie.com/archives/browse.cgi | search |
From: | "Steffen Hein" <steffen-hein AT gmx DOT de> |
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> <eb2fgsgmm3lp0dbaj8vfgfbl55rnm3te3b AT 4ax DOT com> |
NNTP-Posting-Host: | pec-34-247.tnt1.f.uunet.de (149.225.34.247) |
Mime-Version: | 1.0 |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |