I just committed a fix for this. I'm concerned that this might cause
problems in the unforseen future because it depends on how the
uninstalled libraries might be used and then how they might later be
installed.
What is the intended use for building with --with-uninst-gii=DIR
feature?
On 13 Jul 2001 18:06:39 -0400, Brian S. Julin wrote:
>
>
> OK, if I'm right, this got broken somewhere along the line; look at this in
> configure.in:
>
> AC_ARG_WITH(uninst-gii,
> [ --with-uninst-gii=DIR use uninstalled copy of LibGII found in DIR],
> absval=`(cd "$withval"; pwd)`
> CFLAGS="$CFLAGS -I$absval/include"
> CPPFLAGS="$CPPFLAGS -I$absval/include"
> LDFLAGS="$LDFLAGS -L$absval/gg -L$absval/gii")
>
> ...The -I flags are OK, but the -L flags point at the code directories,
> not at the .libs directories. I'd just patch that on, but you know,
> the thing with autoconf is that the obvious fix is almost never the
> correct one :-)
>
>
>
> --
> Brian
>
>
--
Thayne Harbaugh