I installed mingw (MinGW-3.1.0-1.exe) in the c:\ilya\MinGW directory under Windows XP. Then, I unzipped gnu common c++ (commoncpp2-1.4.2.tar.gz) to the c:\ilya\MinGW\commoncpp2-1.4.2 directory. I have added c:\ilya\MinGW\bin directory to Path variable and checked that it works. Then I executed the following command "mingw32-make.exe -f w32/makefile.gcc" from c:\ilya\MinGW\commoncpp2-1.4.2 directory. This command generates the following error: mingw32-make.exe: *** No rule to make target '../w32/thread.o', needed by 'ccgnu2.dll'. Stop. What's wrong?
The installation instruction for windows only says: If you use Cygwin or MingW you may use the autotools infrastructure. There is also a specific win32/Makefile.gcc for Mingw. It has been tested to build dll's with Mingw as cross compiler on Debian GNU/Linux. -- View this message in context: http://www.nabble.com/installation-under-winxp-PROBLEM-tf2369199.html#a6600012 Sent from the Gnu - Common C++ mailing list archive at Nabble.com. _______________________________________________ Bug-commoncpp mailing list Bug-commoncpp@gnu.org http://lists.gnu.org/mailman/listinfo/bug-commoncpp