Quote (enthusi @ Jan. 13 2004,12:11) |
Hi ![]() It will be ready soon ![]() Your error sounds familiar but I dont remember ![]() Maybe you can post or email your c-programm and the command line you use for compiling? I could test it here then... |
Code Sample |
#include <tcclib.h> void main( void ) { printf( "hello, world\n" ); } |
Code Sample |
tcc -o hello -lstdc++-3-libc6.1.2-2-2.10.0 hello.c |