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: Peter O'Gorman
Subject: Re: Piecewise linking failure on AIX
Date: Wed, 31 Mar 2004 22:35:51 +0900
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4

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"

Yes, I bow in abject apology for making this error.

This is the same bug as was reported by Uwe Moeller on -bugs last week. I was going to fix it last week, but went on holiday instead :-p.

Since we're here... Okay to revert this? (it is obvious, but since it is already being discussed...)

Peter
--
Peter O'Gorman - http://www.pogma.com




reply via email to

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