[Ipopt] I can't finish the installation of IPOPT.
Andreas Waechter
andreasw at watson.ibm.com
Thu May 21 10:40:39 EDT 2009
Hi,
the issue could also be that something is wrong with our scripts and give
trouble to the SUN make program when you compile the Ampl Solver Library.
I don't have access to a sun and can't try to reproduce the problem.
As a first attempt to fix it, you could install GNU make and see if that
works, or you could compile the ASL separately (using the instructions
from the ASL package as provide at netlib or wherever you download the ASL
source code), and then tell the Ipopt configure with the --with-asldir in
which directory you generated the precompiled ASL library (amplsolver.a).
This directory also needs to include the ASL header files.
If that doesn't help, we could try to investigate later if there is
another way to fix the problem. In that case, please create a ticket at
the Ipopt Trac page, with a very detailed description of your setup (such
as operating system version, version of compilers, and version of make),
and I would ask someone with a SUN to look at it.
Regards,
Andreas
On Thu, 21 May 2009, Stefan Vigerske wrote:
> Hi,
>
> maybe you should try a more recent Ipopt version, e.g., 3.6.1.
> You can obtain tarballs from
> http://www.coin-or.org/download/source/Ipopt
>
> Stefan
>
> Eugenio Mijangos Fernandez schrieb:
>> Hi all,
>>
>> I have trying of installing IPOPT. In config.log we have, among other
>> messages, the following:
>>
>> System = SunOS
>> sparc-sun-solaris2.10
>> Release = 5.10
>> KernelID = Generic_125100-10
>> Machine = sun4u
>> WorkShop Compilers 5.0 98/12/15 C 5.0
>> Software Generation Utilities - Solaris Link Editors: 5.10-1.486
>> | #define PACKAGE_NAME "ipopt"
>> | #define PACKAGE_TARNAME "ipopt"
>> | #define PACKAGE_VERSION "2.2.1e"
>> | #define PACKAGE_STRING "ipopt 2.2.1e"
>> | #define PACKAGE_BUGREPORT "coin-ipopt at www-124.ibm.com"
>> ...
>>
>> CONFIG_COMMANDS =
>> $ ./config.status
>>
>> config.status:794: creating Makefile
>> config.status:794: creating OTHERS/Makefile
>> config.status:794: creating OTHERS/blas/Makefile
>> config.status:794: creating OTHERS/lapack/Makefile
>> config.status:794: creating OTHERS/HSL/Makefile
>> config.status:794: creating OTHERS/ASL/Makefile
>> config.status:794: creating OTHERS/TRON/Makefile
>> config.status:794: creating IPOPT/Makefile
>> config.status:794: creating IPOPT/ipopt/Makefile
>> config.status:794: creating IPOPT/AMPL_interface/Makefile
>> config.status:794: creating IPOPT/CUTEr_interface/Makefile
>> config.status:794: creating IPOPT/include/Makefile
>> config.status:794: creating EXAMPLES/Fortran_example/Makefile
>> config.status:794: creating EXAMPLES/C_example/Makefile
>> config.status:891: creating IPOPT/include/config.h
>> config.status:794: creating EXAMPLES/C_example/Makefile
>> config.status:891: creating IPOPT/include/config.h
>> config.status:891: creating IPOPT/include/Ipopt.h
>> config.status:891: creating IPOPT/include/Ipopt_Interface.h
>> config.status:1104: linking ../OTHERS/ASL/solvers to OTHERS/ASL/ASLsolvers
>> config.status:1341: executing depfiles commands
>> configure:12197: Configuration successful
>> .....
>>
>> and it finishes with
>>
>> configure: exit 0
>>
>>
>> In spite of this, when I type
>>
>> make
>>
>> the message is
>>
>> ...
>> x2check.c:
>> xectim.c:
>> xp1known.c:
>> xp2known.c:
>> *** Error code 10
>> *** Error code 1
>> *** Error code 1
>> The following command caused the error:
>> set fnord $MAKEFLAGS; amf=$2; \
>> dot_seen=no; \
>> target=`echo all-recursive | sed s/-recursive//`; \
>> ....
>> make: Fatal error: Command failed for target `all-recursive'
>>
>>
>>
>> What must I do for finishing the installation?
>>
>> Thanking you in advance for your answer
>>
>> Eugenio Mijangos
>>
>>
>>
>> _______________________________________________
>> Ipopt mailing list
>> Ipopt at list.coin-or.org
>> http://list.coin-or.org/mailman/listinfo/ipopt
>>
>
> _______________________________________________
> Ipopt mailing list
> Ipopt at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/ipopt
>
More information about the Ipopt
mailing list