Mail Archives: djgpp/1999/11/17/13:04:41
--- denis jobin <djobin1 AT globetrotter DOT qc DOT ca> wrote:
> When I compile something that use function from
> allegro.h, (like some of
> the examples included in the allegro package) it`s
> work well. But when I
> come to build it, I get a lot of "undefined
> reference to..." error message.
If you are compiling, using RHIDE, you need to go to
the libraries section in the options menu and type
alleg. Check the box next to it. Recompile.
From command line, you can use
gcc -c -o prog.o prog.c
gcc -o prog.exe prog.o -lalleg
> I builded allegro, I used "make all" instead of
> "make" because I didn`t had
> the .exe required to use "make".
Even if you typed "make all" that should run make,
isn't it? I doubt if this is the problem.
=====
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com
- Raw text -