This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
-shared && -static
- From: Jeff Baker <jbaker at qnx dot com>
- To: "'binutils at sourceware dot org'" <binutils at sourceware dot org>
- Date: Thu, 28 Jul 2005 09:29:40 -0400
- Subject: -shared && -static
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?