On Tue, 2005-08-16 at 09:49 +0200, Julian Sikorski wrote:
> Hi. I am attaching the makefile I use. I compile with make -f
> makefile.unix.debug. Unfortunately, I am unable to get debugging symbols:
> 
> (gdb) bt
> #0  0x084751d8 in ?? ()
> #1  0x000001f0 in ?? ()
> #2  0x00000018 in ?? ()
> #3  0xb0aa2008 in ?? ()
> #4  0x00204a86 in ?? ()
> #5  0xb0aa2008 in ?? ()
> #6  0x00200000 in ?? ()
> #7  0xbff9c478 in ?? ()
> 
> and so on. What can be wrong here? Greets.

... later in the Makefile ...

> INSTALL_PROGRAM =     $(INSTALL) -c -s -o $(INSTALL_USER) -g $(INSTALL_GROUP) 
> -m  555

The "-s" in this line is what is causing your problem.  The copy in your
build directory should have debug symbols, but the installed copy is
stripped.

Carl Fongheiser
[EMAIL PROTECTED]


_______________________________________________
Xmame mailing list
Xmame@toybox.twisted.org.uk
http://toybox.twisted.org.uk/mailman/listinfo/xmame

Reply via email to