dev-serveez
[Top][All Lists]
Advanced

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

[dev-serveez] MacOS libtool patch


From: stefan
Subject: [dev-serveez] MacOS libtool patch
Date: Fri, 21 Dec 2001 17:55:56 +0100 (CET)

Just for notification:

This is a patch for the libtool script in order to build Serveez on a
MacOSX 10.0 (bash, Darwin 1.4).  The patch is necessary in order to
complete a --enable-shared build, the static build was ok.

We are using "GNU libtool 1.4.2".  Maybe the problem disappears in
upcoming releases of libtool.

--- libtool.orig        Tue Dec 11 04:48:44 2001
+++ libtool     Tue Dec 11 04:53:40 2001
@@ -150,7 +150,7 @@
 export_dynamic_flag_spec=""
 
 # Compiler flag to generate shared objects directly from archives.
-whole_archive_flag_spec="-all_load \$convenience"
+whole_archive_flag_spec="-all_load "
 
 # Compiler flag to generate thread-safe objects.
 thread_safe_flag_spec=""
@@ -181,7 +181,7 @@
 old_archive_from_expsyms_cmds=""
 
 # Commands used to build and install a shared archive.
-archive_cmds="\$nonopt \$(test \\"x\$module\\" = xyes && echo -bundle \
|| echo -dynamiclib) \$allow_undefined_flag -o \$lib \$libobjs \
\$deplibs\$linker_flags -install_name \$rpath/\$soname \$verstring"
+archive_cmds="\$nonopt \$(test \"x\$module\" = xyes && echo -bundle \
|| echo -dynamiclib) \$allow_undefined_flag -o \$lib \$libobjs \
\$deplibs\$linker_flags -install_name \$rpath/\$soname \$verstring"
 archive_expsym_cmds=""
 postinstall_cmds=""
 postuninstall_cmds=""


Cheers,
        address@hidden




reply via email to

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