[Bug bootstrap/28695] Problem compiling Gcc 4.1.1 on a 64 bit linux redhat kernel

2006-08-21 Thread ian dot cowan at atkinsglobal dot com


--- Comment #3 from ian dot cowan at atkinsglobal dot com  2006-08-21 13:34 
---
I also have the same problem with gmake bootstrap, with my opteron based RHEL
systems (kernels 2.4.21-20.ELsmp and 2.6.9-11.ELsmp).


-- 

ian dot cowan at atkinsglobal dot com changed:

   What|Removed |Added

 CC||ian dot cowan at
   ||atkinsglobal dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28695



[Bug bootstrap/28695] Problem compiling Gcc 4.1.1 on a 64 bit linux redhat kernel

2006-08-16 Thread f98faka at chalmers dot se


--- Comment #2 from f98faka at chalmers dot se  2006-08-16 09:13 ---
I tried changing the ax_default_prefix directory, but it didn't help. I tried
using make bootstrap instead of make and got

libcpp.a(charset.o)(.text+0x2e): In function `convert_utf8_utf16':
: undefined reference to `one_utf8_to_utf16'
libcpp.a(charset.o)(.text+0x1bd): In function `convert_utf8_utf32':
: undefined reference to `one_utf8_to_utf32'
libcpp.a(charset.o)(.text+0x1f9): In function `convert_utf16_utf8':
: undefined reference to `one_utf16_to_utf8'
libcpp.a(charset.o)(.text+0x235): In function `convert_utf32_utf8':
: undefined reference to `one_utf32_to_utf8'
collect2: ld returned 1 exit status
make[2]: *** [makedepend] Error 1
make[2]: Leaving directory
`/chalmers/users/f98faka/OpenFOAM/linuxAMD64/gcc-4.1.1/host-x86_64-unknown-linux-gnu/libcpp'
make[1]: *** [all-libcpp] Error 2
make[1]: Leaving directory
`/chalmers/users/f98faka/OpenFOAM/linuxAMD64/gcc-4.1.1'
make: *** [all] Error 2

The comand that failed before was make, but unfortunately I cannot reproduce
the error now, I just get the error previously pasted. Sorry if I've wasted
your time. 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28695



[Bug bootstrap/28695] Problem compiling Gcc 4.1.1 on a 64 bit linux redhat kernel

2006-08-15 Thread pinskia at gcc dot gnu dot org


--- Comment #1 from pinskia at gcc dot gnu dot org  2006-08-16 05:36 ---
Can you first configure in a different object directory?
Second can you try using make bootstrap instead of make?
Third can you paste the command that failed?


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
  Component|c++ |bootstrap


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28695