Bug#432460: marked as done (gcc-4.1 (and gcc-4.1 multilib) *on amd64*: ld cannot find -lgcc_s when linking static libraries)

2007-07-13 Thread Debian Bug Tracking System
Your message dated Fri, 13 Jul 2007 17:23:48 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#432460: gcc-4.1 (and gcc-4.1 multilib) *on amd64*: ld cannot find -lgcc_s when linking static libraries has caused the attached Bug report to be marked as done. This means that you

Bug#432460: gcc-4.1 (and gcc-4.1 multilib) *on amd64*: ld cannot find -lgcc_s when linking static libraries

2007-07-09 Thread Richard Boyce
find libgcc_s. This seems to be true whether I use the gcc-4.1-multilib packages or other gcc packages available for the and64 platform. Here is an example for a simple program that uses libgd (attached) % gcc -Wl,-Bstatic -lgd -o codehop-gr codehop-gr.c /usr/bin/ld: cannot find -lgcc_s The

gcc-4.1 multilib

2007-04-25 Thread Ludovic Brenta
I just reviewed the recent changes made to the gcc-4.1 build scripts for multilib support, and I have a hard time understanding them. Could someone provide me with a bird's eye view of the design? I'd like to replicate that for Ada. Also, I think it would be nice to document this in README.Debian