![]() |
Hi all, I have a problem trying to compile hylafax on an HPUX 11 machine. I used the latest version (4.1beta3) because I read that there were some improvement for HP. Prior to this installation, I installed binutils, gcc and g++ 2.95.3, tiff 3.5, ghostscript 5.10 and related fonts, gmake, zlin 1.0.4. Downloaded from the HP at http://gatekeep.cs.utah.edu/ When I run ./configure I get an error about a misconfigured g++, while the compiler seems to be working. I report here the output of the configure program and a compilation test that I mage just after ./configure failed. May someone suggest a solution (or provide a compiled version of hylafax?) Thanks, Giuseppe P.S. Please CC to me, since I am not subscribed to this list. ------------------------------------------------------------------------------ $ gzcat hylafax-4.1beta3.tar.gz | tar xf - $ mkdir build-hylafax-4.1beta3 $ cd build-hylafax-4.1beta3 $ ../hylafax-4.1beta3/configure --verbose Configuring HylaFAX (tm) (aka FlexFAX) 4.1beta3. If configure does the wrong thing, check the file config.log for information that may help you understand what went wrong. Reading site-wide parameters from ../hylafax-4.1beta3/config.site. Do they really still make hppa1.0-hp-hpux11.00 systems?! Using /opt/gcc/bin/gcc for a C compiler (set CC to override). Looks like /opt/gcc/bin/gcc supports the -g option. Using " -g" for C compiler options. Looks like /opt/gcc/bin/gcc has an ANSI C preprocessor. ... but __ANSI_CPP__ is not automatically defined, will compensate. Looks like /opt/gcc/bin/gcc supports the -M option for generating make dependencies. Using /opt/gcc/bin/g++ for a C++ compiler (set CXX to override). Looks like /opt/gcc/bin/g++ supports the -g option. Using " -g" for C++ compiler options. Looks like /opt/gcc/bin/g++ has an ANSI C preprocessor. ... but __ANSI_CPP__ is not automatically defined, will compensate. Using /bin/make to configure the software. Using "include file" syntax for Makefiles. Using /bin/ksh to process command scripts. sed: There are too many commands for the /@SYSGID@/s;;;g function. Missing C++ runtime support for g++ (/opt/gcc/bin/g++). Compilation of the following test program failed: ---------------------------------------------------------- #include "iostream.h" int main(){ cout << "Hello World!" << endl; return 0;} ---------------------------------------------------------- Usually this is because you do not have a standard C++ library installed on your system or you have installed it in a non-standard location. If you do not have a C++ library installed, then you must install it. If it is installed in a non-standard location, then you should configure the compiler so that it will automatically be found. (For recent gcc releases this is libstdc++, for older gcc - libg++) Unrecoverable error! Once you've corrected the problem rerun this script. $ g++ -v Reading specs from /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/specs gcc version 2.95.3 20010315 (release) $ cat >f.c++ #include "iostream.h" int main(){ cout << "Hello World!" << endl; return 0;} $ g++ f.c++ $ ./a.out Hello World! $ ____________________ HylaFAX(tm) Users Mailing List _______________________ To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null