[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compile error
From: |
Kevin Ryde |
Subject: |
Re: compile error |
Date: |
Tue, 23 Dec 2003 08:00:48 +1000 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) |
[All bug matters to bug-gmp, not to me.]
Wu Zhenhua <address@hidden> writes:
>
> originally in the config.h, these macros are defined, I removed them as
> you said
I'd like to know how they got there. The test is supposed to compile
something like
int foo (int x) __attribute__ ((const));
Does that succeed? (It ought to fail.)
> and also remove "--with-gnu-ld". Now it's ok for "make", but when
> I tried "make check", some errors came out as following:
>
> Making check in cxx
> make t-headers t-ostream t-locale t-constr t-expr
> xlC -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../tests -q64
> -c -o t-headers.o `test -f t-headers.cc || echo './'`t-headers.cc
> xlC: 1501-230 Internal compiler error; please contact your Service
> Representative
Alas, an internal error is almost certainly a compiler bug and
therefore outside our scope.
If something we're doing is provoking it then we might be able to
avoid that, but with non-free software like xlc it's normally
impossible to tell.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: compile error,
Kevin Ryde <=