tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Is static linking functional?


From: Daniel Glöckner
Subject: Re: [Tinycc-devel] Is static linking functional?
Date: Mon, 23 Jun 2014 23:15:13 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Mon, Jun 23, 2014 at 12:07:45PM -0700, Wendell P wrote:
> I'll admit I'm confused by the operation of the "-static" switch in TCC.
> 
>     tcc app.c lib.a

Links a single static library

>     tcc -static app.c lib.a

Instructs TinyCC to use only static libraries, even for implicitly
linked libraries like msvcrt.

I doubt you can create anything useful in Windows without dynamic
libraries.

  Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]