[Coin-symphony] need help with installing symphony

ngothe at releaseplanner.com ngothe at releaseplanner.com
Sat Nov 18 02:50:58 EST 2006


Hi all:
I follow this instruction to install SYMPHONY (using Cygwin) 

cd
svn checkout https://projects.coin-or.org/svn/SYMPHONY/stable/5.1 SYMPHONY-5.1
cd SYMPHONY-5.1
./configure
make
make install

but the make fails with this error 
ieeefp.h: No such file or directory 

In the config.log, it is shown that the check for ieeefp.h gives the result: yes

configure:20440: checking for ieeefp.h
configure:20456: g++ -c -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion    conftest.cc >&5
configure:20462: $? = 0
configure:20466: test -z 
			 || test ! -s conftest.err
configure:20469: $? = 0
configure:20472: test -s conftest.o
configure:20475: $? = 0
configure:20486: result: yes

In the file configall_system_msc.h, ieeefp is no 

/* Define to 1 if you have the <ieeefp.h> header file. */
/* #undef HAVE_IEEEFP_H */

But it is defined in config_coinutils.h 

/* Define to 1 if you have the <ieeefp.h> header file. */
#define HAVE_IEEEFP_H 1

Any help is highly appreciated 

Thank you very much





More information about the Symphony mailing list