[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] run with libraries
From: |
vijay mohan |
Subject: |
[Tinycc-devel] run with libraries |
Date: |
Sat, 16 May 2009 10:28:27 +0530 |
Hello,
Is it possible to use the run option with static libraries. ie something like
tcc -run test.c -lStr
where Str is a library called(say) LibStr.a created with tiny_libmaker.
I dont seem to get it work and the docs are silent.
Iam getting tcc -o text.exe text.c -lStr to work but none of the run combinations seem to work
codernwo
- [Tinycc-devel] run with libraries,
vijay mohan <=