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.
_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile