Benjamin Kosnik writes: > On Sun, 12 Jan 2003 11:25:04 +0100 > Matthias Klose <[EMAIL PROTECTED]> wrote: > > >Is it likely this will be addressed in the gcc-3.2 branch? > > Are you volunteering?
Ryan Murray provided a patch, which I attach here. Needed for the 3.3 branch as well. checked on mips{,el}-linux and i386-linux only.
The patch touches a few Makefile.am's to remove the --tag option to libtool (doesn't exist), and then uses autoreconf on the subdirs, and copies in things to the top level. gnu automake....)
The --tag option doesn't exist in your libtool simply because the one used in gcc is from a different libtool branch. Simply don't touch these files unless you know exactly what you are doing with this _extremely_ fragile stuff. This is certainly no task for 3.2 or 3.3, and Nathaneal already works on the mainline.
Franz.