[Ipopt] Question about installing IPOPT

Ma Yudong mayudong at gmail.com
Fri May 30 12:56:38 EDT 2008


Hi
I was trying to install the IPOPT in my vista computer according to the
steps in Documentation_IPOPT, and actually, I can configure it successfully,
make it well, and make test . However, when I ran make install, the output
is
$ make install
Making install in ThirdParty/Blas
make[1]: Entering directory `/home/myd/CoinIpopt/ThirdParty/Blas'
make[2]: Entering directory `/home/myd/CoinIpopt/ThirdParty/Blas'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/myd/CoinIpopt/ThirdParty/Blas'
make[1]: Leaving directory `/home/myd/CoinIpopt/ThirdParty/Blas'
Making install in ThirdParty/Lapack
make[1]: Entering directory `/home/myd/CoinIpopt/ThirdParty/Lapack'
make[2]: Entering directory `/home/myd/CoinIpopt/ThirdParty/Lapack'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/myd/CoinIpopt/ThirdParty/Lapack'
make[1]: Leaving directory `/home/myd/CoinIpopt/ThirdParty/Lapack'
Making install in ThirdParty/HSL
make[1]: Entering directory `/home/myd/CoinIpopt/ThirdParty/HSL'
make[2]: Entering directory `/home/myd/CoinIpopt/ThirdParty/HSL'
test -z "/home/myd/CoinIpopt/lib" || mkdir -p -- "/home/myd/CoinIpopt/lib"
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/myd/CoinIpopt/ThirdParty/HSL'
make[1]: Leaving directory `/home/myd/CoinIpopt/ThirdParty/HSL'
Making install in ThirdParty/ASL
make[1]: Entering directory `/home/myd/CoinIpopt/ThirdParty/ASL'
make[2]: Entering directory `/home/myd/CoinIpopt/ThirdParty/ASL'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/myd/CoinIpopt/ThirdParty/ASL'
make[1]: Leaving directory `/home/myd/CoinIpopt/ThirdParty/ASL'
Making install in ThirdParty/Mumps
make[1]: Entering directory `/home/myd/CoinIpopt/ThirdParty/Mumps'
make[2]: Entering directory `/home/myd/CoinIpopt/ThirdParty/Mumps'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/myd/CoinIpopt/ThirdParty/Mumps'
make[1]: Leaving directory `/home/myd/CoinIpopt/ThirdParty/Mumps'
Making install in Ipopt
make[1]: Entering directory `/home/myd/CoinIpopt/Ipopt'
Making install in src/Common
make[2]: Entering directory `/home/myd/CoinIpopt/Ipopt/src/Common'
make[3]: Entering directory `/home/myd/CoinIpopt/Ipopt/src/Common'
echo "#ifndef HAVE_CONFIG_H" >bla
echo "#define HAVE_CONFIG_H" >>bla
echo "#endif" >> bla
cat ./IpoptConfig.h >> bla
/home/myd/CoinIpopt/install-sh -c -m 644 bla
/home/myd/CoinIpopt/include/coin/IpoptConfig.h
rm -f bla
test -z "/home/myd/CoinIpopt/include/coin" || mkdir -p --
"/home/myd/CoinIpopt/include/coin"
 /bin/install -c -m 644 '../../inc/config_ipopt.h'
'/home/myd/CoinIpopt/include/coin/config_ipopt.h'
/bin/sh: /bin/install: Permission denied
 /bin/install -c -m 644 'IpCachedResults.hpp'
'/home/myd/CoinIpopt/include/coin/IpCachedResults.hpp'
/bin/sh: /bin/install: Permission denied
 /bin/install -c -m 644 'IpDebug.hpp'
'/home/myd/CoinIpopt/include/coin/IpDebug.hpp'
/bin/sh: /bin/install: Permission denied
 /bin/install -c -m 644 'IpException.hpp'
'/home/myd/CoinIpopt/include/coin/IpException.hpp'
/bin/sh: /bin/install: Permission denied
 /bin/install -c -m 644 'IpJournalist.hpp'
'/home/myd/CoinIpopt/include/coin/IpJournalist.hpp'
/bin/sh: /bin/install: Permission denied
 /bin/install -c -m 644 'IpObserver.hpp'
'/home/myd/CoinIpopt/include/coin/IpObserver.hpp'
/bin/sh: /bin/install: Permission denied
 /bin/install -c -m 644 'IpOptionsList.hpp'
'/home/myd/CoinIpopt/include/coin/IpOptionsList.hpp'
/bin/sh: /bin/install: Permission denied
 /bin/install -c -m 644 'IpReferenced.hpp'
'/home/myd/CoinIpopt/include/coin/IpReferenced.hpp'
/bin/sh: /bin/install: Permission denied
 /bin/install -c -m 644 'IpRegOptions.hpp'
'/home/myd/CoinIpopt/include/coin/IpRegOptions.hpp'
/bin/sh: /bin/install: Permission denied
 /bin/install -c -m 644 'IpSmartPtr.hpp'
'/home/myd/CoinIpopt/include/coin/IpSmartPtr.hpp'
/bin/sh: /bin/install: Permission denied
 /bin/install -c -m 644 'IpTaggedObject.hpp'
'/home/myd/CoinIpopt/include/coin/IpTaggedObject.hpp'
/bin/sh: /bin/install: Permission denied
 /bin/install -c -m 644 'IpTimedTask.hpp'
'/home/myd/CoinIpopt/include/coin/IpTimedTask.hpp'
/bin/sh: /bin/install: Permission denied
 /bin/install -c -m 644 'IpTypes.hpp'
'/home/myd/CoinIpopt/include/coin/IpTypes.hpp'
/bin/sh: /bin/install: Permission denied
 /bin/install -c -m 644 'IpUtils.hpp'
'/home/myd/CoinIpopt/include/coin/IpUtils.hpp'
/bin/sh: /bin/install: Permission denied
make[3]: *** [install-includeipoptHEADERS] Error 126
make[3]: Leaving directory `/home/myd/CoinIpopt/Ipopt/src/Common'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/myd/CoinIpopt/Ipopt/src/Common'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/myd/CoinIpopt/Ipopt'
make: *** [install-recursive] Error 1

would anyone please help me out of here.



-- 
Thank you very much

Yours
Yudong Ma
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.coin-or.org/pipermail/ipopt/attachments/20080530/848a1e6e/attachment.html 


More information about the Ipopt mailing list