Bug#631906: gcc-4.4: cannot find -lgcc_s after upgrade to 4.4.6-6

2011-06-28 Thread Raphael Geissert
Package: gcc-4.4 Version: 4.4.6-6 Severity: grave Hi, After upgrading to 4.4.6-6, gcc won't build binaries: $ cat t.c #include stdio.h int main() { printf('lo world\n); return 0; } $ make t CC=gcc-4.4 gcc-4.4 t.c -o t /usr/bin/ld.bfd.real: cannot find -lgcc_s $ dpkg-query -W -f

Bug#631906: gcc-4.4: cannot find -lgcc_s after upgrade to 4.4.6-6

2011-06-28 Thread Ludovic Brenta
Thanks for submitting this bug for gcc-4.4; a similar one (#631627) exists for gcc-4.6. My analysis of this bug (with workaround) is here: http://lists.debian.org/debian-gcc/2011/06/msg00209.html -- Ludovic Brenta. -- To UNSUBSCRIBE, email to

Bug#631906: gcc-4.4: cannot find -lgcc_s after upgrade to 4.4.6-6

2011-06-28 Thread Matthias Klose
On 06/28/2011 09:50 AM, Raphael Geissert wrote: Package: gcc-4.4 Version: 4.4.6-6 Severity: grave Hi, After upgrading to 4.4.6-6, gcc won't build binaries: $ cat t.c #include stdio.h int main() { printf('lo world\n); return 0; } $ make t CC=gcc-4.4 gcc-4.4 t.c