GNU bug report logs -
#12094
check failure on AIXv7.1 / xlc
Previous Next
Full log
Message #8 received at 12094 <at> debbugs.gnu.org (full text, mbox):
On 2012-07-30 17:40, Jez Wain wrote:
> I built libtool on AIXv7.1, POWER7 using xlc compiler.
>
> The configure and make completed without error, but "make check" produced 4 errors.
>
> ====================================
> 4 of 102 tests failed
> (4 tests were not run)
> See ./test-suite.log
> Please report to bug-libtool <at> gnu.org <mailto:bug-libtool <at> gnu.org>
> ====================================
>
> I used the following configure command:
>
> LDFLAGS="-L/usr/local/lib" LIBS="-lmass" CXX=CC=xlc_r CFLAGS="-O2 -qtune=auto
> -qarch=auto -qcache=auto -I/usr/local/include" ./configure
>
> Here as requested in the error message, is the test-suite.log file.
The CXX=CC=xlc_r part is the culprit, did you mean CXX=xlc_r CC=xlc_r,
or perhaps only CXX=xlc_r or perhaps CXX=$CC o something?
Anyway, that's where you should start looking.
Cheers,
Peter
This bug report was last modified 13 years and 21 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.