This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: -shared && -static


On Thu, Jul 28, 2005 at 09:29:40AM -0400, Jeff Baker wrote:
> I'm getting the following message from ld (2.16).
> 
> ntosh-ld: -static and -shared may not be used together
> 
> My question is: Why not?  What if I want to create a shared library that
> doesn't link against other shared libraries?

Then don't link it against any other shared libraries.  It's still not
static.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]