[Charles Wilson] Re: libtool bug

2004-10-12 Thread Han-Wen Nienhuys
rectory libguile-ltdl/ , while the core GUILE library itself lives in libguile/ The proper command line for linking this srfi DLL includes * -lltdl (which links the system libltdl) * libguile-ltdl.dll.a (the GUILE wrapper around ltdl) * libguile.dll.a (the GUILE library itself) --

Re: libtool bug

2004-10-11 Thread Han-Wen Nienhuys
ently, this fails, because libguile.dll.a lives in /home/Hanwen/src/guile-1.7.1/libguile/.libs; however, running GCC with -L/home/Hanwen/src/guile-1.7.1/libguile/.libs -lguile does work, so libtool is incorrectly translating the commandline. I take that I don't need to run GCC with -Wl

Re: libtool bug

2004-10-11 Thread Han-Wen Nienhuys
install do continue, but at run-time the (use-modules .. ) call throws error 126, which is entirely understandable, since /usr/lib/ does not contain the libsrfi-1 DLL. When linking libsrfi-1 by hand (inserting libguile.dll.a into the command line), and copying the resulting DLL to /usr/lib/ , use-modules

libtool bug

2004-10-07 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > > Hi, > > I'm trying to compile guile-1.7.1 on cygwin, with a recently installed > libtool, > > ltmain.sh (GNU libtool) 1.5.6 (1.1220.2.95 2004/04/11 05:50:42) > addendum: 1.5.10 has the same behavior. -- Han-Wen

libtool bug

2004-10-07 Thread Han-Wen Nienhuys
libguile-srfi-srfi-1-v-2.la libguile-srfi-srfi-1-v-2.la Description: Binary data libguile.la Description: Binary data -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: