|
From: | grischka |
Subject: | Re: [Tinycc-devel] run with libraries |
Date: | Sat, 16 May 2009 14:09:35 +0200 |
User-agent: | Thunderbird 1.5.0.10 (Windows/20070221) |
vijay mohan wrote:
Hello,Is it possible to use the run option with static libraries. ie something liketcc -run test.c -lStr where Str is a library called(say) LibStr.a created with tiny_libmaker.
Yes, just put any options *before* -run. Like $ tcc -lStr -Istuff ... -run test.c <arguments to main ...>
[Prev in Thread] | Current Thread | [Next in Thread] |