[GRASS5] configure.in Wants testers...
Eric G . Miller
egm2 at jps.net
Sat Dec 2 14:29:05 EST 2000
On Sat, Dec 02, 2000 at 12:56:59AM -0800, Jeshua Lacock wrote:
> Hi Eric!
>
> OK, I tried to run
>
> > ./configure --with-tcltk-libs=/usr/local/lib/
> ^^ where my tcl/tk directories are located
>
> And I get the same error. Any thoughts? I would like to get NVIZ complied (mostly for others)...
Yes, it needs to know where the headers are as well. The configure
script "grep's" for either/both TK_VERSION or TCL_VERSION from the
headers for use in building the library name, like ltk8.3. So, that
will fail if it doesn't get the version number trying instead to link to
non-existent libs like "ltk". So find out where tcl.h or tk.h live and
pass the --with-tcltk-includes=[DIR] parameter. A general solution as
well is to use the --with-includes="/path/to/a /path/to/b" and same for
--with-libs=[DIRS]. Multiple directories need to be quoted, but should
then be made available for every other configure check. These two --with
statements are processed before pretty much everything else.
Hope that helps,
--
Eric G. Miller <egm2 at jps.net>
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo at geog.uni-hannover.de with
subject 'unsubscribe grass5'
More information about the grass-dev
mailing list