Davide Barbieri wrote: > Ciao, > I've managed to compile silo with glibc, > don't know how (uh, I have only run 'make', and the > problem with __setjmp already defined in libc5 > disappeared).
The problem is still there. Silo must be linked with libc, and there's a conflict with __setjmp from silo sources. Jacub tell me, that jmp.o (with __setjmp definition) is called before libc, so it shoudn't be a problem. So, for this reason, and because sometimes it fails to link, and sometimes not, I think that I have a problem with ld. I'm using binutils version 2.8.1.0.17-1, am I using the wrong version? Anyone have the same problem? Ciao -- Davide Barbieri - [EMAIL PROTECTED] - [EMAIL PROTECTED] http://www.pluto.linux.it - Leggi il Contratto Sociale del PLUTO! PGP fingerprint = CD 8D A9 1E DB 0C B0 16 F8 2F BF 63 52 49 8B A8 -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

