Re: Bug#101346: refuses to compile a simple source

2001-06-18 Thread Christopher C. Chimelis
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

Bug#101346: refuses to compile a simple source

2001-06-18 Thread Wichert Akkerman
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 This is the xxx.C source: --