Hello,
On Wed, 2003-10-22 at 15:18, Jean-Michel POURE wrote:
> Are you working days and nights on pgAdmin3?
Certainly not ;-)
- But I found a bug in the query window (cannot see curser), and I
wanted to be sure that the bug still exists in current CVS before
reporting it.
> As you know RH packaging well, I would like to know how to disable stripping,
> which is RH default behavior.
I'm not so sure that your RPMs contain stripped binary code. When I
extract the .o files contained in libwx_gtk2ud-2.5.a and run "file" on
them, file tells me that only 20 out of 290 object files are stripped.
Strange; either the "file" utility is wrong, or only a small subset of
the object files are stripped, for some reason.
Anyways, a hack prevent RPM from stripping (:-)) might be to put this in
the head of the spec-file?:
%define __strip /bin/true
Hopefully, there is a cleaner way of doing it, but I don't know of any.
--
Greetings from Troels Arvin, Copenhagen, Denmark