> ---------------------------------------------------------
> and here's the ld line for the shared object I am loading;
> 
> ld -Bshareable -o $@ $< -u _floor ../../lib/libV.a 
> /usr/local/lib/mysql/libmysqlclient.a /usr/lib/libm.a

This is probably unrelated to the bug (but it might be related).

Are the object files libV.a and libmsqlclient.a compiled -fPIC?  I know
libm.a isn't, so the library work as a shared library.





Nate


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to