<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Hello Everyone:<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">I am trying to update my Ipopt from order version 3.10.2 to the latest version 3.11.0, when I finished downloading all third-party package: &#8221;ASL, Blas, Lapack, Metis, Mumps and HSL&#8221; I ran the command inside the folder /Ipopt-3.11.0/Ipopt/build:<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal" align="center" style="text-align:center"><b><span style="color:red">sudo ../configure CXX=g&#43;&#43;-4.3 CC=gcc-4.3 F77=gfortran-4.3 ADD_CXXFLAGS=&quot;-fPIC -fexceptions&quot; ADD_CFLAGS=&quot;-fPIC -fexceptions&quot; ADD_FFLAGS=&quot;-fPIC -fexceptions&quot;<o:p></o:p></span></b></p>
<p class="MsoNormal"><b><span style="color:red"><o:p>&nbsp;</o:p></span></b></p>
<p class="MsoNormal">to configure the Ipopt, however at last it gives following error:<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><b><i>checking build system type... x86_64-unknown-linux-gnu<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for svnversion... no<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether we want to compile in debug mode... no<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for egrep... grep -E<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether ln -s works... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for C compiler default output file name... a.out<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether the C compiler works... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether we are cross compiling... no<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for suffix of executables... <o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for suffix of object files... o<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether we are using the GNU C compiler... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether gcc-4.3 accepts -g... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for gcc-4.3 option to accept ANSI C... none needed<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>configure: C compiler options are: -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long -fPIC -fexceptions&nbsp; -DIPOPT_BUILD<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether we are using the GNU C&#43;&#43; compiler... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether g&#43;&#43;-4.3 accepts -g... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether C&#43;&#43; compiler g&#43;&#43;-4.3 works... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>configure: C&#43;&#43; compiler options are: -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -fPIC -fexceptions&nbsp; -DIPOPT_BUILD<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>configure: Assuming that CXXLIBS is &quot;-lstdc&#43;&#43; -lm&quot;.<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>configure: Trying to determine Fortran compiler name<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether we are using the GNU Fortran 77 compiler... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether gfortran-4.3 accepts -g... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>configure: Fortran compiler options are: -O3 -pipe&nbsp; -fPIC -fexceptions<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking how to get verbose linking output from gfortran-4.3... -v<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for Fortran libraries of gfortran-4.3...&nbsp; -L/usr/lib/gcc/x86_64-linux-gnu/4.3.4 -L/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../.. -L/usr/lib/x86_64-linux-gnu
 -lgfortranbegin -lgfortran -lm -lgcc_s<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for dummy main to link with Fortran libraries... none<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for a BSD-compatible install... /usr/bin/install -c<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether build environment is sane... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for gawk... gawk<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether make sets $(MAKE)... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for style of include used by make... GNU<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking dependency style of gcc-4.3... gcc3<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking dependency style of g&#43;&#43;-4.3... gcc3<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether to enable maintainer-specific portions of Makefiles... no<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking host system type... x86_64-unknown-linux-gnu<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for a sed that does not truncate output... /bin/sed<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for ld used by gcc-4.3... /usr/bin/ld<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking if the linker (/usr/bin/ld) is GNU ld... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for /usr/bin/ld option to reload object files... -r<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for BSD-compatible nm... /usr/bin/nm -B<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking how to recognise dependent libraries... pass_all<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking how to run the C preprocessor... gcc-4.3 -E<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for ANSI C header files... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for sys/types.h... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for sys/stat.h... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for stdlib.h... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for string.h... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for memory.h... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for strings.h... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for inttypes.h... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for stdint.h... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for unistd.h... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking dlfcn.h usability... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking dlfcn.h presence... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for dlfcn.h... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking how to run the C&#43;&#43; preprocessor... g&#43;&#43;-4.3 -E<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking the maximum length of command line arguments... 32768<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking command to parse /usr/bin/nm -B output from gcc-4.3 object... ok<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for objdir... .libs<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for ar... ar<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for ranlib... ranlib<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for strip... strip<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking if gcc-4.3 supports -fno-rtti -fno-exceptions... no<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for gcc-4.3 option to produce PIC... -fPIC<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking if gcc-4.3 PIC flag -fPIC works... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking if gcc-4.3 static flag -static works... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking if gcc-4.3 supports -c -o file.o... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether the gcc-4.3 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether -lc should be explicitly linked in... no<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking dynamic linker characteristics... GNU/Linux ld.so<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking how to hardcode library paths into programs... immediate<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether stripping libraries is possible... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking if libtool supports shared libraries... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether to build shared libraries... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether to build static libraries... no<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>configure: creating libtool<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>appending configuration tag &quot;CXX&quot; to libtool<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for ld used by g&#43;&#43;-4.3... /usr/bin/ld -m elf_x86_64<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether the g&#43;&#43;-4.3 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for g&#43;&#43;-4.3 option to produce PIC... -fPIC<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking if g&#43;&#43;-4.3 PIC flag -fPIC works... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking if g&#43;&#43;-4.3 static flag -static works... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking if g&#43;&#43;-4.3 supports -c -o file.o... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether the g&#43;&#43;-4.3 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking dynamic linker characteristics... GNU/Linux ld.so<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking how to hardcode library paths into programs... immediate<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>appending configuration tag &quot;F77&quot; to libtool<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking if libtool supports shared libraries... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether to build shared libraries... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether to build static libraries... no<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for gfortran-4.3 option to produce PIC... -fPIC<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking if gfortran-4.3 PIC flag -fPIC works... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking if gfortran-4.3 static flag -static works... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking if gfortran-4.3 supports -c -o file.o... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether the gfortran-4.3 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking dynamic linker characteristics... GNU/Linux ld.so<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking how to hardcode library paths into programs... immediate<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>configure: Build is &quot;x86_64-unknown-linux-gnu&quot;.<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking if library version is set... 10:0:9<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>configure: configuring doxygen documentation options<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for doxygen... no<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for dot... NO<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking for pkg-config... /usr/bin/pkg-config<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking pkg-config is at least version 0.16.0... yes<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i>checking whether -lblas has BLAS... no<o:p></o:p></i></b></p>
<p class="MsoNormal"><b><i><span style="color:#C0504D">checking for COIN-OR package Blas... not given: No package 'coinblas' found<o:p></o:p></span></i></b></p>
<p class="MsoNormal"><b><i><span style="color:#C0504D">configure: error: Required package BLAS not found.<o:p></o:p></span></i></b></p>
<p class="MsoNormal"><b><i><span style="color:#C0504D"><o:p>&nbsp;</o:p></span></i></b></p>
<p class="MsoNormal">My operating system is Ubuntu 10.04<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Does anyone know what is going on?<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Best Regards<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Steve<o:p></o:p></p>
</div>
</body>
</html>