Mail Archives: djgpp/1999/06/26/16:46:46
In article <eUFc3.305$k3 DOT 18998 AT news0 DOT telusplanet DOT net>, Sean Estey
<estey AT telusplanet DOT net> writes
>Make sure that in your source file you have "#include <allegro.h>" before
>main(). Also, be sure that you have liballeg.a installed in your djgpp/lib
>dir. If you do not have this file in your allegro dir, you must run
>MAKE.EXE to create it. Open a DOS prompt, change to your allegro dir, then
>type "make" (without the apostrophes of course). Another possibility is
>that in RHIDE, (is you are using it), is that you didn't configure the
>allegro in your Options->libraries. Type "alleg", then click the checkbox
>to do this.
or if you are using command line (I cannot stand RHIDE!) use:
gcc foo.c -o foo.exe -lalleg
--____ ___ _ _ _ ____
| _ \ / _ \| | | | | _ \ Email: nebuchadn AT quayles1 DOT demon DOT co DOT uk
| | | | |_| | | | | | | | | ICQ: 13313977
| | | | _ | |_| | | | | | Website: <NOT YET UP>
| |_| | | | |\ /| | |_| | Phone: 1100000101010110101001100011111
|____/|_| |_| \_/ |_|____/ Career: C Programmer, Beer drinker
LIFE SUCKS!
- Raw text -