HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] Compiling Hylafax 4.1.3 in jaguar (OSX v.10.2)
Dear Guy,
Have you been trying to compile hylafax.
in configure I get :
Missing C++ runtime support for g++ (/usr/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.
Although hello.cc compile with g++ , I get the same with
Courier New./configure --with-GETTY="BSD" --with-CXXFILE="-x c++"
Do you have any suggestion ?
Thanks,
Guil