gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] cvs build on linux aborts


From: Camm Maguire
Subject: Re: [Gcl-devel] cvs build on linux aborts
Date: 31 Dec 2001 16:36:30 -0500

Greetings!  On my libc2.2.4 build, both gcl and maxima build fine, but
maxima make test complains that __sigsetjmp is not in symbol table,
and then segfaults.  libc <2.2 defines setjmp and _setjmp as weak
symbols, and exports __sigsetjmp.  libc>=2.2 exports all 3 as strong
symbols.  So rsym puts _setjmp in for latest libc, and __sigsetjmp for
earlier libc. What I don't yet understand is why then sfaslelf.c on
newer systems wants to relocate __sigsetjmp at all.  

In any case, this shouldn't be a major hassle.  rsym is a stand-alone
program which can be modified to pickup __sigsetjmp.  We just need to
figure out why it is not already.

Take care,
-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

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