From: mert0407 AT sable DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: heres the info.... Date: 9 Jun 1997 09:28:20 GMT Organization: Oxford University, England Lines: 17 Message-ID: <5ngibk$ja0@news.ox.ac.uk> References: <339B18A7 DOT 4E62 AT gapeach DOT net> NNTP-Posting-Host: sable.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Jacob Martin (jake AT gapeach DOT net) wrote: : ok here's my system info.... ... : E:\DJGPP\EXAMPLES>gcc ex1.c : e:/djgpp/tmp\ccdaaaaa(.text+0x19):ex1.c: undefined reference to : `allegro_init' ... When you are making executables using Allegro, you must specify `-lalleg' at the end of the command line. If this fails, make sure you have run `make' in Allegro's directory, and that the file liballeg.a is in the djgpp LIB directory. -- George Foot Merton College, Oxford