Mareks Malnacs wrote:
> This is an error I get compiling latest gcc 4.1 snapshot (gcc-4.1-20050813)
This snapshot is broken. This bug is almost certainly already fixed on
mainline.
--
Jim Wilson, GNU Tools Support, http://www.specifix.com
Dennis Lubert wrote:
37 template T get( void ) = 0;
This looks like a legitimate bug. However, bugs should be reported into
our bugzilla bug database. We don't track bugs mailed to the gcc-bugs
address. See
http://gcc.gnu.org/bugs.html
--
Jim Wilson, GNU Tools Support, http://www.
Jakob Andreas Bærentzen wrote:
It seems to me that if a,b, and c are float or double values and if a has been
assigned b*c then a == (b*c)
should return true since a should contain the same bitpattern as the temporary
being assigned the value of b*c. Is it not so?
This is the infamous x86 "ex
Bruzzone Mirko wrote:
make: fatal error: don't know how to make ./../include/ansidecl.h (bu42).
*** Error code 1 (bu21)
Are you building in the srcdir or a separate objdir? Building in the
srcdir is supposed to work, but is known to be broken in gcc-4.0.0. So
you must build in a separate objdir
Karl Berry wrote:
cp doc/gcc.1 doc/g++.1
cp: cannot stat `doc/gcc.1': No such file or directory
I can't reproduce this. The failure looks curious, because the Makefile
rule has a dependency on doc/gcc.1, so if doc/gcc.1 was missing, then
why didn't you get an error from make saying the file was
Daniel Heiserer wrote:
../../../gcc-4.0.0/libffi/src/ia64/unix.S:104: Error: Unknown pseudo
function [EMAIL PROTECTED]'
You need a newer assembler. The assembler has supported ltoffx since
December 2002, and this has been in binutils releases since
binutils-2.14. binutils-2.16 will be coming o
Bruzzone Mirko wrote:
ld: 0711-252 SEVERE ERROR: File auxiliary symbol entry 1 in object
/home/mirko/nfs/sp7/SpBLDAIX7-SV/obj/spts/sptsquit.o
:
Field x_offset contains 4. Valid values are between 4 and -1.
That looks like a problem with the IBM assembler/linker that we probably
can't do anything a
Bruzzone Mirko wrote:
/tmp//ccWSbEX3.s: Assembler messages:
/tmp//ccWSbEX3.s:845: Error: Unrecognized opcode: `mfcr'
You are probably using the wrong assembler, or an out of date assembler.
Try reading the install instructions for this target at
http://gcc.gnu.org/install/specific.html#x-ibm-a
Tommy Vercetti wrote:
./configure --prefix=/usr/local/gcc4.0 --with-system-zlib
--enable-languages=c,c++
We never use "./configure". It is supposed to work, but since we never
use this ourselves, it is often accidentally broken. Instead, you
should do something like
cd ..
mkdir build
cd