Andreas Schwab wrote:
> 
> Martin Frydl <[EMAIL PROTECTED]> writes:
> 
> |> The compiler complains about extern "C". My question is whether this is
> |> autoconf bug or should I use ./configure CC=cc CXX=CC to really use C
> |> compiler for these tests.
> 
> The latter.  You cannot expect meaningfull results when compiling C code
> with a C++ compiler.  C and C++ are quite different languages.

But I will use the checked functions in C++ sources, so it should be
better to check them by C++ compiler.

  Martin

Reply via email to