[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: support AIX 6.1 in config.rpath
From: |
Ralf Wildenhues |
Subject: |
Re: support AIX 6.1 in config.rpath |
Date: |
Tue, 8 Jan 2008 21:34:37 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Hello Rainer,
* Rainer Tammer wrote on Tue, Jan 08, 2008 at 05:03:30PM CET:
> Ralf Wildenhues wrote:
>>
>> please post whatever Libtool testsuite log of AIX 6.1 you have to
>> <address@hidden>.
> No problem. Is there a size limitation to the post ??
Yes, there is. For large outputs, use gzip or bzip2. In case the
message size exceeds the limit, the list moderator will act accordingly
(and yes, I will typically let your message through ;-).
>> If you can do another testsuite run with
>> ./configure LDFLAGS=-Wl,-brtl
>>
> OK here are the results of the testsuite (with the pathc to
> tests/runpath-in-lalib.at):
>
> command:
>
> export LDFLAGS=-Wl,-brtl
> export CC=cc_r
> export CXX=xlC_r
> gmake -k check VERBOSE=yes
Cool, many thanks.
> ## ------------- ##
> ## Test results. ##
> ## ------------- ##
>
> 52 tests behaved as expected.
> 4 tests were skipped.
Yay!
> The first part of the test run did produce some errors:
[...]
> did not find the `myfunc' function
> error was: Function not implemented (myfunc)
> did not find the `myvar' variable
> error was: Function not implemented (myvar)
[...]
> FAIL: tests/mdemo-exec.test
[...]
> ====================================
> 3 of 106 tests failed
Yep, I see these on AIX < 6 as well. This is a regression of HEAD over
branch-1-5. Sigh.
Cheers,
Ralf