On Mon, 18 Jun 2001, Wichert Akkerman wrote: > Package: g++-3.0 > Version: 1:3.0-0pre010613 > Severity: important > Tags: sid > > This is midly annoying: > > > g++-3.0 -o xxx xxx.C > /usr/bin/ld: cannot find -lgcc_s > collect2: ld returned 1 exist status
The fix is already committed to CVS and will be included in the next upload (soon). Turns out that upstream bumped the soname on the lib and the link didn't get established properly. For a quick workaround, change the link in /usr/lib/gcc-lib/<arch>/3.0/libgcc_s.so to point to /lib/libgcc_s.so.1 rather than .0 C