[Bonmin-tickets] Re: [Bonmin] #12: configure problem with Bonmin

Bonmin coin-trac at coin-or.org
Fri Jun 8 17:59:24 EDT 2007


#12: configure problem with Bonmin
--------------------------+-------------------------------------------------
Reporter:  peera          |        Owner:  pbonami 
    Type:  defect         |       Status:  assigned
Priority:  minor          |    Component:  Bonmin  
 Version:  release/0.1.3  |   Resolution:          
Keywords:                 |  
--------------------------+-------------------------------------------------
Comment (by peera):

 Hi Pierre,

 It is still not working on my machine. Here is what I did:

 Download and unzip Bonmin-0.1.4

 From the Bonmin distribution main directory i.e.
 C:\cygwin\home\Peera\Bonmin-0.1.4: [[BR]]

 cd ThirdParty/ASL [[BR]]

 ./get.ASL [[BR]]

 cd ../Blas [[BR]]

 ./get.Blas [[BR]]

 cd ../Lapack [[BR]]

 ./get.Lapack [[BR]]


 Download (''Double precision'' and ''Download package (comments
 removed)'') and put "ma27ad.f" and "mc19ad.f" under
 C:\cygwin\home\Peera\Bonmin-0.1.4\ThirdParty\HSL directory.

 Under C:\cygwin\home\Peera\Bonmin-0.1.4,

 mkdir build

 cd build

 ../configure -C

 make

 make distclean

 remove 'config.cache'

 ../configure

 make


 configure passed both with and without –C. The outputs are similar;
 The last few lines from the Make output is

 In file included from ../../../Clp/src/ClpCholeskyBase.hpp:7,

 from ../../../Clp/src/ClpCholeskyBase.cpp:8:

 C:/cygwin/home/Peera/Bonmin-0.1.4/CoinUtils/src/CoinFinite.hpp:32:22:
 ieeefp.h: No such file or directory In file included from
 ../../../Clp/src/ClpCholeskyBase.hpp:7,

 from ../../../Clp/src/ClpCholeskyBase.cpp:8:

 C:/cygwin/home/Peera/Bonmin-0.1.4/CoinUtils/src/CoinFinite.hpp: In
 function ‘boo

 l CoinIsnan(double)’:

 C:/cygwin/home/Peera/Bonmin-0.1.4/CoinUtils/src/CoinFinite.hpp: 90: error:
 ‘isnan

 ‘ undeclared (first use this function)

 C:/cygwin/home/Peera/Bonmin-0.1.4/CoinUtils/src/CoinFinite.hpp: 90: error:
 (Each

 undeclared identifier is reported only once for each function it appears
 in.)

 make[2]: *** [ClpCholeskyBase.lo] Error 1

 make[2]: Leaving directory ‘/home/Peera/Bonmin-0.1.4/build/Clp/src’

 make[1]: *** [all-recursive] Error 1

 make[1]: Leaving directory ‘/home/Peera/Bonmin-0.1.4/build/Clp’

 make: *** [all-recursive] Error 1


 which is similar to my post earlier. I also tried configure with CXX='g++
 -mno-cygwin' CC='gcc -mno-cygwin' F77='g77 -mno-cygwin', the output is the
 same. Did I make anything wrong here? Thank you.

 -Peera

-- 
Ticket URL: <https://projects.coin-or.org/Bonmin/ticket/12#comment:13>
Bonmin <http://projects.coin-or.org/Bonmin>
Basic Open-source Nonlinear Mixed INteger programming



More information about the Bonmin-tickets mailing list