bug-libtool
[Top][All Lists]
Advanced

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

libtool bug in 1.4.2 --mode=execute


From: Samuel Stringham
Subject: libtool bug in 1.4.2 --mode=execute
Date: Mon, 28 Jan 2002 04:42:48 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6) Gecko/20011214

In case no one has informed you libtool has a minor bug with it's execute mode.
libtool --version:
ltmain.sh (GNU libtool) 1.4.2 (1.922.2.53 2001/09/11 03:18:52)
uname -a:
Linux blah 2.5.2-pre9 #2 SMP Sun Jan 6 10:39:10 EST 2002 i686 unknown

script to recreate problem:
#!/bin/sh
cd /
libtool --mode=execute /bin/ls /home/

patch (not known to work on anyone's system but mine, take as you will):
--- /usr/bin.old/libtool    Fri Jan 25 11:47:49 2002
+++ /usr/bin/libtool    Mon Jan 28 04:22:46 2002
@@ -4896,7 +4896,7 @@
      fi

      # Now prepare to actually exec the command.
-      exec_cmd='"$cmd"$args'
+      exec_cmd="$cmd"$args
    else
      # Display what would be done.
      if test -n "$shlibpath_var"; then

if you need any other info, let me know, I am more than happy to help

Samuel Stringham
network administrator
www.e-sa.com





reply via email to

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