Re: cln 1.1 does not compile with -fno-exceptions?
When adding the -fno-exceptions flag to CXXFLAGS, as recommended in the INSTALL file, everything compiled fine, but then the test (cln-1.1/tests/exam) results in a seg fault.
Interesting. Could you please send me the output of ld -v and gcc -v? Sorry, no SuSE 7.0 around.
I tried it once again, with the same result; what I did was CXXFLAGS="-fno-exceptions" ./configure make make check resulting in [-snip-] cd tests; make check make[1]: Entering directory `/home/roland/tmp/cln-1.1/tests' ./exam make[1]: *** [check] Segmentation fault [-snip-] These are kernel, gcc and ld versions: Linux linux 2.2.16 #1 Wed Aug 2 20:22:26 GMT 2000 i586 unknown gcc version 2.95.2 19991024 (release) GNU ld version 2.9.5 (with BFD 2.9.5.0.24) - Roland - To UNSUBSCRIBE, email to ginac-list@ginac.de with a subject of "unsubscribe".
On Sun, 14 Jan 2001, Roland wrote:
I tried it once again, with the same result; what I did was
CXXFLAGS="-fno-exceptions" ./configure make make check
resulting in
[-snip-] cd tests; make check make[1]: Entering directory `/home/roland/tmp/cln-1.1/tests' ./exam make[1]: *** [check] Segmentation fault [-snip-]
These are kernel, gcc and ld versions: Linux linux 2.2.16 #1 Wed Aug 2 20:22:26 GMT 2000 i586 unknown gcc version 2.95.2 19991024 (release) GNU ld version 2.9.5 (with BFD 2.9.5.0.24)
This is exactly our toolchain over here (from Debian/potato). I don't think it makes sense to try to reproduce it. I guess it would only exhibit some bug in an obsolete version of some tool in the toolchain, something wich has been fixed long ago. Let's consider this as one of those irreproducible results and forget about it. Sorry for that. Regards -richy. -- Richard Kreckel <Richard.Kreckel@Uni-Mainz.DE> <http://wwwthep.physik.uni-mainz.de/~kreckel/> - To UNSUBSCRIBE, email to ginac-list@ginac.de with a subject of "unsubscribe".
participants (2)
-
Richard B. Kreckel
-
Roland