Pierangelo Masarati wrote:
Michael Ströder wrote:
Yes, I learned this (again) on Friday. ;-)
export CFLAGS="-g"
Note that this does not disable optimization (AFAIK); I'd place an explicit CFLAGS="-g -O0".
Unfortunately this does not help.
But it still does not work.
But in any case that doesn't seem to be the issue. What gcc are you using?
SuSE Linux 10.1
$ gcc -v Using built-in specs. Target: i586-suse-linux Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.0 --enable-ssp --disable-libssp --enable-java-awt=gtk --enable-gtk-cairo --disable-libjava-multilib --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --without-system-libunwind --with-cpu=generic --host=i586-suse-linux Thread model: posix gcc version 4.1.0 (SUSE Linux)
Ciao, Michael.