HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
newbie question
Hello, forgive the newbie question please. I can't configure HylaFAX
due to the following error...
I think I have a good version of gcc
luis@lac:/home/linux/hylafax/hylafax-v4.0pl2 > gcc --version
2.7.2.1
luis@lac:/home/linux/hylafax/hylafax-v4.0pl2 > ./configure
Configuring HylaFAX (tm) (aka FlexFAX) v4.0pl2.
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 ./config.site.
Oh no, not another i586-unknown-linux system...
Using /usr/bin/gcc for a C compiler (set CC to override).
Looks like /usr/bin/gcc supports the -g option.
Using " -g" for C compiler options.
Looks like /usr/bin/gcc has an ANSI C preprocessor.
... but __ANSI_CPP__ is not automatically defined, will compensate.
Looks like /usr/bin/gcc supports the -M option for generating make
dependencies.
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 none of them were successful.
Lou