|
From: | Evan Langlois |
Subject: | Re: [Tinycc-devel] Is static linking functional? |
Date: | Tue, 24 Jun 2014 18:51:24 -0500 |
Thank you. Now I see my problem. From the docs, I misunderstood the role
of the "-static" switch. I thought it *allows* linking a static library.
Actually, it *prevents* linking any dynamic library. So, when "-static"
is used, TCC stops at the first failure to find a required static
library.
[Prev in Thread] | Current Thread | [Next in Thread] |