libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PGI Compiler patch for cygwin


From: Christopher Hulbert
Subject: Re: PGI Compiler patch for cygwin
Date: Wed, 22 Feb 2006 07:56:08 -0500

On 2/21/06, Ralf Wildenhues <address@hidden> wrote:
> Hi Christopher,
>
> * Christopher Hulbert wrote on Tue, Feb 21, 2006 at 09:32:14PM CET:
> > On 2/21/06, Ralf Wildenhues <address@hidden> wrote:
>
> > > http://lists.gnu.org/archive/html/libtool-patches/2005-11/msg00190.html
> >
> > I can't seem to shake this error.  Attahed is the config.log and make
> > output in a bzipped tar file.
>
> The make output indicates that the second hunk of the ltmain.m4sh patch
> may have been applied wrongly.  Try adding LIBTOOLFLAGS=--dry-run to
> make sure the
>   lib -NOLOGO -EXTRACT:$member_name $archive_name
>
> look right.
>
> I can try to create an updated patch, probably tomorrow night.
>
> Cheers,
> Ralf
>

Actually it seems the problem is that a unix-style path is passed to
lib as the library name. This is probably not the correct fix, but
what I did was add the following to the func_extract_archives function
between the *-darwin* and * case.
      *-cygwin*)
        my_xdir=`cygpath -m $my_xdir`
        my_xabs=`cygpath -m $my_xabs`
        func_extract_an_archive "$my_xdir" "$my_xabs"
        ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]