All:
I just downloaded, configured and built TCC. When I do a "make test" (by
default it runs libtest and test3), test1 and test3 fails with the following
error messages: Any one run into this? (Including <alloca.h> did not help
either!>

------------ libtest ------------
./libtcc_test lib_path=..
Hello World!
fib(32) = 2178309
add(32, 64) = 96

------------ test1 ------------
../tcc -B.. -run tcctest.c > test.out1
tcc: undefined symbol 'alloca'

------------ test3 ------------
../tcc -B.. -DTCC_TARGET_X86_64 -run ../tcc.c -B.. -DTCC_TARGET_X86_64 -run
../tcc.c -B.. -DTCC_TARGET_X86_64 -run ../tcc.c -B.. -run tcctest.c >
test.out3
tcc: undefined symbol 'alloca'

Thanks,
Vamsi
_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to