libtool-patches
[Top][All Lists]
Advanced

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

Re: minor fix to libtool 1.5.10


From: Ralf Wildenhues
Subject: Re: minor fix to libtool 1.5.10
Date: Tue, 2 Nov 2004 08:09:36 +0100
User-agent: Mutt/1.4.1i

* Scott Michel wrote on Mon, Nov 01, 2004 at 08:00:20PM CET:
> ${xdir} is missing from in front of $object, causing some builds to fail 
> (if object dir is not the same as the source dir):

Can you show a small testcase exposing the failure, including on which
system and with which tools it fails?  Even better if you could check
whether branch-2-0 fails as well.

Regards,
Ralf

> --- /usr/autotool/devel/share/libtool/ltmain.sh 2004-09-21 
> 23:50:51.001000000 -0700
> +++ ltmain.sh   2004-11-01 10:47:59.411993900 -0800
> @@ -903,7 +903,7 @@
> 
>        # Append the name of the PIC object to the libtool object file.
>        test -z "$run" && cat >> ${libobj}T <<EOF
> -pic_object='$objdir/$objname'
> +pic_object='${xdir}$objdir/$objname'
> 
>  EOF
> 
> @@ -977,7 +977,7 @@
>        # Only append if the libtool object file exists.
>        test -z "$run" && cat >> ${libobj}T <<EOF
>  # Name of the non-PIC object.
> -non_pic_object='$objname'
> +non_pic_object='${xdir}$objname'
> 
>  EOF
>      else
> 
> 




reply via email to

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