In FreeBSD I can't load up the ag_gui.so

I have a C program using dlopen/dlsym to figure out why Mono won't load the ag_gui shared object. I have had no issues with ag_core so far (AG_ InitCore, Getopt, Destory, GetError). However I dlopen returns null for ag_gui. dlerror reports:
 /usr/local/lib/libag_gui.so: Undefined symbol "agTimingLock"

nm reports that this symbol is there, with a 'U' and no address. The only ..so with this symbol, no 'U' and an address is ag_core, which has a 'B' (defined/uninitialized). By this point, ag_core is already loaded.

Any suggestions regarding this issue?

If you want to see my code, should I paste it inline, attach it, or put it up on a web server?

Thanks,
-Jim Stapleton
_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html

Reply via email to