bug-guile
[Top][All Lists]
Advanced

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

Re: Guile 1.5.2 beta ready for testing. (Irix 5.3)


From: Bill Schottstaedt
Subject: Re: Guile 1.5.2 beta ready for testing. (Irix 5.3)
Date: Thu, 13 Sep 2001 04:39:32 -0700

I noticed two glitches in the 1.5.2 installation on the Irix 5.3.
I still hit the lt_preloaded_symbols problem mentioned earlier.
It is triggered by DYNAMIC_LOADING begin defined (by configure),
and used in libguile/guile.c at the line (89):

#ifdef DYNAMIC_LINKING
  LTDL_SET_PRELOADED_SYMBOLS ();
#endif

The macro is defined in libltdl/ltdl.h, but I can't find any
definition of the variable (due to a zip disk screw up I can't
quote the exact error message -- I think I included it in
my previous message).  If I comment out that line, the
build is happy, except

libguile/Makefile uses the --force switch to makeinfo;
my version of this program is so old (Jul 95) that it
doesn't accept this switch and causes the entire build
to halt.  I deleted --force.




reply via email to

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