On Tue, 12 Oct 1999, Moses DeJong wrote:
> Hi all.
>
> I tried to build the 10/11/99 snapshot of ggi today and
> I ran into some problems that I thought I would bounce
> off the developers. I was compiling on a RedHat 5.2 (Intel)
> system.
>
> I started out by compiling and installing libgii, that worked.
>
> When I tried to compile libggi I got this error during the
> configure process.
>
> ../../lib/libggi/configure --prefix=$PREFIX --with-gii=$PREFIX
> ...
> creating config.h
> configure: warning:
> LibGII is not properly installed on the system. You need LibGII for
> building LibGGI. Please compile LibGII first.
>
> The strange thing is that the Makefile was created in the build
> directory so the configure script must have finished properly.
> This message was very misleading, but I was still able to compile.
>
> I also got this error from libggi2d.
>
> Here is some output from the config.log that might be related.
>
> configure:2196: checking for ggi/ggi.h
> configure:2206: gcc -E -I/usr/local/project/ggi/include conftest.c
> >/dev/null 2>conftest.o
> ut
> configure:2238: checking for ggiSetPalette in -lggi
> configure:2257: gcc -o conftest -g -O2 -I/usr/local/project/ggi/include
> -I/usr/local/proje
> ct/ggi/include -L/usr/local/project/ggi/lib conftest.c -lggi 1>&5
> ld: warning: libgii.so.0, needed by /usr/local/project/ggi/lib/libggi.so,
> not found (try us
> ing --rpath)
> ld: warning: libgg.so.0, needed by /usr/local/project/ggi/lib/libggi.so,
> not found (try usi
> ng --rpath)
> /usr/local/project/ggi/lib/libggi.so: undefined reference to
> `giiJoinInputs'
> /usr/local/project/ggi/lib/libggi.so: undefined reference to
> `giiGetEventMask'
> /usr/local/project/ggi/lib/libggi.so: undefined reference to `ggUnlock'
>
You must compile libgii at first. After this try libggi again.
Christoph Egger
E-Mail: [EMAIL PROTECTED]