Nate Williams <[EMAIL PROTECTED]> writes: > How about the reverse, where you link in PIC compiled libraries into > static (.a) libraries? Does this work? Sure. Look at how lib${LIB}_pic.a is done i <bsd.lib.mk>. PIC-code is less efficient than non-PIC code. /assar To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Using non-PIC code in shared libraries? Nate Williams
- Re: Using non-PIC code in shared libraries? Peter Wemm
- Re: Using non-PIC code in shared libraries? Assar Westerlund
- Re: Using non-PIC code in shared libraries? Doug Rabson