Thanks for the configure patch, Lawrence, you solved the issue on sparc as
well. And with
the Types.h patch of Shawn, the make passed too.
Pierre
On 27 Sep 2013 at 15:54, Lawrence K. Chen, P.Eng. wrote:
> - Original Message -
> > Been struggling with configure complaining that it can't
- Original Message -
> Been struggling with configure complaining that it can't find -lz
> (and later not figuring out how to make a shared library correctly.)
>
> Turns out there's two spots in configure that use
> "-Wl,-rpath=$ZLIB_HOME/lib", ignoring that configure had determined
> th
Been struggling with configure complaining that it can't find -lz (and later
not figuring out how to make a shared library correctly.)
Turns out there's two spots in configure that use "-Wl,-rpath=$ZLIB_HOME/lib",
ignoring that configure had determined that ld is not gnu.
In the previous versio