FYI: [PATCH] RDOS support for libtool
Leif Ekblad
le@codab.se
Fri Jan 13 15:12:00 GMT 2006
Peter:
> Well, it is a daily checkout, please try again to ensure that you did not
> miss the update on the 13th.. The Changelog for the version that is up
there
> now has:
> 2006-01-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
>
> ~ * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC): Fix my forward port
> ~ error of last commit.
OK, I saw it was just regenerated. (http://libtool.opendarwin.org/)
I downloaded this version and run ./configure, make and make install.
Then I moved libtool.m4 into the root of the GCC tree, and run
libtoolize.
I then run autoconf in the libstdc++-v3 directory, but unfortunately, the
libtool.m4
file doesn't work. It emits a series of errors:
configure.ac:86: LTOPTIONS_VERSION is required by ...
../libtool.m4:83: LT_INIT is expanded from...
../libtool.m4:87: AM_PROG_LIBTOOL is expanded from...
configure.ac:86: the top level
configure.ac:86:warning: LTSUGAR_VERSION is m4_require'd but is not
m4_defun'd
configure.ac:86:LTSUGAR_VERSION is required by...
configure.ac:86:warning: LTVERSION_VERSION is m4_require'd but is not
m4_defun'd
configure.ac:86:LTVERSION_VERSION is required by...
configure.ac:86:warning: LT_SET_OPTIONS is m4_require'd but is not
m4_defun'd
configure.ac:86:LT_SET_OPTIONS is required by...
configure.ac:85: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.ac:3829: error: possibly undefined macro: LT_SET_OPTIONS
configure.ac:3891: error: possibly undefined macro: m4_ifval
When I try to configure in libstdc++-v3 directory, it aborts.
Maybe I'm going about this in the wrong way? Maybe GCC requires branch 1.5.x
of
libtool and not MAIN?
Leif Ekblad
More information about the Gcc
mailing list