> > good way is: > > gcc -shared -o .libs/liblastSeenPlugin.so.0.0 lastSeenPlugin.o > > >to be complete: > >"You should be using cc -shared [PICFLAG -fpic/-fPIC same flag >as used to compile the shared objects] -o libFOO.so.0.0 [shared objects]"
Then you should be able to use that plus the patch I sent you to setup a configureextra/openbsd file... #!/bin/sh echo " Setting OpenBSD specific flag values" MAKE_SHARED_LIBRARY_PARM="-shared" SO_VERSION_PATCH=.0.0 -----Burton I've attached a cleaned up version of the core patch, which I'm going to apply soon...
BMS0396-solibrary.patch
Description: Binary data
