Is it expected that -bt can't be used in a program that uses tcc?

#include <libtcc.h>int main(){    TCCState *s = tcc_new();    return 0;}

$ tcc -bt a.c -ltcc -ldl -lpthread
/usr/local/lib/tcc/bt-exe.o: error: 'rt_wait_sem' defined twice
/usr/local/lib/tcc/bt-exe.o: error: 'rt_post_sem' defined twice
/usr/local/lib/tcc/bt-exe.o: error: '_rt_error' defined twice
$

- Eric
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to