libtool-patches
[Top][All Lists]
Advanced

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

FYI darwin library file name convention


From: Robert Boehne
Subject: FYI darwin library file name convention
Date: Sun, 12 Jan 2003 01:04:59 -0600

Hello,

In the patch to support the -shrext option, I had inadverntenly
reversed "dylib" and "so" in the line for Darwin.  This patch
reverts that change.  Checked in to HEAD.

Robert
? COPYING
? FYI-darwin-dylib-so.patch
? INSTALL
? autom4te.cache
? fix-shrext.patch
? install-sh
? missing
? mkinstalldirs
? cdemo/autom4te.cache
? demo/autom4te.cache
? depdemo/autom4te.cache
? f77demo/autom4te.cache
? libltdl/autom4te.cache
? libltdl/config-h.in
? mdemo/autom4te.cache
? pdemo/autom4te.cache
? tagdemo/autom4te.cache
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libtool/libtool/ChangeLog,v
retrieving revision 1.1176
diff -u -r1.1176 ChangeLog
--- ChangeLog   11 Jan 2003 05:52:49 -0000      1.1176
+++ ChangeLog   12 Jan 2003 07:00:29 -0000
@@ -1,3 +1,8 @@
+2003-01-12  Robert Boehne  <address@hidden>
+
+       * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Revert an
+       accidental rearranging of dylib and so for darwin.
+
 2003-01-10  Robert Boehne  <address@hidden>
 
        * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Modify the
Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libtool.m4,v
retrieving revision 1.288
diff -u -r1.288 libtool.m4
--- libtool.m4  11 Jan 2003 05:52:49 -0000      1.288
+++ libtool.m4  12 Jan 2003 07:00:34 -0000
@@ -1225,7 +1225,7 @@
   soname_spec='${libname}${release}${major}.$shared_ext'
   shlibpath_overrides_runpath=yes
   shlibpath_var=DYLD_LIBRARY_PATH
-  shrext='$(test .$module = .yes && echo dylib || echo so)'
+  shrext='$(test .$module = .yes && echo so || echo dylib)'
   # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
   sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" 
| sed -e 's/libraries:/\nlibraries:/' | grep "^libraries:" | sed -e 
"s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g"`
   ;;

reply via email to

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