From: "kenken64" Newsgroups: comp.os.msdos.djgpp Subject: ALLEGRO make ALL problem Date: Mon, 18 Oct 1999 05:58:08 +0800 Lines: 44 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 NNTP-Posting-Host: pjc-72-34.tm.net.my X-NNTP-Posting-Host: pjc-72-34.tm.net.my Message-ID: <380a43be.0@news.tm.net.my> X-Trace: 18 Oct 1999 05:46:38 +0800, pjc-72-34.tm.net.my Organization: TMnet Malaysia To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Installation guide ----------------- To compile the allegro libraries, change to the C:\COMPILER\ALLEGRO directory. Now type: make all You should see a message saying >compiling allegro, please wait This takes quite a while.....Hope it doesn't crash. If everything goes right, you should be seeing a heap of text on the screen...Be patient. It will finish with this message: >All done. >To use Allegro, #include allegro.h and link with liballeg.a >Example command line: gcc foobar.c -o foobar.exe -lalleg >Run make compress to run DJP or UPX on the executable files >Enjoy! And enjoy you will ;) If you dont get this message and you in fact get an error, try it again from the start (yes, delete the alegro directory). If all else fails, email me and tell me what the error was.. Whats happened? Well, all the allegro useful stuff has been setup (mouse, graphics, keyboard etc..). Doing it yourself saves on download time ;) here are the following error !!!! Compiling Allegro. Please wait... gcc -I. -Isrc -Iobj/djgpp -Wall -Wno-unused -m486 -O3 -ffast-math -fomit-fra me-p ointer -s -o obj/djgpp/asmdef.exe src/asmdef.c c:/compiler/djgpp/tmp\ccci0z3c(.text+0xb56):asmdef.c: undefined reference to `_s treamv' c:/compiler/djgpp/tmp\ccci0z3c(.text+0x1130):asmdef.c: undefined reference to `_ streamv' make.exe: *** [obj/djgpp/asmdef.exe] Error 1