On 19/02/17 10:47, Bruno Haible wrote:
> Hi,
>
> In many installations, clang has strange/odd/buggy library search paths. In
> particular, on the Ubuntu binaries from http://releases.llvm.org/download.html
> search in /lib64/ although this directory contains no libraries (only the
> ld.so).
> Thi
Hi,
In many installations, clang has strange/odd/buggy library search paths. In
particular, on the Ubuntu binaries from http://releases.llvm.org/download.html
search in /lib64/ although this directory contains no libraries (only the
ld.so).
This confuses the AC_LIB_PREPARE_MULTILIB macro: it expe
Hi,
On Dyson OS, a Solaris based OS with Debian packaging system [1],
the gnulib 'strftime' test fails:
FAIL: test-strftime
===
NZST-12NZDT,M9.5.0,M4.1.0/3: expected "1970-01-01 13:00:00 +1300 (NZDT)", got
"1970-01-01 13:00:00 +1300 (NZST)"
NZST-12NZDT,M9.5.0,M4.1.0/3: expected
A testdir created with --with-tests --single-configure fails to configure if
it happens to include module 'havelib-tests':
$ ./configure
...
configure: creating ./config.status
config.status: error: cannot find input file: `havelib/Makefile.in'
This patch works around it.
2017-02-19 Br