tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Distribute TCC as a single binary, or make it portabl


From: Samir Ribić
Subject: Re: [Tinycc-devel] Distribute TCC as a single binary, or make it portable enough to work outside the environment
Date: Fri, 4 Sep 2020 16:18:13 +0200

I do not think that C compiler since K&R days is designed to work as a single binary, although I like this feature. The very first line in every C program #include means that you need to append a separate file from disk into your source. Only Pascal compilers are suitable for this purpose.

On Fri, Sep 4, 2020 at 10:52 AM Vaidas BoQsc <vaidas.boqsc@gmail.com> wrote:
I just realized that TCC does not work on headers or libraries when
they are not around in folders like include and libtcc.

Having a single binary with these default libraries and headers
initially available would be interesting and more or less useful to
have, for small projects or learning and testing.

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

reply via email to

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