libtool-patches
[Top][All Lists]
Advanced

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

piecewise linking doesn't work with absolute output path


From: Albert Chin
Subject: piecewise linking doesn't work with absolute output path
Date: Fri, 12 Mar 2004 11:41:35 -0600
User-agent: Mutt/1.4i

Piecewise linking doesn't work when -o specifies an absolute path.

-- 
albert chin (address@hidden)

-- snip snip
2004-03-12  Albert Chin-A-Young  <address@hidden>

        * ltmain.in: Piecewise linking doesn't work when -o specifies
        an absolute path.

Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/ltmain.in,v
retrieving revision 1.334.2.27
diff -u -3 -p -r1.334.2.27 ltmain.in
--- ltmain.in   15 Feb 2004 13:22:05 -0000      1.334.2.27
+++ ltmain.in   12 Mar 2004 17:37:29 -0000
@@ -3781,7 +3873,7 @@ EOF
          if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then
            save_libobjs=$libobjs
          fi
-         save_output=$output
+         save_output=`echo "$output" | $SED $basename`
 
          # Clear the reloadable object creation command queue and
          # initialize k to one.




reply via email to

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