I'm a complete newbie trying to use the Busybox for win-32 you did some time ago and tcc 0.9.27
I get his error at the make step
C:/tcc-busybox-for-win32/tcc/tcc.exe -m64 -shared -o libtcc.dll libtcc.o tccpp.o tccgen.o tccelf.o tccasm.o tccrun.o x86_64-gen.o x86_64-link.o i386-asm.o tccpe.o
tcc: error: undefined symbol 'RtlAddFunctionTable'
tcc: error: undefined symbol 'RtlDeleteFunctionTable'
make: *** [Makefile:226: libtcc.dll] Error 1
I have tried to compile both the bundle labeled tinycc-1fd3709 (old!) and one labeled tinycc-mob-0378168
Both fail with the same message.
What am I missing?
Kind regards
Antonio