Re: gcc 3.0

2001-06-18 Thread Andrew 'ashridah' Pilley
well. looks like it's in incoming.debian.org already. should be appearing in the next 24 hours. sweet wonder if mozilla builds with it... the last time i tried it broke :) Andrew 'ashridah' Pilley On Mon, 18 Jun 2001 13:39:24 -0400 (EDT), Christopher C. Chimelis said: > > On Mon, 18 Jun 2001,

Re: gcc-3.0 packages in incoming

2001-06-18 Thread Christopher C. Chimelis
On Mon, 18 Jun 2001, Matthias Klose wrote: > here we go ... The packages are in incoming, built for i386, hppa > patch checked, libgcc symlink corrected. > > known issues: > > - doxygen segfaults generating the libstdc++-v3 docs (1.3.6 worked > ok). results in an empty html_user dir. > > - t

Bug#101371: g++ output

2001-06-18 Thread Wichert Akkerman
[fog;/tmp]-4> g++-3.0 -o z z.C /usr/include/g++-v3/bits/stl_construct.h: In function `void std::_Construct(_T1*, const _T2&) [with _T1 = std::auto_ptr, _T2 = std::auto_ptr]': /usr/include/g++-v3/bits/stl_list.h:240: instantiated from `std::_List_node<_Tp>* std::list<_Tp, _Alloc>::_M_creat

Bug#101069: ld cannot find -lgcc_s

2001-06-18 Thread Matthias Klose
Daniel Jacobowitz writes: > On Sat, Jun 16, 2001 at 02:32:58AM -0400, Christopher C. Chimelis wrote: > > > > On Fri, 15 Jun 2001, Daniel Jacobowitz wrote: > > > > > On Fri, Jun 15, 2001 at 09:34:36PM -0700, Evan Prodromou wrote: > > > > By the way, there -is- a libgcc_s available: > > > >

Bug#101371: error in auto_ptr implementation

2001-06-18 Thread Wichert Akkerman
Package: g++-3.0 Version: 1:3.0-0pre010613 Severity: normal Tags: sid The code below does not compile with g++ 3.0, but it seems correct judging by my C++ books. Wichert. #include #include using namespace std; int main(int, char**) { auto_ptr api(new int(5)); list > lapi; lapi.push_back(

gcc-3.0 packages in incoming

2001-06-18 Thread Matthias Klose
here we go ... The packages are in incoming, built for i386, hppa patch checked, libgcc symlink corrected. known issues: - doxygen segfaults generating the libstdc++-v3 docs (1.3.6 worked ok). results in an empty html_user dir. - the subreg-byte patch applies, but misses the two texi files (mo

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: --

Re: gcc 3.0

2001-06-18 Thread Christopher C. Chimelis
On Mon, 18 Jun 2001, Martini de La Rosso wrote: > is the package on the way ? > > (final i mean) Nothing like giving us a bit of time to work on it, eh? :-P Just kidding. There's one problem to solve in the Debian parts that I know of (which will close about 8 duplicate bug reports). Othe

gcc 3.0

2001-06-18 Thread Martini de La Rosso
is the package on the way ? (final i mean)

Bug#101328: gcj no longer compiles...

2001-06-18 Thread crazney
Package: gcj Version: 1:3.0-3 Severity: normal since an update (when gcc 3 came into play) i cant compile (or run) java things.. a simple hello world gives me this on compile: $ gcj -o HelloWorld --main=HelloWorld HelloWorld.java /usr/bin/ld: cannot find -lgcc_s collect2: ld returned 1 e