Sebastian Reitenbach <[EMAIL PROTECTED]> 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



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to