libgc5 is available on mips, mipsel, and m68k now, and should be usable.
Matthias Klose <[EMAIL PROTECTED]> writes:
> ok, moved it to public_html: http://ftp-master.debian.org/~doko/gcc/
Well, I get a different problem building my code with these packages
than I do with the older GCJ. But I think this is a generic problem
with GCJ and not a problem with the packages.
Package: gcc
Version: 1:2.95.3-7
Severity: normal
Architecture: alpha
This file compiles but doesn't link on alpha:
#include
void foo(int);
static void bar(int) __attribute__ ((noreturn));
void foo(int k) {
if (k) {
exit(k);
}
}
static void bar(int) __attribute
Matthias Klose wrote:
>
> why do you propose gcc-3.0 as the "user compiler"? setting the "system
> compiler" to something other than the "user compiler" would break
> every C++ related development environment.
Why?
We use already different version of library at the same time
(almost I use it, mos
4 matches
Mail list logo