[Coin-lpsolver] make error in cygwin (this time no attachment)

Jun Ma maj at northwestern.edu
Thu Aug 31 15:22:03 EDT 2006


Sorry for the reposting. This time with no attachment. 
------------
I downloaded clp using svn and installed as instructed on the clp project page. 
It went all well and passed all the tests on the msys/mingw platform (my machine is windows xp). 

Now I tried to download the clp again into a new direrectory and try to install on cygwin (I have the latest version 1.5.21). 
I am able to run configure and make. Actually the make process does generate the clp.exe fine. The problem is the SECOND time I call make. When I call make test (or make again, or make install), it gives me the "multiple target patterns" error. Following is the cywin output on make test. Any ideas? (The previous email has the attachment file ".deps/CbcOrClpParam.Po" file that seems to be causing the problem.)
-----------------------------
Jun Ma at Angel /cygdrive/c/code/cpp/OScpp/coin-Clp2
$ make test
Making all in CoinUtils
make[1]: Entering directory `/cygdrive/c/code/cpp/OScpp/coin-Clp2/CoinUtils'
Making all in src
make[2]: Entering directory `/cygdrive/c/code/cpp/OScpp/coin-Clp2/CoinUtils/src'

make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/cygdrive/c/code/cpp/OScpp/coin-Clp2/CoinUtils/src'
make[2]: Entering directory `/cygdrive/c/code/cpp/OScpp/coin-Clp2/CoinUtils'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/cygdrive/c/code/cpp/OScpp/coin-Clp2/CoinUtils'
make[1]: Leaving directory `/cygdrive/c/code/cpp/OScpp/coin-Clp2/CoinUtils'
Making all in Data/Netlib
make[1]: Entering directory `/cygdrive/c/code/cpp/OScpp/coin-Clp2/Data/Netlib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/cygdrive/c/code/cpp/OScpp/coin-Clp2/Data/Netlib'
Making all in Data/Sample
make[1]: Entering directory `/cygdrive/c/code/cpp/OScpp/coin-Clp2/Data/Sample'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/cygdrive/c/code/cpp/OScpp/coin-Clp2/Data/Sample'
Making all in Clp
make[1]: Entering directory `/cygdrive/c/code/cpp/OScpp/coin-Clp2/Clp'
Making all in src
make[2]: Entering directory `/cygdrive/c/code/cpp/OScpp/coin-Clp2/Clp/src'
.deps/CbcOrClpParam.Po:1: *** multiple target patterns.  Stop.
make[2]: Leaving directory `/cygdrive/c/code/cpp/OScpp/coin-Clp2/Clp/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/code/cpp/OScpp/coin-Clp2/Clp'
make: *** [all-recursive] Error 1
---------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/clp/attachments/20060831/1006ed77/attachment.html>


More information about the Clp mailing list