Blame docs/INSTALL.Solaris

Packit ed3af9
Solaris CAVEATS
Packit ed3af9
===============
Packit ed3af9
Packit ed3af9
If you are using GNU iconv library installed in f.e. /opt, you will
Packit ed3af9
need to add the header location to CMAKE= in configure invokation to
Packit ed3af9
ensure that the system iconv.h header is not used when searching for
Packit ed3af9
iconv library.
Packit ed3af9
Packit ed3af9
The resulting ./configure invokation would look something like this:
Packit ed3af9
Packit ed3af9
MAKE=gmake CC="gcc -m64" ./configure --prefix=/opt/local \
Packit ed3af9
CFLAGS="-I/opt/local/include -DHAVE_ICONV -O2 -fomit-frame-pointer -pipe -m64" \
Packit ed3af9
--with-png=/usr --with-freetype=/opt/local
Packit ed3af9
Packit ed3af9
For more information and discussion see:
Packit ed3af9
https://bitbucket.org/libgd/gd-libgd/issue/76