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)
--
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
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
[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
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:
5 matches
Mail list logo