X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Help: SkySound - Build Problem: gxx_personality_v0 Date: 16 Apr 2002 07:08:57 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 42 Message-ID: References: NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Steve Manson (steve AT highrez DOT co DOT uk) wrote: : I have the following files installed as my DJGPP environment: : ZIPO016B ZIP 625,010 03-16-02 7:12p zipo016b.zip : DJDEV203 ZIP 1,529,901 01-06-02 12:38a djdev203.zip : FAQ230B ZIP 679,865 02-03-00 12:00a faq230b.zip : RHID149B ZIP 2,473,324 12-24-01 4:55p rhid149b.zip : BNU2112B ZIP 2,706,124 01-06-02 12:36a bnu2112b.zip : GCC304B ZIP 4,103,071 04-12-02 2:15p gcc304b.zip : MAK3791B ZIP 272,798 01-06-02 12:41a mak3791b.zip : TXI40B ZIP 646,656 01-16-00 12:00a txi40b.zip : GPP304B ZIP 2,511,631 04-11-02 4:26a gpp304b.zip : OBJC304B ZIP 2,398,503 04-12-02 2:07p objc304b.zip : G77304B ZIP 3,074,873 04-12-02 2:07p g77304b.zip : BNU2112T ZIP 2,437,277 07-01-01 12:00a bnu2112t.zip : ..... : I also have the following built and installed: : Allegro V4.0.0 : Midas v1.1.1 : ..... : When I try and compile the "Exemple" application that comes with : SkySound v0.61 by entering - Make -f makefile.dj I get the following: : E:\DJGPP\skysound\apps\exemple>make -f makefile.dj : gcc -s -o exemple.exe exemple.o ../../makelib/skysound.a -lmidas : -lalleg : exemple.o(.eh_frame+0x11):exemple.cpp: undefined reference to : `__gxx_personality : _v0' : collect2: ld returned 1 exit status : make.exe: *** [exemple.exe] Error 1 Try "make -f makefile.dj CC==gxx". Right, MartinS