This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: master copy of ltcf-c.sh, ltcf-gcj.sh, ltmain.sh?
- From: "Andreas Tobler" <toa at pop dot agri dot ch>
- To: "Michael Elizabeth Chastain" <mec at shout dot net>,aoliva at redhat dot com,bonzini at gnu dot org
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 3 Mar 2003 16:12:13 +0100
- Subject: Re: master copy of ltcf-c.sh, ltcf-gcj.sh, ltmain.sh?
>-- Original Message --
>Date: Mon, 3 Mar 2003 08:53:46 -0600
>From: Michael Elizabeth Chastain <mec at shout dot net>
>To: aoliva at redhat dot com, bonzini at gnu dot org
>Subject: Re: master copy of ltcf-c.sh, ltcf-gcj.sh, ltmain.sh?
>Cc: gcc at gcc dot gnu dot org
>
>
>Hi Alexandre,
>
>> It is possible that libtool still uses tail -1, and that any fixes to
>> CVS mailing to this effect could be easily merged into our copy, but
it
>> has to be fixed there first.
>
>Paul Eggert has already fixed the 'head -1' and 'tail -1' and
>other non-posix commands in the CVS version of libtool.
>
>What are the prospects of importing a new libtool into gcc?
I'm also interested in this question since the cvs libtool contains lot
of stuff needed for darwin and dylibs.
I hand ported those changes to a 3.3 branch and have now a gcc with shared/dynamic
libraries for darwin. (not completed yet but a good start)
But I expect that it isn't that simple since the cvs libtool relies on autoconf
2.5x. And we in gcc don't do yet.
Andreas