Re: [AD] More source code that doesn't compile... |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
I'm getting a whole slew of errors here and I don't know why. I'm using Code::Blocks, it compiles okay, but then craps out when it tries to link the obj file into an executable. Basically it isn't finding a bunch of functions. Example:obj\Release\examp.o:examp.c:(.text+0xf8): undefined reference to `file_select_ex'
obj\Release\examp.o:examp.c:(.text+0x2d0): undefined reference to `centre_dialog'
obj\Release\examp.o:examp.c:(.text+0x2dd): undefined reference to `do_dialog'
obj\Release\examp.o:examp.c:(.text+0x329): undefined reference to `alert'
I am linked to every single .h file and .a file that exists in Allegro, so how could it possibly not work? Maybe there is a missing library? Is it versioning? I hate programs that give me no feedback.
_______________________________________________
Allegro-developers mailing list
Allegro-developers@xxxxxxxxxx
https://mail.gna.org/listinfo/allegro-developers
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |