[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libtool 2.2.10] testsuite: 28 29 102 failed
From: |
Ralf Wildenhues |
Subject: |
Re: [libtool 2.2.10] testsuite: 28 29 102 failed |
Date: |
Sat, 28 Aug 2010 20:42:50 +0200 |
User-agent: |
Mutt/1.5.20 (2010-04-22) |
Hello Paul,
* Paul Laight wrote on Mon, Aug 23, 2010 at 01:27:07PM CEST:
> The make check generated the attached
>
> Please advise.
Thanks for the report. The failures are fairly benign, the only real
issue being that the GNU Fortran compiler version on your system doesn't
like being handed convenience archives but no plain objects on the
command line:
> ./convenience.at:151: $LIBTOOL --tag=F77 --mode=link $F77 $FFLAGS $LDFLAGS -o
> liba12.la liba1.la liba2.la -rpath /notexist
> stderr:
> i686-apple-darwin8-gfortran-4.2: no input files; unwilling to write output
> files
> stdout:
> libtool: link: gfortran -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o
> .libs/liba12.0.dylib -Wl,-force_load,./.libs/liba1.a
> -Wl,-force_load,./.libs/liba2.a -install_name /notexist/liba12.0.dylib
> -compatibility_version 1 -current_version 1.0 -Wl,-single_module
> ./convenience.at:151: exit code was 1, expected 0
> 28. convenience.at:109: 28. F77 convenience archives (convenience.at:109):
> FAILED (convenience.at:151)
We should probably work around this, but it is only a minor issue.
You can still use this Libtool otherwise.
Cheers,
Ralf