Re: Check if library has debug symbols

2009-12-08 Thread Cyril Brulebois
Michael Banck (08/12/2009): > DEB_BUILD_OPTIONS=nostrip etc. is an optional feature as far as I > know, it is not guaranteed to work. You need to inspect > debian/rules and possibly modify it yourself if there is no support > for it currently. FWIW: dh_strip DTRT when DEB_BUILD_OPTIONS contains

Re: Check if library has debug symbols

2009-12-08 Thread Andreas Metzler
Michael Banck wrote: > On Tue, Dec 08, 2009 at 11:35:17AM +0100, Mathieu Malaterre wrote: >> I am trying to compile tulip (*) for debugging with: >> $ export DEB_BUILD_OPTIONS='noopt debug nostrip' >> $ apt-get source tulip >> $ cd tulip-3.1.2 >> $ dpkg-buildpackage >> After installation, here

Re: Check if library has debug symbols

2009-12-08 Thread Michael Banck
On Tue, Dec 08, 2009 at 11:35:17AM +0100, Mathieu Malaterre wrote: > Hi there, > > I am trying to compile tulip (*) for debugging with: > > $ export DEB_BUILD_OPTIONS='noopt debug nostrip' > $ apt-get source tulip > $ cd tulip-3.1.2 > $ dpkg-buildpackage > > After installation, here is what ob

Check if library has debug symbols

2009-12-08 Thread Mathieu Malaterre
Hi there, I am trying to compile tulip (*) for debugging with: $ export DEB_BUILD_OPTIONS='noopt debug nostrip' $ apt-get source tulip $ cd tulip-3.1.2 $ dpkg-buildpackage After installation, here is what objdump reveals (**). Does this means: 1. I did not export DEB_BUILD_OPTIONS ? 2. There i