This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-1.1.2 fails
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: egcs-1.1.2 fails
- From: Billy Hutton <huttonb at digitalin-site dot com>
- Date: Thu, 11 Jan 2001 12:27:09 -0700 (MST)
- cc: gcc-help at gcc dot gnu dot org
Okay, I think I jumped the gun a little crying for help. Let me restate
my question, based on this information.
'grep "libtool" *' in the ./egcs-1.1.2 folder produced the ltconfig file
and the ltmain.sh file. Both use PACKAGE=libtool and VERSION=1.2a.
'grep "libtool" *' in the ./egcs-1.1.2/libstdc++-2.90.8 produced the
configure and ChangeLog files. ChangeLog mentions that it now uses
libtool 1.3.4.
'/usr/bin/libtool --version' told me this;
ltmain.sh (GNU libtool) 1.3 (1.385.2.117 1999/04/29 13:07:13)
So... :) How do I syncronize all this to get egcs-g++-1.1.2 to compile?
Thanks for your help.
Billy