9 Jun
2005
9 Jun
'05
2:06 p.m.
Hi again, I need to load shared objects in my application. I've got .so loading working in a loader-mode app, but my app uses the l4env_freebsd mode so I cannot link against libloader.s.so. I've tried to link against libloaderif.a, but the l4loader_attach_relocateable() function is only available in libloader.s.so. Any help would be appreciated, Derick