On Thu, Oct 25, 2001 at 05:10:45PM -0700, Jim Wilcoxson wrote:

> I think you can just say ld -o blah.so -shared blah.a without
> extracting .o files.
>
> The tricky part is going to be ensuring that the files were compiled
> with the -D_REENTRANT flag on Linux.  Otherwise, the code won't work
> in weird cases (like referencing errno).

I'm doing this on Solaris (SunOS 5.8).  I have no idea whether the
vendor's library was compiled with -D_REENTRANT - is there some way
for me to check?

--
Andrew Piskorski <[EMAIL PROTECTED]>
http://www.piskorski.com

Reply via email to