Has anyone been able to use -m32 flags from an amd64 debian box ? If I recompile locally tcc package using patch from:
https://bugs.debian.org/673380#10 I get i386-tcc in /usr/bin, however compilation still fails: $ cat a.c int main() { return 0; } $ tcc -vv -m32 -o a a.c tcc: using 'i386-tcc' tcc version 0.9.26 (i386 Linux) tcc: error: file 'crt1.o' not found tcc: error: file 'crti.o' not found -> a.c -> /usr/lib/x86_64-linux-gnu/../tcc/i386/libtcc1.a tcc: error: file 'crtn.o' not found Any suggestion ? -- Mathieu _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
