Blame docs/INSTALL.Solaris

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