Date: Tue, 28 Apr 1998 15:59:45 -0400 (EDT) From: Chuck Robey <chuckr@glue.umd.edu> To: Satoshi Asami <asami@FreeBSD.ORG> Cc: chuckr@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/math/gnuplot Makefile ports/math/gnuplot/files md5 ports/math/gnuplot/patches patch-ad patch-aa patch-ab Message-ID: <Pine.BSF.3.96.980428155528.303c-100000@localhost> In-Reply-To: <199804281844.LAA02249@silvia.HIP.Berkeley.EDU>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 28 Apr 1998, Satoshi Asami wrote: > * Modified files: > * math/gnuplot Makefile > * math/gnuplot/files md5 > * math/gnuplot/patches patch-aa patch-ab > * Added files: > * math/gnuplot/patches patch-ad > * Log: > * Modified to add gif terminal, and dependency on graphics/gd. > * PR: ports/5993 > > Thanks, but it doesn't build here. Seems a -L is missing. odd ... I *did* find a problem which I'll fix quickly, the funny thing is it's not the problem you found! I see a missing "=" in the BUILD_DEPENDS line ... but for shared libs, that -L isn't needed ... and I should have seen the build for png in your listing. The png dependency worked. I know you keep careful control of your environment, but it *seems* like something is missing there. I checked the png install, and it *does* do the ldconfig, and it works here. If I stick in the missing "=" in the makefile, it all works here. I don't really want to do the "=" commit until I'm sure what the problem is. > ===> Building for gnuplot-340 > cc -c -DHAVE_CONFIG_H -I/usr/X11R6/include -I. -I. -I/usr/local/include -O2 -pipe alloc.c > : > cc -c -DHAVE_CONFIG_H -I/usr/X11R6/include -I. -I. -I/usr/local/include -O2 -pipe util3d.c > cc -c -DCONTACT=\"bug-gnuplot@dartmouth.edu\" -DHAVE_CONFIG_H -I/usr/X11R6/include -O2 -pipe version.c > cc -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 term.o time.o util.o util3d.o version.o -lpng -lz -lm -lreadline -ltermcap > ld: -lpng: no match > *** Error code 1 > > Stop. > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980428155528.303c-100000>