[GRASS5] configure.in Wants testers...

On Thursday, November 23, 2000, at 09:32 PM, Eric G . Miller wrote:

Okay,

I think I've implemented all of the checks in the hacked configure
script in configure.in. So, now I need others to test it and give me
problem reports. I haven't added anything, like searching for libjpeg,
yet. I want to get the input script at least to where the hacked
configure script is before I start adding things. Probably there will
be search paths for things that I didn't think of. Anyway, make a
backup of the configure script and delete your config.cache before
running autoconf. Also, note that there doesn't seem to be a good way
to have the --bindir default to /usr/local/bin. The macro
AC_DEFAULT_BINDIR() was not recognized by my autoconf and the variable
$bindir is always set to something (defaulting to ${exec_prefix}/bin,
where $exec_prefix defaults to ${prefix} which is set to
/usr/local/grass5 by default. Confused?). So, if you want
/usr/local/bin for $bindir, you need to specify it. Also, see
./configure --help for some of the options (they need testing too).

--
Eric G. Miller <egm2@jps.net>

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Eric,

Everything looks good here on MacOS X (I don't have to remove the -lm switches anymore :smiley: ) except for the following:

configure: warning: *** Failed to find Tcl/Tk libraries
[...snip...]
checking GL/gl.h and GL/GLwMDrawA.h... configure: warning: *** Didn't find GL/GLwMDrawA.h

Note that with beta 8 it gave a similar message tcl/tk message, however the tcl/t interface works...

Thanks,

Jeshua Lacock
Cartographer/Owner
http://SierraMaps.com
http://3dTopoMaps.com
Telephone: (760) 935-4481
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

On Fri, Dec 01, 2000 at 11:11:14PM -0800, Jeshua Lacock wrote:

Everything looks good here on MacOS X (I don't have to remove the -lm
switches anymore :smiley: ) except for the following:

configure: warning: *** Failed to find Tcl/Tk libraries [...snip...]
checking GL/gl.h and GL/GLwMDrawA.h... configure: warning: *** Didn't
find GL/GLwMDrawA.h

Note that with beta 8 it gave a similar message tcl/tk message,
however the tcl/t interface works...

Well, those errors really should/do matter now. The OpenGL stuff is
really only important for NVIZ and showdspf. You may need to specify
one of the flags to configure so it knows where to search for your
Tcl/TK includes in libraries. There will be no linker flag for any
compiled code against Tcl/Tk otherwise (again thinking this may only
matter for NVIZ since I think TclTkGrass is all interpreted scripts, so
if wish is found, it's okay).

--
Eric G. Miller <egm2@jps.net>

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'