Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Hylafax
Dear sir/madam,
I tried to configure hylafax but it had the following error:
***
Cannot locate a suitable C++ compiler.
We attempted to compile the following test program:
----------------------------------------------------------
class foo {
public:
struct bar {
int a;
bar();
};
foo();
};
foo::bar::bar() { a = 0; }
foo::foo() { bar x; }
int main() { foo t; return 0; }
----------------------------------------------------------
with these compilers:
gcc gcc g++ CC NCC DCC gcc2 xlC
***
But I can run that program when I swipe it into its own file.
Do you have any suggestions?
Thanks,
Mark Grebler.