libtool-patches
[Top][All Lists]
Advanced

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

Re: [Fink-users] Solution: Own project fails to link with Fink installed


From: Peter O'Gorman
Subject: Re: [Fink-users] Solution: Own project fails to link with Fink installed library
Date: Mon, 10 Nov 2003 00:02:01 +0900
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030902 Thunderbird/0.2

I just committed this patch as obvious to HEAD. It only affects darwin.

Idar Tollefsen wrote:
>>>>
>>>> g++ -bundle  ... /sw/lib ...

Peter
--
Peter O'Gorman - http://www.pogma.com
Index: ChangeLog
2003-11-09  Peter O'Gorman  <address@hidden>

        * ltmain.in (linkalldeplibs,darwin): Fix a bug reported by Idar 
        Tollefsen where a dir could be added to the link line with no '-L'
        on darwin.

from  Gary V. Vaughan  <address@hidden>
Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/ltmain.in,v
retrieving revision 1.353
diff -u -r1.353 ltmain.in
--- ltmain.in 6 Nov 2003 14:21:15 -0000 1.353
+++ ltmain.in 9 Nov 2003 14:50:25 -0000
@@ -2648,8 +2648,8 @@
                    *" $path "*) ;;
                    *) newlib_search_path="$newlib_search_path $path";;
                    esac
-                   path=""
                  fi
+                 path=""
                  ;;
                *)
                path="-L$path"

reply via email to

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