Index: [thread] [date] [subject] [author]
  From: Raphael Zimmerer <Raphael.Zimmerer@gmx.de>
  To  : ggi-develop@eskimo.com <ggi-develop@eskimo.com>
  Date: Mon, 08 Feb 1999 12:31:28 +0100

libggi: Link-problem on Linux x86 ?

Hello,

[sorry for my bad english]

I just tried to compile the directory libggi of the CVS-tree.
It seems, that libggi.so doesn`t like to link:

   ../../ggi/.libs/libggi.so: undefined reference to `giiEventSelect'
   collect2: ld returned 1 exit status

I put the corresponding lines at the end of this mail.
I have compiled and installed libgii with no problems, I have done
`ldconfig`, the directories in /etc/ld.so.conf are correct, too.

Any hints?

--snip--

[...]
Making all in extensions
make[2]: Entering directory `~/ggi/src/degas/lib/libggi/extensions'
Making all in test
make[3]: Entering directory `~ggi/src/degas/lib/libggi/extensions/test'
/bin/sh ../../libtool --mode=link gcc  -g -O2 -D_REENTRANT
-D_THREAD_SAFE -g -Wall  -o exttest1  exttest1.o test1.o test2.o
../../ggi/libggi.la
gcc -g -O2 -D_REENTRANT -D_THREAD_SAFE -g -Wall -o .libs/exttest1
exttest1.o test1.o test2.o -Wl,--rpath
-Wl,~/ggi/src/degas/lib/libggi/ggi/.libs ../../ggi/.libs/libggi.so -lgii
-lgg
../../ggi/.libs/libggi.so: undefined reference to `giiEventSelect'
collect2: ld returned 1 exit status
make[3]: *** [exttest1] Error 1
make[3]: Leaving directory 
[...]

Index: [thread] [date] [subject] [author]