[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
checking command to parse /usr/bin/nm -B output... failed
From: |
Carlo Wood |
Subject: |
checking command to parse /usr/bin/nm -B output... failed |
Date: |
Thu, 26 Oct 2000 13:04:06 +0200 |
User-agent: |
Mutt/1.1i |
Hiya,
in the current libtool cvs version (1.3c), AM_PROG_LIBTOOL is
completely broken when the current language isn't set to C.
If you use this:
AC_LANG_CPLUSPLUS
AM_PROG_LIBTOOL
Then a few tests fail because tests are written to 'conftest.c'
and linking/compiling the tests is tried with 'g++ ... conftest.C'
This works correctly with 1.3.5.
You'll either need to write tests to conftest.C, or (probably better)
temporally ste the language to C.
As a workaround :/ I'll use
AC_LANG_SAVE
AC_LANG_C
AM_PROG_LIBTOOL
AC_LANG_RESTORE
instead of
AM_PROG_LIBTOOL
for now.
--
Carlo Wood <address@hidden> -=- Jesus Loves you -=-
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- checking command to parse /usr/bin/nm -B output... failed,
Carlo Wood <=