> > > It seems to work if I cd to gii and run the failing command
> > > changing -L../gg to -L../gg/.libs
> >
> > It doesn't seems so, it _is_ so. I have just completely uninstalled
> > GGI from my machine and tried to recompile libgii. I got the same
> > error and the same fix works for me, too.
>
>
> I fixed Makefile.am and recompiled and reinstalled libgii and libggi.
>
> But then, when I try to start any GGI demo I get this error:
>
> --------------------------------------------------------------------
> LibGII: fatal error - could not load ${prefix}/etc/ggi/libgii.conf
> LibGGI: unable to initialize LibGII
> unable to initialize LibGGI, exiting.
> --------------------------------------------------------------------
>
> Can anyone reproduce this error, too?
>
> Has anyone an idea, why this happens?
I found a fix for libgii, which works for me.
Thayne: Is that the right fix or does it raise the confdir problem
you tried to fix before again?
If it is the right fix, then I can fix libggi and all the other libs
quickly.
Index: configure.in
===================================================================
RCS file: /cvsroot/ggi/ggi-core/libgii/configure.in,v
retrieving revision 1.2
diff -u -r1.2 configure.in
--- configure.in 2001/07/03 15:34:13 1.2
+++ configure.in 2001/07/05 09:41:38
@@ -652,6 +652,7 @@
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
eval gii_confdir="ggi"
+eval sysconfdir="$sysconfdir"
AC_SUBST(gii_confdir)
AC_DEFINE_UNQUOTED(GIITAGLEN,$TAGLEN)
CU,
Christoph Egger
E-Mail: [EMAIL PROTECTED]