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 ...> _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
