libtool-patches
[Top][All Lists]
Advanced

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

Re: Piecewise linking failure on AIX


From: Albert Chin
Subject: Re: Piecewise linking failure on AIX
Date: Wed, 31 Mar 2004 09:35:23 -0600
User-agent: Mutt/1.4i

On Wed, Mar 31, 2004 at 10:35:51PM +0900, Peter O'Gorman wrote:
> Albert Chin wrote:
> >The solution is simple. Replace:
> >            eval concat_cmds=\"\$concat_cmds~$export_symbols_cmds\"
> >with:
> >            eval concat_cmds=\"\$concat_cmds~\$export_symbols_cmds\"
> >
> 
> This is not the correct solution, the proper one is to remove the extra 
> eval that I added...
> 
> @@ -3825,6 +3832,7 @@
>           save_ifs="$IFS"; IFS='~'
>           for cmd in $concat_cmds; do
>             IFS="$save_ifs"
> +           eval cmd=\"$cmd\"
>             $show "$cmd"
>
> Since we're here... Okay to revert this? (it is obvious, but since it is 
> already being discussed...)

I tested without the additional line above so please commit.

-- 
albert chin (address@hidden)




reply via email to

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