[Ecls-list] ecl 10.4.1 build with mingw for window issue.

William Wang javacave at gmail.com
Mon May 10 13:19:38 UTC 2010


any way,I solve this issue

delete ecl-10.4.1\build directory and run command:

./configure  --enable-threads -enable-boehm  --enable-unicode ;make

but get another error: *can't find etags* command.

so I download gnu emacs 21 for window and copy to msys\1.0\bin
run:
make clean;./configure  --enable-threads -enable-boehm  --enable-unicode
;make

compilie is pass.



On Mon, May 10, 2010 at 4:53 PM, William Wang <javacave at gmail.com> wrote:

> hi Juanjo:
>
> thank your reply.
>
> by your comment,remove --disable-shared optiono and recompile,same error.
>
> ./configure  --enable-threads -enable-boehm  --enable-unicode ;make
>
> any other ideal?
>
>
>
>
> On Mon, May 10, 2010 at 4:25 PM, Juan Jose Garcia-Ripoll <
> juanjose.garciaripoll at googlemail.com> wrote:
>
>> On Mon, May 10, 2010 at 10:19 AM, William Wang <javacave at gmail.com>wrote:
>>
>>> ./configure --disable-shared --enable-threads -enable-boehm
>>> --enable-unicode ;make
>>>
>>
>> You do not want to use disable-shared with ECL because that will prevent
>> you from loading any compiled files.
>>
>> Juanjo
>>
>> --
>> Instituto de Física Fundamental, CSIC
>> c/ Serrano, 113b, Madrid 28006 (Spain)
>> http://tream.dreamhosters.com
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20100510/56144cf6/attachment.html>


More information about the ecl-devel mailing list