Xref: news2.mv.net comp.os.msdos.djgpp:5217 From: DHGW39B AT prodigy DOT com (Eric Domazlicky) Newsgroups: comp.os.msdos.djgpp Subject: Re: MikAlleg Date: 20 Jun 1996 17:31:42 GMT Organization: Prodigy Services Company 1-800-PRODIGY Lines: 13 Distribution: world Message-ID: <4qc1tu$17ua@usenetz1.news.prodigy.com> References: <835267578snz AT flag DOT demon DOT co DOT uk> NNTP-Posting-Host: 192.168.254.74 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp >I am using RHIDE. I made sure the allegro library was part of it, and then >compiled. Compiles fine, but when linked, it said that the ML_LoadFN() and >ML_Free() functions were an 'undefined reference'. I checked the allegro >library, to make sure the functions were incorporated correctly, and they >were. Is your test a program a C or C++ program? If it is C++ you'll probably need to go into the header files and put extern "C" in front of all the function prototypes for MikAlleg