gcc-3.0_3.0.3ds3-1_i386.changes INSTALLED

2001-12-21 Thread Debian Installer
Installing: cpp-3.0-doc_3.0.3-1_all.deb to pool/main/g/gcc-3.0/cpp-3.0-doc_3.0.3-1_all.deb cpp-3.0_3.0.3-1_i386.deb to pool/main/g/gcc-3.0/cpp-3.0_3.0.3-1_i386.deb fastjar_3.0.3-1_i386.deb to pool/main/g/gcc-3.0/fastjar_3.0.3-1_i386.deb fixincludes_3.0.3-1_i386.deb to pool/main/g/gcc-3.0/f

Fixed in NMU of gcc-3.0 1:3.0.3ds3-1

2001-12-21 Thread Matthias Klose
tag 123136 + fixed tag 123685 + fixed quit This message was generated automatically in response to a non-maintainer upload. The .changes file follows. -BEGIN PGP SIGNED MESSAGE- Format: 1.7 Date: Fri, 21 Dec 2001 02:54:11 +0100 Source: gcc-3.0 Binary: gcc-3.0-sparc64 gcc-3.0-soft-float

Processed: Fixed in NMU of gcc-3.0 1:3.0.3ds3-1

2001-12-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tag 123136 + fixed Bug#123136: dpkg: Invalid operation dumpavail Tags added: fixed > tag 123685 + fixed Bug#123685: gcc-3.0_3.0.3ds0 does not build on ia64 Tags added: fixed > quit Stopping processing here. Please contact me if you need assistance.

Bug#126125: gcc: Hardly any cross-compilers available

2001-12-21 Thread Andreas Krennmair
Package: gcc Version: 2:2.95.4-8 Severity: wishlist It would be nice to have more cross-compilers available, so that it can become possible cross-compile programs for other platforms. Cross-compilers should at least be available for all platforms that are supported by Linux. Yours, Andreas Kren

Re: Bug#126125: gcc: Hardly any cross-compilers available

2001-12-21 Thread Martin v. Loewis
> It would be nice to have more cross-compilers available, > so that it can become possible cross-compile programs for other > platforms. Cross-compilers should at least be available for all > platforms that are supported by Linux. Notice that much more is necessary for cross-compilation than ju

Re: Bug#126125: gcc: Hardly any cross-compilers available

2001-12-21 Thread Phil Edwards
On Fri, Dec 21, 2001 at 11:08:25PM +0100, Martin v. Loewis wrote: > > It would be nice to have more cross-compilers available, > > so that it can become possible cross-compile programs for other > > platforms. Cross-compilers should at least be available for all > > platforms that are supported b

Bug#124136: marked as done (Broken link in libstdc++ documentation)

2001-12-21 Thread Debian Bug Tracking System
Your message dated Sat, 22 Dec 2001 00:32:02 +0100 with message-id <[EMAIL PROTECTED]> and subject line fixed in gcc-3.0.3-1 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibilit

Bug? can't compile hello world

2001-12-21 Thread Aaron Bentley
Hi there, I've installed the g++-3.0 package (and everything it depends on, of course), and I can't compile a hello world program. Everything works fine when I compile with 2.95. I think this must be a bug. . . Here's the code: -- #include int main(void) { printf("Hello World!\n"); } -