Re: [Beowulf] Compiling mpiJava on Amd64.

2006-07-21 Thread Giuseppe Vitillaro
Sorry to jump just in the middle of an existing thread, but I was addressed here from Bernard Lee, that proposed to me to help on the problem to have mpiJava on the x86_64 architecture. I'm relativily new to this topic, so the solution I got may look naive to you ... sorry to have bothered the li

Re: [Beowulf] Compiling mpiJava on Amd64

2006-07-19 Thread Joe Landman
Byrne, Michael J wrote: [ignores the mpiJava bit, focuses upon the build] > When I edit the makefile to change the flag from -o to -fPIC and try don't remove -o, add -fPIC to compilation and linking flags. > Make again, no error is thrown, but the .so is not found. Here is the > command and e

RE: [Beowulf] Compiling mpiJava on Amd64

2006-07-19 Thread Kozin, I \(Igor\)
the mpi libraries) are coming from *.so or have been compiled with -fPIC. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Behalf Of Byrne, Michael J > Sent: 18 July 2006 20:56 > To: beowulf@beowulf.org > Subject: [Beowulf] Compi

[Beowulf] Compiling mpiJava on Amd64

2006-07-19 Thread Byrne, Michael J
The error is coming up when I run Make. After the .class files are compiled and the .c files are compiled, it tries to make the shared object "libmpijava.so." The default for mpiJava was creating the shared object using the -o flag. I get an error that says: relocation R_X86_64_32 can not be