[libcutl-users] Build of libcutl failed on MingW
Keenan Carter
klc2572 at students.kennesaw.edu
Fri Aug 3 11:10:59 EDT 2012
I tried to build libcutl on MingW and here's what happened.
1. Changed to libcutl directory
-- Done OK
2. Executed ./configure --disable-shared --enable-static --host
i686-mingw32 --target i686-mingw32 --prefix=/mingw CXXFLAGS="-O2 -W -Wall"
-- Done OK
3. Executed make
-- Error See below
keenan.carter at EID1010 ~/libcutl
$ make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh
/home/keenan.carter/libcutl/config
/missing --run autoconf
/home/keenan.carter/libcutl
/e/NoSpacesPaths/MinGW/bin/autoconf-2.68: line 502:
/mingw/bin/autom4te-2.68: No
such file or directory
/e/NoSpacesPaths/MinGW/bin/autoconf-2.68: line 502: exec:
/mingw/bin/autom4te-2.
68: cannot execute: No such file or directory
make: *** [configure] Error 1
keenan.carter at EID1010 ~/libcutl
$
I looked at line 502 in /e/NoSpacesPaths/MinGW/bin/autoconf-2.68, and it
say's,
exec "$AUTOM4TE" "$@"
So, this is set from line 398, and it say's
: ${AUTOM4TE='/mingw/bin/autom4te-2.68'}
So, it seems that the problem is that it's hard coded to
'/mingw/bin/autom4te-2.68'
Why isn't this the path to my MingW installation?
Should AUTOM4TE get set to my path? --
/e/NoSpacesPaths/MinGW/bin/autom4te-2.68
Plesae help
Thanks
K. Carter Sr.
More information about the libcutl-users
mailing list