[Coin-contest] Installation Problems
JP Fasano
jpfasano at us.ibm.com
Tue Feb 11 19:40:32 EST 2003
Hua,
The MS VC++ V 6.0 build process is not as well supported because it does
not use gnu makefiles.
(It would be great if someone did the work to have gnu make in cygwin
compile the library using the MS VC++ compiler).
If you "cvs checkout" COIN/Win you will find a coin.dsw and *.dsp files for
building many COIN components on windows (including sbb and clp).
See the file COIN/Win/readme.txt
But, be warned that the *.dsp files can readily go out of date as new *.cpp
files are added to existing projects.
(The makefiles get updated, but the *.dsp files don't always).
I have just updated the *.dsp files and the copies in cvs are now working
for me.
JP Fasano
jpfasano at us.ibm.com
(914)945-1324 (tie line 862-1324)
COIN www.coin-or.org
|---------+------------------------------------------------>
| | NiHua <nihua at gwu.edu> |
| | Sent by: |
| | coin-contest-admin at www-124.southbury.|
| | usf.ibm.com |
| | |
| | |
| | 02/11/2003 03:33 PM |
| | |
|---------+------------------------------------------------>
>----------------------------------------------------------------------------------------------|
| |
| To: coin-contest at www-124.southbury.usf.ibm.com |
| cc: |
| Subject: [Coin-contest] Installation Problems |
| |
>----------------------------------------------------------------------------------------------|
Hello all,
I was trying to install SBB under my Cygwin. It gives me errors and refuse
to
continue. Please see the results from make in the end of the email.
Also in the FAQ, it says that SBB should work with MS VC++ 6.0. Is there
any
instruction on that?
Thanks in advance.
Hua
$ make
(cd /home/nihua/COIN/Coin && make install)
make[1]: Entering directory `/home/nihua/COIN/Coin'
/home/nihua/COIN/Makefiles/Makefile.CYGWIN:29: "Shared libs are not (yet!)
sup
rted on CYGWIN"
make -f /home/nihua/COIN/Makefiles/Makefile.lib install
make[2]: Entering directory `/home/nihua/COIN/Coin'
Creating dependency CoinWarmStartBasis.d
Creating dependency CoinShallowPackedVector.d
Creating dependency CoinPackedVectorBase.d
Creating dependency CoinPackedVector.d
Creating dependency CoinPackedMatrix.d
Creating dependency CoinMpsIO.d
Creating dependency CoinMessageHandler.d
Creating dependency CoinMessage.d
Creating dependency CoinIndexedVector.d
Creating dependency CoinFactorization4.d
Creating dependency CoinFactorization3.d
Creating dependency CoinFactorization2.d
Creating dependency CoinFactorization1.d
make[2]: Leaving directory `/home/nihua/COIN/Coin'
make[2]: Entering directory `/home/nihua/COIN/Coin'
Compiling CoinFactorization1.cpp
Compiling CoinFactorization2.cpp
Compiling CoinFactorization3.cpp
Compiling CoinFactorization4.cpp
Compiling CoinIndexedVector.cpp
Compiling CoinMessage.cpp
Compiling CoinMessageHandler.cpp
Compiling CoinMpsIO.cpp
Compiling CoinPackedMatrix.cpp
Compiling CoinPackedVector.cpp
Compiling CoinPackedVectorBase.cpp
Compiling CoinShallowPackedVector.cpp
Compiling CoinWarmStartBasis.cpp
Creating library libCoin-O3.a
Installing include files...
Installing libraries...
cp: setting permissions for `/home/nihua/COIN/lib/libCoin-O3.a': No such
file
directory
make[2]: *** [/home/nihua/COIN/lib/libCoin-O3.a] Error 1
make[2]: *** Deleting file `/home/nihua/COIN/lib/libCoin-O3.a'
make[2]: Leaving directory `/home/nihua/COIN/Coin'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/nihua/COIN/Coin'
make: *** [libdepend] Error 2
_______________________________________________
Coin-contest mailing list
Coin-contest at www-124.ibm.com
http://www-124.ibm.com/developerworks/oss/mailman/listinfo/coin-contest
More information about the Coin-contest
mailing list