Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 1999 16:40:02 -0700 (PDT)
From:      Will Andrews <andrews@TECHNOLOGIST.COM>
To:        freebsd-ports@FreeBSD.org
Subject:   RE: ports/13109: math/gnuplot port appears to be broken
Message-ID:  <199908122340.QAA96911@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/13109; it has been noted by GNATS.

From: Will Andrews <andrews@TECHNOLOGIST.COM>
To: Jose Marques <jose@nobody.org>
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 <andrews@technologist.com>
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908122340.QAA96911>