How to build MICO 2.3.11 in HP-UX 11.11?
2007-04-02 12:03:21 GMT
Hi all, I'm trying to build MICO-2.3.11 in HP-UX 11.11, using GCC, and found the following problem during ./configure: checking for c++... c++ checking whether the C++ compiler (c++ ) works... no configure: error: installation or configuration problem: C++ compiler cannot create executables. I saw in config.log that this error occurs because configure is passing an invalid argument to ld command: configure:1641: checking whether the C++ compiler (c++ ) works configure:1657: c++ -o conftest conftest.C 1>&5 /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (/var/tmp//cc2owOdc.o) was detected. The linked output may not run on a PA 1.x system. /usr/ccs/bin/ld: Unrecognized argument: +init /usr/ccs/bin/ld: Usage: /usr/ccs/bin/ld [options] [flags] files collect2: ld returned 1 exit status configure: failed program was: #line 1652 "configure" #include "confdefs.h" The /usr/ccs dir contains the HP CC embedded compiler and also the ld command. I checked for another ld executable, but there's no one. The following packages were installed in the system:(Continue reading)
RSS Feed