Greetings! One other note, if you edit use_symbols, you have to put the call in so that it will not be optimized away. Specifically, if it returns a value, you should use it. Or you can compile with -g to test.
Jerry James <[email protected]> writes: > On Tue, Sep 9, 2014 at 10:01 AM, Jerry James <[email protected]> wrote: >> On Tue, Sep 9, 2014 at 9:09 AM, Camm Maguire <[email protected]> wrote: >>> Alternatively, you could edit the function use_symbols in sfasli.c and >>> put in dummy calls to the functions you need. >> >> I will try this next. > > That didn't work either. Still the same complaint. (Unless I'm an > idiot and am not applying these patches correctly, but I'm so paranoid > about that that I've checked it several times.) Take care, -- Camm Maguire [email protected] ========================================================================== "The earth is but one country, and mankind its citizens." -- Baha'u'llah _______________________________________________ Gcl-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gcl-devel
