[Cooker] Building unstripped RPM?

2001-11-04 Thread Alexander Skwar
Hi! How can I build a RPM but have the binaries be NOT stripped, ie. /usr/lib/rpm/brp-strip (or even /usr/lib/rpm/brp-mandrake) should not be run? Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6x.to (english) Homepage: http://www.iso-top.de |

Re: [Cooker] Building unstripped RPM?

2001-11-04 Thread Oden Eriksson
On Sundayen den 4 November 2001 12.44, Alexander Skwar wrote: Hi! How can I build a RPM but have the binaries be NOT stripped, ie. /usr/lib/rpm/brp-strip (or even /usr/lib/rpm/brp-mandrake) should not be run? Alexander Skwar Taken from the latest redhat kernel spec file: # disable build

Re: [Cooker] Building unstripped RPM?

2001-11-04 Thread Randy Kramer
Alexander Skwar wrote: How can I build a RPM but have the binaries be NOT stripped, ie. /usr/lib/rpm/brp-strip (or even /usr/lib/rpm/brp-mandrake) should not be run? For us uninformed, what does it mean to have the binaries stripped? Thanks, Randy Kramer

Re: [Cooker] Building unstripped RPM?

2001-11-04 Thread Oden Eriksson
On Sundayen den 4 November 2001 14.22, Randy Kramer wrote: Alexander Skwar wrote: How can I build a RPM but have the binaries be NOT stripped, ie. /usr/lib/rpm/brp-strip (or even /usr/lib/rpm/brp-mandrake) should not be run? For us uninformed, what does it mean to have the binaries

Re: [Cooker] Building unstripped RPM?

2001-11-04 Thread Robert L Martin
For us uninformed, what does it mean to have the binaries stripped? -- binaries stripped = does not have extra debug symbols included and other devel stuff is removed (saves space/memory)

Re: [Cooker] Building unstripped RPM?

2001-11-04 Thread Randy Kramer
Oden Eriksson wrote: On Sundayen den 4 November 2001 14.22, Randy Kramer wrote: For us uninformed, what does it mean to have the binaries stripped? man strip Oden, Thanks! (Sorry, I should have tried that!) Randy Kramer

Re: [Cooker] Building unstripped RPM?

2001-11-04 Thread Alexander Skwar
So sprach »Randy Kramer« am 2001-11-04 um 08:22:54 -0500 : For us uninformed, what does it mean to have the binaries stripped? As far as I understand it, strip removes normally unneeded segments from a binary. However, if you want/need to debug a program, these segments are needed. Or

Re: [Cooker] Building unstripped RPM?

2001-11-04 Thread Alexander Skwar
So sprach »Pixel« am 2001-11-04 um 16:25:56 +0100 : Oden Eriksson [EMAIL PROTECTED] writes: On Sundayen den 4 November 2001 12.44, Alexander Skwar wrote: How can I build a RPM but have the binaries be NOT stripped, ie. /usr/lib/rpm/brp-strip (or even /usr/lib/rpm/brp-mandrake)

Re: [Cooker] Building unstripped RPM?

2001-11-04 Thread Pixel
Oden Eriksson [EMAIL PROTECTED] writes: On Sundayen den 4 November 2001 12.44, Alexander Skwar wrote: How can I build a RPM but have the binaries be NOT stripped, ie. /usr/lib/rpm/brp-strip (or even /usr/lib/rpm/brp-mandrake) should not be run? Taken from the latest redhat kernel