coin-or / Bcp

Branch-Cut-Price Framework
Other
26 stars 13 forks source link

tried to install Bcp, but ... #24

Open svigerske opened 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: dexter

Original creation time: 2010-01-28 14:32:35

Assignee: somebody

Version:

Dear Sir/Madam,

I tried to install Bcp by following the instructions from the INSTALL file. After downloading I did the following within my Bcp directory:

mkdir build
cd build
../configure

During configuration I got these messages:

checking sys/resource.h usability... no
checking sys/resource.h presence... yes
configure: WARNING: sys/resource.h: present but cannot be compiled
configure: WARNING: sys/resource.h:     check for missing prerequisite headers?
configure: WARNING: sys/resource.h: see the Autoconf documentation
configure: WARNING: sys/resource.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/resource.h: proceeding with the preprocessor's result
configure: WARNING: sys/resource.h: in the future, the compiler will take precedence
configure: WARNING:     ## --------------------------------------------------------- ##
configure: WARNING:     ## Report this to https://projects.coin-or.org/Bcp/newticket ##
configure: WARNING:     ## --------------------------------------------------------- ##
checking for sys/resource.h... yes
checking sys/sysinfo.h usability... no
checking sys/sysinfo.h presence... yes
configure: WARNING: sys/sysinfo.h: present but cannot be compiled
configure: WARNING: sys/sysinfo.h:     check for missing prerequisite headers?
configure: WARNING: sys/sysinfo.h: see the Autoconf documentation
configure: WARNING: sys/sysinfo.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/sysinfo.h: proceeding with the preprocessor's result
configure: WARNING: sys/sysinfo.h: in the future, the compiler will take precedence
configure: WARNING:     ## --------------------------------------------------------- ##
configure: WARNING:     ## Report this to https://projects.coin-or.org/Bcp/newticket ##
configure: WARNING:     ## --------------------------------------------------------- ##
checking for sys/sysinfo.h... yes

So I do the report ...

I've got these errors with version 1.2.2, and 1.2.3 as well on a SUSE 11.2 system. The make command was successful, but not make test (segmentation fault). Maybe, that this is related to the messages during configuration? I don't have no idea.

I checked the Autoconf documentation, but I don't have no idea what to do in this special case.

I would be grateful for any assistance you can offer.

Thank you very much in advance!

svigerske commented 5 years ago

Comment by dexter created at 2010-01-28 14:35:57

I forgot: it's a 64bit system.

svigerske commented 5 years ago

Attachment config.log by dexter created at 2010-01-28 14:38:09

config.log from BCP build dir