Page 1 of 1

various validation problems under Solaris

Posted: 2010-04-22T05:02:07-07:00
by axelrose
Hello,

on a specific Solaris machine I get lots of validation failures.
Other compilations from the same base on a different Solaris machine and on MacOS are fine though.

Please see http://dl.dropbox.com/u/84530/IM/valida ... n-disk.log

Do you see any pattern?

I'm uncertain about the shared libraries used while "make check" runs. Perhaps it is using
some system libs. I tried "export LD_LIBRARY_PATH=/my-install-dir/lib:$LD_LIBRARY_PATH"
and LDFLAGS="-L/my-install-dir/lib -R/my-install-dir/lib" when configuring.

Thanks for your time, Axel.

Re: various validation problems under Solaris

Posted: 2010-04-22T06:25:44-07:00
by axelrose
Please forget my question.
This particular machine had several versions of libgcc installed. After finding the right one
and pointing LD_LIBRARY_PATH to this all tests passed.

Glad to finally have a Solaris machine with all tests working.