lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

--enable-debugging is stripping lilypond


From: Pedro Kröger
Subject: --enable-debugging is stripping lilypond
Date: Sun, 02 Apr 2006 19:41:05 -0300
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Hi,

I'm compiling lily with ./configure --disable-optimising
--enable-debugging but the resulting binary is stripped:

[19:19:07] phoenix kroger $ file lily/out/lilypond
lily/out/lilypond: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), 
for GNU/Linux 2.6.0, dynamically linked (uses shared libs), for GNU/Linux 
2.6.0, stripped

make --debug shows me that g++ is using -s when the binary is generated:

g++ -o out/lilypond <lots-of-objects> -lintl -ldl -lguile -lguile-ltdl
-z combreloc -s -lcrypt -lm -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0
-lgmodule-2.0 -ldl -lglib-2.0 -lfontconfig -lfreetype -lz

I tought I had some environment variable set, but I don't.

I'm using gcc 4.0.1 and cvs lilypond (changelog  1.4829)

Pedro




reply via email to

[Prev in Thread] Current Thread [Next in Thread]