From owner-freebsd-questions Mon Nov 1 8: 3:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from osage.gate.net (osage.gate.net [198.206.134.25]) by hub.freebsd.org (Postfix) with ESMTP id E76CF14F24 for ; Mon, 1 Nov 1999 08:03:14 -0800 (PST) (envelope-from wjm@gate.net) Received: from inca.gate.net (wjm@inca.gate.net [199.227.0.11]) by osage.gate.net (8.8.6/8.6.12) with ESMTP id LAA84028; Mon, 1 Nov 1999 11:02:55 -0500 Received: from localhost (wjm@localhost) by inca.gate.net (8.8.6/8.6.9) with ESMTP id LAA72336; Mon, 1 Nov 1999 11:03:24 -0500 X-Authentication-Warning: inca.gate.net: wjm owned process doing -bs Date: Mon, 1 Nov 1999 11:03:19 -0500 (EST) From: William Melanson To: Marc Wandschneider Cc: "'freebsd-questions@freebsd.org'" Subject: Re: your mail In-Reply-To: <13D5F9EDFD72D211BC3100105A1C2233054930@akira.lanfear.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 31 Oct 1999, Marc Wandschneider wrote: % % The problem is that 'imlib' refuses to build, claiming that all % of the above are not installed. this almost certainly seems to be % because it can't find them in /usr/local (it's most likely just looking % in /usr). % 1. Go into the programs build/makfeile directory. 2. View the list of options/commands associated with autoconf/configure. ./configure --help what you'll see is this: --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] --libdir=DIR object code libraries in DIR [EPREFIX/lib] --includedir=DIR C header files in DIR [PREFIX/include] --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] --infodir=DIR info documentation in DIR [PREFIX/info] --mandir=DIR man documentation in DIR [PREFIX/man] --srcdir=DIR find the sources in DIR [configure dir or ..] Then just throw these fellas at configure maybe like such: ./configure --libdir=-L/usr/local/lib \ --includedir=-I/usr/local/include \ --infodir=/usr/local/info --------------------------------oOo------------------------------------ William J. Melanson CyberGate, Inc. | e.spire Communications Sr Network Controller Deerfield Beach, FL 33441 Network Operations Center Phone: (954) 429-8080 finger wjm@gate.net PGP public key --------------------------------oOo------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message