David Macek wrote:
Call `MINGW_INSTALLS=mingw32 makepkg-mingw` on the mingw-w64-guile
> PKGBUILD. That should get you the mingw-w64-i686-guile package.


I runt:

user@HOST MSYS /d/AMBIENTE/Documents/c/guile/2.0.14
$ MINGW_INSTALLS=mingw32 makepkg-mingw

...
checking whether to build static libraries... no
checking for libltdl... no
configure: error: GNU libltdl (Libtool) not found, see README.
==> ERROR: A failure occurred in build().
    Aborting...


I imagine it look for MINGW32 version of 'libltdl' as MSYS version is installed:

$ pacman -Ss libltdl
msys/libltdl 2.4.6-2 [installed]
    A system independent dlopen wrapper for GNU libtool


So I downloaded and built 'libtool', copied (by hand) libltdl.la
in /mingw32/lib
but guile's configure still complaint:

...
checking whether to build static libraries... no
checking for libltdl... no
configure: error: GNU libltdl (Libtool) not found, see README.
==> ERROR: A failure occurred in build().
    Aborting...

What it is checked for the presence of 'libltdl' ?


thank you,
Valerio


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Msys2-users mailing list
Msys2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to