Date: Mon, 1 Nov 1999 11:03:19 -0500 (EST) From: William Melanson <wjm@gate.net> To: Marc Wandschneider <MarcW@Lanfear.com> Cc: "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG> Subject: Re: your mail Message-ID: <Pine.A41.4.03.9911011055350.77974-100000@inca.gate.net> In-Reply-To: <13D5F9EDFD72D211BC3100105A1C2233054930@akira.lanfear.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.A41.4.03.9911011055350.77974-100000>