X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Tue, 16 Apr 2002 10:30:14 +0300 (WET) From: Andris Pavenis X-Sender: pavenis AT ieva06 To: Steve Manson Cc: djgpp AT delorie DOT com Subject: Re: Help: SkySound - Build Problem: gxx_personality_v0 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 15 Apr 2002, Steve Manson wrote: > Hi, I`m in need of some help. I`m a newby to DJGPP and GNU so this is > likely to be something kinda trivial but I`m unable to find a solution > on my own - HELP! > > 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 > One needs to link with libstdcxx.a when compiling C++ sources (add '-lstdcxx -lm'). Andris