[Ecls-list] mingw32 build failes while cygwin is ok

Juan Jose Garcia Ripoll jlr at mpq.mpg.de
Thu Jun 16 09:13:23 UTC 2005


Hi Karol,

I have done the following:
    + I removed msys from my system
    + I installed  MinGW-4.1.0.exe 
<http://prdownloads.sf.net/mingw/MinGW-4.1.0.exe?download>
    + together with MSYS-1.0.10.exe 
<http://prdownloads.sf.net/mingw/MSYS-1.0.10.exe?download>
    + Unpacked ecl-0.9f-patch-1
    + Replace ecl-0.9f/src/c/Makefile.in with the attached file
    + Run "./configure --prefix=$HOME"
    + Run "make"
Now the original distribution compiles and runs fine.

It seems that there is a problem with the latest GCC from Mingw-4.1.0 
because it ignores trailing slashes at the end of an include pathname as in
    gcc -I./ foo.c
but accepts
    gcc -I. foo.c
I believe this is a bug in mingw, since I have not seen similar behavior 
anywhere else.

Please report if the attached makefile works for you.

Juanjo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20050616/44465e08/attachment.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Makefile.in
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20050616/44465e08/attachment.ksh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jlr.vcf
Type: text/x-vcard
Size: 389 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20050616/44465e08/attachment.vcf>


More information about the ecl-devel mailing list