This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

Re: Adding _eh.o frame-dwarf2.o to libstdc++.so.3?


On Jul 25, 2000, Benjamin Kosnik <bkoz@redhat.com> wrote:

>> > %./ltconfig --version
>> > ltconfig (GNU libtool) 1.3c (1.739 2000/07/24 06:15:50)
>> 
>> BTW, I was only meaning to upgrade the GCC CVS tree to 1.3.5a (from
>> branch-1-3).  Not that I wouldn't like to get 1.3c tested on more
>> platforms :-)

> The current setup is broken. 

> Very broken. See the beginning of this thread.

Ok, here's the way I've been doing it for almost all packages: copy
libtool.m4 from the libtool installation directory to the GCC
top-level directory, then add to acinclude.m4 the following lines:

sinclude(../libtool.m4) dnl already included above
dnl The line below arranges for aclocal not to bring a definition of
dnl AM_PROG_LIBTOOL into aclocal.m4, while still arranging for automake
dnl to add a definition of LIBTOOL to Makefile.in.
ifelse(yes,no,[AC_DEFUN([AM_PROG_LIBTOOL],[AC_SUBST(LIBTOOL)])])

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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