[Bug java/26437] java build fails with relocation R_X86_64_32 error

2006-03-13 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-03-14 03:30 --- Reporter reports this is fixed so closing as such. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug java/26437] java build fails with relocation R_X86_64_32 error

2006-03-13 Thread quanah at stanford dot edu
--- Comment #7 from quanah at stanford dot edu 2006-03-14 03:28 --- gcc 4.0.3 builds for me without issue on the AMD 64, so the issue I hit must have been something fixed between 4.0.2 and 4.0.3. This can be closed. --Quanah -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26437

[Bug java/26437] java build fails with relocation R_X86_64_32 error

2006-02-26 Thread quanah at stanford dot edu
--- Comment #6 from quanah at stanford dot edu 2006-02-27 03:46 --- What version of binutils would you recommend I try? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26437

[Bug java/26437] java build fails with relocation R_X86_64_32 error

2006-02-25 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-02-25 15:55 --- I cannot reproduce this, I just built 4.0.3 lately and it worked. Can you try using a different binutils as this seems like a bug there. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug java/26437] java build fails with relocation R_X86_64_32 error

2006-02-24 Thread quanah at stanford dot edu
--- Comment #4 from quanah at stanford dot edu 2006-02-25 00:59 --- Setting the PIC flags did not fix this issue. It appears impossible at this time to build gcj on AMD64 with 4.0.x. --Quanah -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26437

[Bug java/26437] java build fails with relocation R_X86_64_32 error

2006-02-24 Thread quanah at stanford dot edu
--- Comment #3 from quanah at stanford dot edu 2006-02-24 23:24 --- This may be in part because two variables are not being set correctly: "PICFLAG=" "PICFLAG_FOR_TARGET=" when building in libjava/ --Quanah -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26437

[Bug java/26437] java build fails with relocation R_X86_64_32 error

2006-02-24 Thread quanah at stanford dot edu
--- Comment #2 from quanah at stanford dot edu 2006-02-24 23:09 --- This seems to be because libsax_gcj_la-sax.o is not being built with -fPIC, like it apparently needs to be: [EMAIL PROTECTED]:/afs/ir/src/pubsw/languages/gcc-build/amd64_linux26/x86_64-unknown-linux-gnu/libjava/extern

[Bug java/26437] java build fails with relocation R_X86_64_32 error

2006-02-22 Thread quanah at stanford dot edu
--- Comment #1 from quanah at stanford dot edu 2006-02-23 01:25 --- Oh, and here are my configure options: configure '--datadir=${prefix}/lib' '--libexecdir=${prefix}/lib' '--sharedstatedir=${prefix}/lib' --prefix=/usr/pubsw --enable-threads --wi th-gnu-as --with-as=/usr/pubsw/bin/as