|
From: | Peter O'Gorman |
Subject: | Re: Multiple test failures with --disable-shared |
Date: | Thu, 10 Jun 2010 22:15:22 -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 03:07 PM, Peter O'Gorman wrote:
On 06/10/2010 11:10 AM, Peter O'Gorman wrote:Hi, I got an off-list report from a user about test failures in 2.2.6b, that turned out to be either because he'd configured with --disable-shared or libtool had incorrectly guessed that his system did not support shared libraries. (lots of lag in the exchange).Logs from clean tree of the unexpected failures.
AT_CHECK([$bindirneeded && { test -f $libdir/../bin/???foo-0.dll || ls $libdir/../bin/*foo*0* 2>/dev/null ; } || ls $libdir/*foo*0* 2>/dev/null], [], [ignore], [ignore])
I am not sure what to do with this, without shared libraries we will have a .lib or .a, which should both go in $libdir, right??
Should we just skip the whole test if $build_libtool_libs is no? Peter
[Prev in Thread] | Current Thread | [Next in Thread] |