[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: g-wrap on cygwin
From: |
Ludovic Courtès |
Subject: |
Re: g-wrap on cygwin |
Date: |
Fri, 15 Aug 2008 11:17:20 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Hi,
"Edgar Vasquez" <address@hidden> writes:
> *** Warning: This system can not link to static lib archive
> /usr/lib/libffi.la.
> *** I have the capability to make that library automatically link in when
> *** you link to this library. But I can only do this if you have a
> *** shared version of the library, which you do not appear to have.
...
> libs/guile-runtime.o: In function
> `do_ffi_call':
> /home/Edgar/build/g-wrap-1.9.11/guile/g-wrap/guile-runtime.c:597:
> undefined reference to `_ffi_call'
Maybe you should install a shared library version of libffi, i.e.,
`libffi.dll'?
Hope this helps,
Ludovic.