[libcutl-users] Build of libcutl failed on MingW

Boris Kolpackov boris at codesynthesis.com
Mon Aug 6 13:28:22 EDT 2012


Hi Keenan,

Keenan Carter <klc2572 at students.kennesaw.edu> writes:

> I tried ./configure --disable-shared --enable-static CXXFLAGS="-O2 -W -Wall"
> 
> I got the exact same error.

I think there is something wrong with your MinGW/MSYS setup. Here is
what I just tried:

1. Donwload and unpack odb-2.0.0-i686-windows.zip. Besides the ODB
   compiler, this package also includes a minimal MSYS environment.
   Start the MSYS shell by executing:

   odb-2.0.0-i686-windows/mingw/msys.bat

2. In the MSYS shell do:

   tar xfz libcutl-1.6.3.tar.gz
   cd libcutl-1.6.3
   ./configure --disable-shared --enable-static CXXFLAGS="-O2 -W -Wall"
   make

Everything builds fine. You may want to try this.

Boris




More information about the libcutl-users mailing list