in reply to 64-bit build fails numeric tests
Long Doubles.As of 5.8.1, long doubles are working if you use the Sun compilers (needed for additional math routines not included in libm).
Given that your issue appears to be a single/double precision float mismatch, have you tried building with the Sun compilers? When you modified the compile and link commands, could you have missed a line, s.t. some libraries were built without the -m64 flag?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: 64-bit build fails numeric tests
by eshafto (Novice) on Feb 01, 2010 at 17:07 UTC | |
by kennethk (Abbot) on Feb 01, 2010 at 17:22 UTC |