Re: guile build failure - help !

2008-11-25 Thread Ludovic Courtès
Hello, Neil Jerram [EMAIL PROTECTED] writes: But the problem (as I see it) is that the script can be incompatible with the /usr/include/libltdl.h on the user's machine. Ah, right, sorry. I re-read your initial message and I understand now. One question remains open: can a Libtool2-powered

Re: guile build failure - help !

2008-11-24 Thread Ludovic Courtès
Hello! Neil Jerram [EMAIL PROTECTED] writes: When Guile is built on a machine with libtool 2.2, the problem is an extra line in the libtool 2.2 version of ltdl.h: #define lt_preloaded_symbolslt__PROGRAM__LTX_preloaded_symbols This causes the code in guile.c to reference

Re: guile build failure - help !

2008-11-24 Thread Neil Jerram
2008/11/24 Ludovic Courtès [EMAIL PROTECTED]: Hello! Neil Jerram [EMAIL PROTECTED] writes: When Guile is built on a machine with libtool 2.2, the problem is an extra line in the libtool 2.2 version of ltdl.h: #define lt_preloaded_symbolslt__PROGRAM__LTX_preloaded_symbols This causes

Re: guile build failure - help !

2008-11-24 Thread Neil Jerram
2008/11/24 Ludovic Courtès [EMAIL PROTECTED]: Hi! Neil Jerram [EMAIL PROTECTED] writes: Surely - if we build the distro with 2.2, and then a user tries to build with 1.5.26 - we will then get a definition of lt__PROGRAM__LTX_preloaded_symbols in the autogenerated code (guileS.o), and a

guile build failure - help !

2008-11-20 Thread Dave Nadler
Hi All - I'm trying to build guile under cygwin (GCC 3.4.4); as I need it for autoconf (for some gcc work). configure runs AOK at least I don't see anything wrong. make runs for eons and then dies with the error below. Many thanks in advance for any and all suggestions, Best Regards, Dave gcc -g

Re: guile build failure - help !

2008-11-20 Thread Ludovic Courtès
Hi, Dave Nadler [EMAIL PROTECTED] writes: gcc -g -O2 -Wall -Wmissing-prototypes -Werror .libs/guile.exeS.o -o guile.exe guile-guile.o -Wl,--export-dynamic ./.libs/libguile.a -lgmp -lcrypt -lltdl guile-guile.o: In function `main': /cygdrive/d/home/drn/guile-1.8.5/libguile/guile.c:72:

Re: guile build failure - help !

2008-11-20 Thread Andy Wingo
Hi Dave, On Thu 20 Nov 2008 00:01, Dave Nadler [EMAIL PROTECTED] writes: /cygdrive/d/home/drn/guile-1.8.5/libguile/guile.c:72: undefined reference to `_l t__PROGRAM__LTX_preloaded_symbols' I think this is because we don't support libltdl version 2.2 yet, unfortunately. Someone with access to

Re: guile build failure - help !

2008-11-20 Thread Neil Jerram
2008/11/20 Andy Wingo [EMAIL PROTECTED]: Hi Dave, On Thu 20 Nov 2008 00:01, Dave Nadler [EMAIL PROTECTED] writes: /cygdrive/d/home/drn/guile-1.8.5/libguile/guile.c:72: undefined reference to `_l t__PROGRAM__LTX_preloaded_symbols' I think this is because we don't support libltdl version