From owner-cvs-all Mon Oct 12 23:25:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08720 for cvs-all-outgoing; Mon, 12 Oct 1998 23:25:43 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA08714; Mon, 12 Oct 1998 23:25:38 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (root@woof.lan.awfulhak.org [172.16.0.7]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id HAA01609; Tue, 13 Oct 1998 07:20:38 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (brian@localhost [127.0.0.1]) by woof.lan.awfulhak.org (8.9.1/8.9.1) with ESMTP id HAA19226; Tue, 13 Oct 1998 07:19:12 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199810130619.HAA19226@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: asami@FreeBSD.ORG (Satoshi Asami) cc: brian@Awfulhak.org, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/x11/kworldwatch Makefile In-reply-to: Your message of "Mon, 12 Oct 1998 13:10:27 PDT." <199810122010.NAA29825@vader.cs.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 13 Oct 1998 07:19:11 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > * I'm clearly missing something here. I have: > > * checking for giflib... yes > > What command does config.log say that it's running here? It says: configure:3017: checking for giflib configure:3041: c++ -o conftest -O2 -Wall -s conftest.C -L/usr/local/lib -L/usr /X11R6/lib -lgif -lX11 1>&5 configure:3065: checking for jpeglib And from configure: [.....] ac_save_LIBS="$LIBS" LIBS="$all_libraries -lgif -lX11 $LIBSOCKET" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && t est -s conftest; then rm -rf conftest* eval "ac_cv_lib_gif=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* eval "ac_cv_lib_gif=no" fi [.....] Which AFAICT ought to work (and does on my machine). > Satoshi -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message