From 888cbac3c041a440666eb59089f4536c5cbb3180 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 24 Mar 1999 08:55:06 +0000 Subject: [PATCH] * ltconfig.in (ld_shlibs, amigaos*): disable shared libraries --- ChangeLog | 4 ++++ ltconfig.in | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index dbb54be9b..7d2c01122 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-03-24 Alexandre Oliva + + * ltconfig.in (ld_shlibs, amigaos*): disable shared libraries + 1999-03-23 Gary V. Vaughan * libltdl/configure.in: the sed expression for finding the shared diff --git a/ltconfig.in b/ltconfig.in index e027821b4..630eb3c1f 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1061,6 +1061,14 @@ EOF archive_cmds='$rm $objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $objdir/a2ixlibrary.data~$AR cru $lib $libobjs~$RANLIB $lib~(cd $objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes + + # Samuel A. Falvo II reports + # that the semantics of dynamic libraries on AmigaOS, at least up + # to version 4, is to share data among multiple programs linked + # with the same dynamic library. Since this doesn't match the + # behavior of shared libraries on other platforms, we can use + # them. + ld_shlibs=no ;; sunos4*) -- 2.47.3