From: boyer AT cs DOT sc DOT edu (Daniel Boyer) Newsgroups: comp.os.msdos.djgpp Subject: Problem compiling Allegro Programs Date: Tue, 07 Jan 1997 19:32:59 GMT Organization: University of South Carolina - Columbia - Computer Science Lines: 17 Message-ID: <32d2a2cf.14203769@redwood.cs.sc.edu> NNTP-Posting-Host: poplar.cs.sc.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Ok, Now everytime I try to complile a programs that uses the allegro library (and the gui functions), it compiles fine but when it get's sent to the linker it kicks out some errors about undefined references in gui.o (or sometimes gui.c) to joy_poll, joy_up, joy_left, etc... (all of the joystick directions and buttons status). They look similar to the errors that I got when I first complied allegro (which mysteriously dissappeared one day and allegro finaly made on my computer (about a week ago)). I am not reposting the error messages (mainly because I forgot the redir syntax, but I honestly don't think it would give anymore info that what I have given here.) I hope someone can figure this out. Thanks, Daniel Boyer PS. - if anyone knows of a GUI development system that works with DJGPP (they all seem to want Borland or another commercial compiler) to make GUI's for DOS or Win 3.x I would appreciate it if you would let me know about it.