Hi,
I am trying to use the example provided libtcc_test.c but with no luck. Compiles OK but I get the errors:
tcc: error: cannot find library: libtcc1.a
tcc: error: undefined symbol 'printf'
I've tried to hard code the lib_path, with -ltcc1 used in the makefile, no success. I'am using tcc version 0.9.26 (i386 Win32).
Any help will be greatly appreciated.
Thanks,
Lee