[libcutl-users] Build of libcutl failed on MingW

Keenan Carter klc2572 at students.kennesaw.edu
Tue Aug 7 12:01:52 EDT 2012


Boris,

Good call, you're right.

In the shell I ran the mount command and it returned,

C:\NoSpacesPaths\MinGW on /mingw type user (binmode)
This should have been drive E:, I didn't know where/how MingW had initially
set up
the mount point for /mingw when I installed it, so I just reinstalled it
and the mount command
returned,

E:\NoSpacesPaths\MinGW on /mingw type user (binmode)

This time it worked and I was able to build it with no problems.

I hope this help anyone else who has a similar problem.

Thanks

K. Carter Sr.
On Mon, Aug 6, 2012 at 1:28 PM, Boris Kolpackov <boris at codesynthesis.com>wrote:

> 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