Bug#673380:

2014-03-11 Thread Vincent Lefevre
On 2014-03-11 14:38:51 +0100, Mathieu Malaterre wrote: > Seems like I am still missing something from my x86_64: > > $ 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 You need libc6-dev:i38

Bug#673380:

2014-03-11 Thread Mathieu Malaterre
Seems like I am still missing something from my x86_64: $ 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 foun

Bug#673380:

2014-03-10 Thread Mathieu Malaterre
Control: tag -1 patch confirmed Here is the patch: $ cat debian/rules #!/usr/bin/make -f override_dh_auto_configure: dh_auto_configure -- --enable-cross --tccdir=../tcc [...] ref: http://lists.nongnu.org/archive/html/tinycc-devel/2010-12/msg00030.html -- To UNSUBSCRIBE, email to debian-bugs-

Bug#673380: tcc: please provide i386-tcc for tcc -m32 under amd64

2012-05-18 Thread Vincent Lefevre
Package: tcc Version: 0.9.26~git20120104.83d57c0-5 Severity: wishlist On amd64, it is not possible to compile for the 32-bit ABI: $ tcc -m32 foo.c tcc: error: 'i386-tcc' not found "apt-file search i386-tcc" doesn't find any package providing this file. -- System Information: Debian Release: whe