various validation problems under Solaris

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
axelrose
Posts: 96
Joined: 2008-12-16T06:01:27-07:00

various validation problems under Solaris

Post 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.
axelrose
Posts: 96
Joined: 2008-12-16T06:01:27-07:00

Re: various validation problems under Solaris

Post 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.
Post Reply