[Ecls-list] ECL build failure on 64-bit windows 7 using mingw-w64 toolchain

Juan Jose Garcia-Ripoll juanjose.garciaripoll at gmail.com
Sun Aug 19 20:46:05 UTC 2012


On Sun, Aug 19, 2012 at 11:56 AM, Gabriel Dos Reis <
gdr at integrable-solutions.net> wrote:

> Unfortunately, it failed to execute properly, apparently for the
> same reasons as 2 years ago.
>

There were not so many things to fix after all:

* the typo you found
* missing :win64 keyword
* typo in _ecl_big_set_fixnum()
* wrong printf() statements in aclocal.m4

With all these, ECL seems to build fine on mingw32. The configuration step
is not the one you showed, but

./src/configure --prefix=... --build=x86_86-w64-mingw32

One needs to download and build separately the following components:
libatomic_ops (https://github.com/ivmai/libatomic_ops) , boehm-weiser
garbage collector (https://github.com/ivmai/bdwgc), and gmp 5.0.5 (stable
release).

None of those libraries, as shipped with ECL, build on 64-bits/mingw.
Unfortunately I cannot upgrade them because then other ports would be
broken, and also because the required versions are unstable.

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20120819/d89af217/attachment.html>


More information about the ecl-devel mailing list