From owner-freebsd-ports Thu Jul 2 07:18:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA29444 for freebsd-ports-outgoing; Thu, 2 Jul 1998 07:18:32 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA29390 for ; Thu, 2 Jul 1998 07:18:17 -0700 (PDT) (envelope-from tg@ghpc8.ihf.rwth-aachen.de) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.rwth-aachen.de [134.130.90.6]) by ghpc8.ihf.rwth-aachen.de (8.8.8/8.8.6) with ESMTP id QAA03185; Thu, 2 Jul 1998 16:17:56 +0200 (CEST) Received: (from tg@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.8/8.8.5) id QAA01791; Thu, 2 Jul 1998 16:17:54 +0200 (CEST) To: K Chapman Cc: ports@FreeBSD.ORG Subject: Re: libdnd-1.1.tgz References: <19980702131703.15791.rocketmail@send1d.yahoomail.com> From: Thomas Gellekum Date: 02 Jul 1998 16:17:52 +0200 In-Reply-To: K Chapman's message of "Thu, 02 Jul 1998 06:17:03 -0700 (PDT)" Message-ID: <87ogv8fib3.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 18 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org K Chapman writes: > and the path is correct. xmkmf does not give me an error but the make > command does (gcc). it reports that it can't find the dnd files. i > have looked at the c program to see the inlude statements and they > look correct. > is this a problem of adding the offix path to the library search > path? if so, isn't the pkg_add supposed to do that? Maybe and no, respectively. There should be an option `-I/usr/local/include/OffiX' for the compilation, and `-L/usr/local/lib' for the linking. pkg_add only executes `ldconfig -m /usr/local' which adds the new libs to the _runtime_ search path. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message