From: srittau Date: Sun, 25 Nov 2001 21:58:13 +0000 (+0000) Subject: Back-Port from trunk: Document libtool issues on Tru64. X-Git-Tag: netatalk-1-5-rc1~16 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=c9380f77a05f62c7e5e6953389b8f40b3c18668d Back-Port from trunk: Document libtool issues on Tru64. --- diff --git a/doc/DEVELOPER b/doc/DEVELOPER index 23abc35d..5c13b4a6 100644 --- a/doc/DEVELOPER +++ b/doc/DEVELOPER @@ -68,6 +68,19 @@ creation of libraries. It determines if the local platform can support shared libraries or if it only supports static libraries. Netatalk currently requires libtool 1.4 or higher (1.4b for OpenBSD). +If you are using Tru64 you must apply the following patch to the file +acinclude.m4 (normally found in /usr/share/libtool/libltdl). + +--- acinclude.m4.old Tue Nov 20 15:30:23 2001 ++++ acinclude.m4 Tue Nov 20 15:31:54 2001 +@@ -2226,6 +2226,7 @@ + + osf3* | osf4* | osf5*) + version_type=osf ++ need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}.so' + library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so' Documentation: http://www.gnu.org/software/libtool/ Program: (see the GNU mirrors) /gnu/libtool/libtool-1.4.tar.gz