Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 1998 11:44:49 -0700 (PDT)
From:      asami@FreeBSD.ORG (Satoshi Asami)
To:        chuckr@FreeBSD.ORG
Cc:        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:  <199804281844.LAA02249@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199804192322.QAA27892@freefall.freebsd.org> (message from Chuck Robey on Sun, 19 Apr 1998 16:22:31 -0700 (PDT))

next in thread | previous in thread | raw e-mail | index | archive | help
 *   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.

Satoshi
-------
## make install
>> Checksum OK for gnuplot-beta340.tar.gz.
===>  Extracting for gnuplot-340
===>  gnuplot-340 depends on shared library: png\.2\. - found
===>  Patching for gnuplot-340
===>  Applying FreeBSD patches for gnuplot-340
===>  Configuring for gnuplot-340
creating cache ./config.cache
checking for gcc... cc
checking whether we are using GNU C... yes
checking how to run the C preprocessor... cc -E
checking for a BSD compatible install... /usr/bin/install -c -o bin -g bin
checking for cc option to accept ANSI C... 
checking whether cross-compiling... no
checking for function prototypes... yes
checking for working const... yes
checking for inline... inline
checking if compiler handles warn and error directives correctly... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for MS-DOS/djgpp/libGRX... no
checking for NeXT... no
checking for ANSI C header files... yes
checking for sys/bsdtypes.h... no
checking for sys/select.h... yes
checking for string.h... yes
checking for stdlib.h... yes
checking for sys/types.h... yes
checking for float.h... yes
checking for libc.h... no
checking for limits.h... yes
checking for values.h... no
checking for locale.h... yes
checking for errno.h... yes
checking if errno variable is declared... yes
checking for unistd.h... yes
checking for sgtty.h... yes
checking for termios.h... yes
checking for tcgetattr... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for time.h... yes
checking for erf... yes
checking for lgamma... yes
checking for gamma... yes
checking for getcwd... yes
checking for memcpy... yes
checking for memset... yes
checking for strchr... yes
checking for setvbuf... yes
checking for sleep... yes
checking for strncasecmp... yes
checking for strnicmp... no
checking for strerror... yes
checking for popen... yes
checking for pclose... yes
checking for atexit... yes
checking for sys/systeminfo.h... no
checking for -lsocket... no
checking for -ltermcap... yes
checking for -lreadline... yes
checking for gdImageCreate in -lgd... no
- see term/gif.trm for download details
- see term/png.trm for download details
moving docs/makefile out of the way
moving docs/latextut/makefile out of the way
updating cache ./config.cache
creating ./config.status
creating Makefile
creating docs/Makefile
creating docs/latextut/Makefile
creating config.h
===>  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.

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?199804281844.LAA02249>