Re: Query: AC_CHECK_HEADERS / AC_CHECK_LIB for cpp headers/cpp libs

2006-04-06 Thread Ralf Wildenhues
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

Query: AC_CHECK_HEADERS / AC_CHECK_LIB for cpp headers/cpp libs

2006-04-06 Thread Kalyanavarathan, Vasanth
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 =

Re: Partial linking with _RELOCATABLES - Proposed enhancement

2006-04-06 Thread Marc Alff
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