This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bug#176311: gcc-3.2: configure generated from broken libtool.m4


At 08:57 24.01.2003, Matthias Klose wrote:
Benjamin Kosnik writes:
> On Sun, 12 Jan 2003 11:25:04 +0100
> Matthias Klose <doko@cs.tu-berlin.de> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]