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,
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
[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
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:
> > > >
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(
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
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
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:
--
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
is the package on the way ?
(final i mean)
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
11 matches
Mail list logo