From owner-freebsd-ports Thu Aug 12 16:40:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA6EC15611 for ; Thu, 12 Aug 1999 16:40:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA96911; Thu, 12 Aug 1999 16:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 12 Aug 1999 16:40:02 -0700 (PDT) Message-Id: <199908122340.QAA96911@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: RE: ports/13109: math/gnuplot port appears to be broken Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13109; it has been noted by GNATS. From: Will Andrews To: Jose Marques Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: RE: ports/13109: math/gnuplot port appears to be broken Date: Thu, 12 Aug 1999 19:30:09 -0400 (EDT) On 12-Aug-99 Jose Marques wrote: >>Description: > > The math/gnuplot port appears to be broken. After hitting the problem the > first time I CVSuped (Aug 10 23:34) and made world but the problem still > persists. The port build fails at the following command: > > cc -O -pipe -o gnuplot alloc.o binary.o bitmap.o command.o contour.o > datafile.o eval.o fit.o graphics.o graph3d.o help.o hidden3d.o internal.o > interpol.o matrix.o misc.o parse.o plot.o plot2d.o plot3d.o readline.o > scanner.o set.o show.o specfun.o standard.o stdfn.o term.o time.o util.o > util3d.o version.o -L/usr/local/lib -lgd -lpng -lz -lm -lreadline > -lncurses > term.o: In function `GIF_text': > term.o(.text+0x82f5): undefined reference to `gdImageGif' Sorry, I don't seem to have this same problem. From what I see here, perhaps you are not using the latest gd...: cc -DHAVE_CONFIG_H -I. -I. -I/usr/X11R6/include -I/usr/local/include/gd -I/usr/local/include -O -pipe -DCONTACT=\"bug-gnuplot@dartmouth.edu\" -c version.c cc -O -pipe -o gnuplot alloc.o binary.o bitmap.o command.o contour.o datafile.o eval.o fit.o graphics.o graph3d.o help.o hidden3d.o internal.o interpol.o matrix.o misc.o parse.o plot.o plot2d.o plot3d.o readline.o scanner.o set.o show.o specfun.o standard.o stdfn.o term.o time.o util.o util3d.o version.o -L/usr/local/lib -lgd -lpng -lz -lm -lreadline -lncurses cc -DHAVE_CONFIG_H -I. -I. -I/usr/X11R6/include -I/usr/local/include/gd -I/usr/local/include -O -pipe -c gplt_x11.c cc -O -pipe -o gnuplot_x11 gplt_x11.o stdfn.o -lSM -lICE -L/usr/X11R6/lib -lX11 -lm -lreadline -lncurses cd docs && make gnuplot.gih cc -DHAVE_CONFIG_H -I.. -I./.. -I./../term -I. -O -pipe -c doc2gih.c cc -DHAVE_CONFIG_H -I.. -I./.. -I./../term -I. -O -pipe -c termdoc.c cc -O -pipe -o doc2gih doc2gih.o termdoc.o ./doc2gih ./gnuplot.doc gnuplot.gih cc -DHAVE_CONFIG_H -I. -I. -I/usr/X11R6/include -I/usr/local/include/gd -I/usr/local/include -O -pipe -c bf_test.c cc -O -pipe -o bf_test bf_test.o binary.o alloc.o -lm -lreadline -lncurses wd=`pwd` && cd ./demo && $wd/bf_test (19:25:38) [root@shadow /usr/ports/math/gnuplot]# I am using FreeBSD 3.2-STABLE as of July 23, and ports as of an hour ago (via cvsup on cvsup5.freebsd.org). -- Will Andrews To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message