File: INSTALL.Solaris

package info (click to toggle)
libgd2 2.3.3-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,392 kB
  • sloc: ansic: 49,708; sh: 5,660; javascript: 1,859; cpp: 1,308; makefile: 344; perl: 197; tcl: 45
file content (16 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Solaris CAVEATS
===============

If you are using GNU iconv library installed in f.e. /opt, you will
need to add the header location to CMAKE= in configure invokation to
ensure that the system iconv.h header is not used when searching for
iconv library.

The resulting ./configure invokation would look something like this:

MAKE=gmake CC="gcc -m64" ./configure --prefix=/opt/local \
CFLAGS="-I/opt/local/include -DHAVE_ICONV -O2 -fomit-frame-pointer -pipe -m64" \
--with-png=/usr --with-freetype=/opt/local

For more information and discussion see:
https://bitbucket.org/libgd/gd-libgd/issue/76