I am having trouble getting STk 3.1.1 to compile with
dynamic loading under Linux 2.0.28. The configure script
correctly identifies my machine as LINUX-ELF, but a make
yields several undefined references in the file dynload.o.
I don't have the message in front of me, but something like:
libstk.a (dynload.o): In function 'load_and_call':
dynload.o ... undefined reference to 'dlopen'
and likewise for dlsym and dlerror.
Everything compiles fine without dynamic loading, but I
would like to use this feature. Any ideas?
---
Mark Lynn
Sabado Technologies
mark_at_sabado.com
Received on Tue Jul 15 1997 - 23:02:37 CEST