Hi Vasanth,
* Kalyanavarathan, Vasanth wrote on Thu, Apr 06, 2006 at 01:27:24PM CEST:
>
> A quick question about automake's AC_CHECK_HEADERS and AC_CHECK_LIBS
> use of conftest.c file.
That's an Autoconf issue, not an Automake one.
> When this check is used with CPP headers or CPP libs the test
Hello There
A quick question about automake's AC_CHECK_HEADERS and AC_CHECK_LIBS use
of
conftest.c file.
When this check is used with CPP headers or CPP libs the test fails
because gcc uses
c complier instead of g++ compiler.
Any idea as to how i can resolve this issue
Thanks
Vasanth
=
Hi Ralf, Alexandre, and all,
Ralf Wildenhues wrote:
- C++ code may need to use "ld -Ur" in some contexts (as the last
partial link); I haven't grasped all the details about when this is
necessary. Search for -Ur in `info ld Options' (several instances).
So it seems for C++ at least th