[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to not strip gnustep-base
From: |
Sebastian Reitenbach |
Subject: |
Re: how to not strip gnustep-base |
Date: |
Sat, 24 Nov 2007 16:55:21 +0100 |
Sebastian Reitenbach <sebastia@l00-bugdead-prods.de> wrote:
> Hi,
>
> I try to compile gnustep-base-1.15.1 with gnustep-make-2.0.2.
> I want to have debugging symbols installed and the binaries not stripped,
> therefore I ran
> gmake messages=yes strip=no debug=yes install
>
> but the binaries are stripped after install. The e.g. defaults command is
> not stripped, in the sources, but it is stripped after it was installed in
> the system.
>
> Is there anything I can do to install it not stripped?
>
> A file command on libgnustep-back tells me, it is not stripped, but that
is
> afaik installed as a bundle.
>
> Any hint where I should take a look?
> grep -r strip * in the Makefiles unfortunately produces a lot of hits.
I removed the -s in file /usr/local/share/GNUstep/config.make where
INSTALL_PROGRAM = install -c -s -m 555
without the -s there gnustep-base installed without stripping the binaries.
I wonder whether the -s is correct in that place at all.
Sebastian