JonY wrote: > On 11/30/2011 18:03, Dongsheng Song wrote: >> /bin/sh ../libtool --tag=CXX --mode=compile : -DHAVE_CONFIG_H >> -DEXEEXT=\".exe\" -DEXEEXT=\".exe\" -DEXEEXT=\".exe\" -I. -I.. >> -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 >> -DDEPENDS_ON_LIBINTL=1 -DLIBXML_STATIC -I../intl >> -DGNULIB_DEFINED_GETOPT -I./libcroco >> -I/home/oracle/tmp/w32/include -c -o >> ../woe32dll/c++html-styled-ostream.lo >> ../woe32dll/c++html-styled-ostream.cc libtool: compile: : >> -DHAVE_CONFIG_H -DEXEEXT=\".exe\" -DEXEEXT=\".exe\"
This part looks suspicious like CXX is set empty in config.status and maybe your environment? Do you have g++ installed on the target tools path? >> -DEXEEXT=\".exe\" -I. -I.. -I../intl -I../intl -I.. -I.. >> -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DLIBXML_STATIC >> -I../intl -DGNULIB_DEFINED_GETOPT -I./libcroco >> -I/home/oracle/tmp/w32/include -c >> ../woe32dll/c++html-styled-ostream.cc libtool: compile: mv -f >> "c++html-styled-ostream.o" >> "../woe32dll/.libs/c++html-styled-ostream.o" The move fails because c++html-styled-ostream.o wasn't created. > > Is this MSYS? I remember an issue about it not liking "+" in the > command line, I'm not sure if its a libtool issue. I encountered it > a few years ago, but never investigated further. > No, this isn't the problem. It appears to be a target tools environment issue. -- Earnie -- https://sites.google.com/site/earnieboyd/ ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
