open_dll won't
- Posted by Irv Mullins <irvm at ellijay.com> Apr 20, 2001
- 418 views
Hi: I have run a test, trying to 'open_dll' each of the *.so files in /usr/lib.... 138 out of 300 will not open. I have created two lists, one of those which will open, and another of those which won't. Both good files and bad share the same permissions, running 'nm' on each list shows that some on each list have symbols, some do not. Running 'file' on each list shows the same file types: i.e: /usr/lib/libgtk-1.2.so.0.5.2: ELF 32-bit LSB shared object, Intel 80386, version 1, stripped Needless to say, the gtk files are on the 'bad' list. I can write C programs that use gtk without problem, but I would like to use Euphoria. Dave had gtk working with Euphoria, but I can't unless I can load the libraries. How did you do it, Dave? -------- Regards, Irv