Hi,
Sorry about the wrong PGP signature. Here is the corrected version:
Alexandre wrote:
> C++ support is under development in the multi-language-branch of the
> libtool CVS tree. Feel free to give it a try, and please report any
> problems you find.
When running bootstrap on the sources from the multi-language-branch I get
the following error messages:
cat: ../ltdl.m4: No such file or directory
Makefile.am:5: INSTALL_LTDL does not appear in AM_CONDITIONAL
Makefile.am:12: CONVENIENCE_LTDL does not appear in AM_CONDITIONAL
Makefile.am:18: variable `LIBADD_DL' not defined
Makefile.am:21: variable `LIBADD_DL' not defined
autoconf: Undefined macros:
configure.in:36:AC_LIB_LTDL
cat: ../ltdl.m4: No such file or directory
Makefile.am:5: INSTALL_LTDL does not appear in AM_CONDITIONAL
Makefile.am:12: CONVENIENCE_LTDL does not appear in AM_CONDITIONAL
Makefile.am:18: variable `LIBADD_DL' not defined
Makefile.am:21: variable `LIBADD_DL' not defined
autoconf: Undefined macros:
configure.in:36:AC_LIB_LTDL
Obviously the file ltdl.m4 is missing. Checking out the file from the MAIN
branch:
cvs update -A ltdl.m4
solved this problem, but I have not tested any further yet.
Bye,
Mike