From owner-cvs-ports Tue Apr 28 14:01:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05027 for cvs-ports-outgoing; Tue, 28 Apr 1998 14:01:07 -0700 (PDT) (envelope-from owner-cvs-ports) Received: from picnic.mat.net (picnic.mat.net [206.246.122.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04820; Tue, 28 Apr 1998 14:00:38 -0700 (PDT) (envelope-from chuckr@glue.umd.edu) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.8.8/8.8.5) with SMTP id PAA14624; Tue, 28 Apr 1998 15:59:46 -0400 (EDT) Date: Tue, 28 Apr 1998 15:59:45 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@localhost To: Satoshi Asami 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 In-Reply-To: <199804281844.LAA02249@silvia.HIP.Berkeley.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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! ----------------------------+-----------------------------------------------