El mié, 21 de 07 de 2004 a las 18:56, Lee Howard escribió:
>
> Please show us the output of configure. It is supposed to be fixed
in
> 4.2.0rc2.
>
> Lee.
Sure, here you are:
Configuring HylaFAX (tm) (aka FlexFAX) 4.2.0rc2.
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.
YOW!! Did something bad happen or am I on a i686-pc-linux-gnu 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../configure: line 790: [: -gt: unary operator expected
./configure: line 793: [: -eq: unary operator expected
./configure: line 790: [: -gt: unary operator expected
./configure: line 793: [: -eq: unary operator expected
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:
g++ gcc CC NCC DCC gcc2 xlC
but none of them were successful.
To build this software you need a C++ compiler that supports a
reasonably modern version of C++. In particular the compiler must
support nested types and process temporary variables according to the
ANSI Reference Manual (the ARM).
Just the same obtained for 4.1.8 version.
Bye.
--
Jose Miguel Lopez Coronado <jmlopez@xxxxxxxxxxx>