libtool-patches
[Top][All Lists]
Advanced

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

Re: Multiple test failures with --disable-shared


From: Peter O'Gorman
Subject: Re: Multiple test failures with --disable-shared
Date: Thu, 10 Jun 2010 23:08:54 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-3.fc13 Thunderbird/3.0.4

On 06/10/2010 11:05 PM, Ralf Wildenhues wrote:
Hi Peter,

* Peter O'Gorman wrote on Fri, Jun 11, 2010 at 05:04:55AM CEST:
+       Create reloadable object files with non-pic objects too.
+       * libltdl/config/ltmain.m4sh: When not building a shared
+       library, use the non-pic objects to create a reloadable
+       object, because pic objects do not exist.

diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index 9e6646f..5906552 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -7180,6 +7180,9 @@ EOF
        fi
        fi

+      # If we're not building shared, we need to use non_pic_objs
+      test "$build_libtool_libs" != yes&&  libobjs="$non_pic_objects"

Don't you miss $objs here then?


I already pushed, but you may be right, will look again.

Peter




reply via email to

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