Am Dienstag, 8. März 2005 14:08 schrieb Richard B. Kreckel:
On Tue, 8 Mar 2005, Ralf Goertz wrote:
Am Dienstag, 8. März 2005 00:55 schrieb Richard B. Kreckel:
Could you please play a bit with that patch and tell how it goes?
I would love to but there is another problem I haven't mentioned so far. I can't "make" cln! That is, make compiles everything fine and creates the library but it contains unresolved symbols. So far I couldn't find out what the problem is:
Which leaves me wondering how you were able to find the bug.
Well, as I said, I used the debuging binary rpm from the ftp server.
What system is this? Please submit the output of `uname -a', the output of `g++ -v' and also the way you configured CLN (CXXFLAGS and such).
I would have given the details in my previous mail, but I thought I could figure out myself what the problem was. But I failed... :-( ------- uname -a Linux big 2.6.8-24.11-default #1 Fri Jan 14 13:01:26 UTC 2005 i686 athlon i386 GNU/Linux g++ -v Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.4/specs Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux Thread model: posix gcc version 3.3.4 (pre 3.3.5 20040809) CXXFLAGS="-Wall -O2 -fno-exceptions" ./configure --with-gmp but also ./configure --with-gmp ---------------------- SuSE has a history of prematurely using new versions of gcc. But I haven't been coding very much lately, therefore I'm not up to date with the current development. Ralf