On Tue, 30 May 2006 02:51:33 +0530
vamsi krishna <[EMAIL PROTECTED]> wrote:
[...]
> o Why is that the linker blindly forces that all the code should be
> POSITION-INDEPENDENT while creating shared libraries , since my shared
> library is very specific to my application and there is only one
> instance of the program running at a time, I dont see the need of the
> solaris kernel to share my page (shared object) with other instances
> of the program.
[...]
Why don't you build a static library in this case? Implicit in building
a shared library is the intention of being able to share the code.
mph
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code