From owner-cvs-ports Mon Nov 3 14:19:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA08939 for cvs-ports-outgoing; Mon, 3 Nov 1997 14:19:31 -0800 (PST) (envelope-from owner-cvs-ports) Received: from Octopussy.MI.Uni-Koeln.DE (Octopussy.MI.Uni-Koeln.DE [134.95.166.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA08932; Mon, 3 Nov 1997 14:19:20 -0800 (PST) (envelope-from se@dialup124.zpr.uni-koeln.de) Received: from dialup124.zpr.Uni-Koeln.DE (dialup124.zpr.Uni-Koeln.DE [134.95.219.124]) by Octopussy.MI.Uni-Koeln.DE (8.8.7/8.8.7) with ESMTP id XAA21344; Mon, 3 Nov 1997 23:19:11 +0100 (MET) Received: (from se@localhost) by dialup124.zpr.Uni-Koeln.DE (8.8.7/8.6.9) id XAA02254; Mon, 3 Nov 1997 23:19:11 +0100 (CET) X-Face: " Date: Mon, 3 Nov 1997 23:19:10 +0100 From: Stefan Esser To: Andreas Klemm Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/x11/kdenetwork - Imported sources References: <199711030039.QAA25359@freefall.freebsd.org> <19971103204307.51819@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 In-Reply-To: <19971103204307.51819@klemm.gtn.com>; from Andreas Klemm on Mon, Nov 03, 1997 at 08:43:07PM +0100 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 1997-11-03 20:43 +0100, Andreas Klemm wrote: > On Sun, Nov 02, 1997 at 04:39:00PM -0800, Stefan Esser wrote: > > se 1997/11/02 16:39:00 PST > > > > ports/x11/kdenetwork - Imported sources > > Update of /home/ncvs/ports/x11/kdenetwork > > In directory freefall.freebsd.org:/d/se/kdenetwork > > I think it needs something additionally :-) > > c++ -c -O2 -Wall -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/giflib -DHAVE_CONFIG_H -I.. main.cpp > main.cpp:40: gdbm.h: No such file or directory > *** Error code 1 Arghh! I thought I did not have GDBM installed on my system, but this was only true of libgdbm.so, I had a static libgdbm.a (now gone :), which does not show up in the ldd output which I had checked for library dependencies ... Regards, STefan