lib GD problem
Carl Anderson
candrsn at fultonecd.org
Fri Feb 2 10:13:26 PST 2001
I needed to patch configure.in
to compile mapserver against a shared version of GD-1.8.3 on a
Solaris2.7-gcc
73a74
> test -f $GD_DIR/.libs/libgd.a && GD_LIBDIR="$GD_DIR/.libs"
then autoconf then ./configure
some users may need
test -f $GD_DIR/_libs/libgd.a && GD_LIBDIR="$GD_DIR/_libs"
I also compiled freetype support into my GD
as well as XPM support
so in the end I had to set CFLAGS to "-ltiff -lz -ljpeg -lpng -lttf
-lXpm -lX11"
to get configure to work without changing more of configure.in
--
-----------------------------------------------
Carl Anderson
Fulton County, Georgia
Environment & Community Development
GIS
404 730-8026
candrsn at mindspring.com
More information about the MapServer-users
mailing list