[Zlib-devel] zlib-1.2.5 configure script issues

Fabian Groffen grobian at gentoo.org
Fri Apr 23 17:01:27 EDT 2010


On 23-04-2010 13:06:00 -0700, Mark Adler wrote:
> On Apr 23, 2010, at 12:49 PM, Fabian Groffen wrote:
> > 1) Solaris /bin/sh doesn't grok $(...)
> 
> I have changed that to ${...}, which is what I am assuming the Solaris sh is expecting.

As John wrote, `...` is the portable replacement

> > 2) Solaris support is only for Sun's SunStudio compiler, not GCC.  I
> >   simply added SunOS* and solaris* to case switch for Linux* and
> >   linux*.  This works great for me.
> 
> Do all Solaris machines have gcc installed?

Usually yes, in /usr/sfw/bin

> > I'd expect SunOS | solaris* and alike for other platforms, e.g. Darwin | darwin*.
> 
> I have added the darwin* to Darwin* and solaris* to SunOS\ 5*.

Ok, then I'd just need a solaris* added to the gcc part of the if in the
line starting with Linux*.

Thanks!


-- 
Fabian Groffen
Gentoo on a different level




More information about the Zlib-devel mailing list