Linux: How to statically link against system libs?

Spacen Jasset spacenjasset at yahoo.co.uk
Tue Apr 26 12:44:22 PDT 2011


On 26/04/2011 20:10, Steven Schveighoffer wrote:
...

>
> I don't think static linking is officially supported any more.
It is but only for OS binaries. Some systems infact, like AIX and 
Windows, do no support it at all.

i.e. linking to kernel32.dll statically, this is what you are asking 
for, and remember libc calls into the kernel like kernel32.dll does, its 
more than just a c library despite it's name.


More information about the Digitalmars-d-learn mailing list