|
From: Munteanu A. <io_...@ya...> - 2006-02-19 16:28:46
|
On Sat, Feb 18, 2006 at 06:14:19PM +0100, Munteanu Alexandru wrote: > Hello, >=20 > I was trying to compile gnuplot from CVS and I have the following > error : >=20 > make[3]: Entering directory `/mnt/personal/hacking/gnuplot/src' >=20 > gcc -I/home/ion/progs/include -L/home/ion/progs/lib -o gnuplot > alloc.o axis.o bin_hook.o breaders.o bitmap.o color.o command.o > contour.o datafile.o dynarray.o eval.o fit.o gadgets.o getcolor.o > graph3d.o graphics.o help.o hidden3d.o history.o internal.o interpol.o > matrix.o misc.o mouse.o parse.o plot.o plot2d.o plot3d.o pm3d.o > readline.o save.o scanner.o set.o show.o specfun.o standard.o stdfn.o > tables.o term.o time.o unset.o util.o util3d.o variable.o version.o > -lz -lgd -ljpeg -lfreetype -lpng -lm >=20 > term.o: In function `image_do_crop':term.c:(.text+0x25c7d): undefined > reference to `gdImageColorAllocateAlpha' > =20 > collect2: ld returned 1 exit status >=20 > Hope this helps making gnuplot more stable. >=20 > If you solve this bug, please send me a mail if you have the > time. (with my mail on To: and gnuplot mailing list to Cc for example > because I'm not suscribed to the list) >=20 > Thank you. >=20 I have solved the problem. I had to install libgd2 developement libraries instead of libgd1. This should be easy to fix I think (cheching in configure.in for libgd2 instead of libgd) --=20 Munteanu Alexandru Ionut <io_alex_2002 @no_spam@ yahoo.fr> |