Operating System - HP-UX
1828082 Members
2687 Online
109974 Solutions
New Discussion

Archive lib to Shared lib

 
SOLVED
Go to solution
Mike Burk
Advisor

Archive lib to Shared lib

Can I "convert" an Archived library to a Shared library, ie xxx.a to xxx.sl? If so how.

Thanks,

Mike
1 REPLY 1
Jeff Machols
Esteemed Contributor
Solution

Re: Archive lib to Shared lib

Mike,

as far as I know, you need the source code. If you have the source, you can use the -b option on the linker (ld) to create a shared library instead of an archive.