<br>Hi Mark,<br><br>Many thanks 2 u..<br><br>Regards,<br>Rigved<br><br><div class="gmail_quote">On Thu, Mar 4, 2010 at 1:35 AM, Mark Hahn <span dir="ltr"><<a href="mailto:hahn@mcmaster.ca">hahn@mcmaster.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

   we r not getting latest free download version for mpijava for linux for<br>
</blockquote>
<br></div>
this is version 1.2.5 circa jan 2003, right?  right away this should set off some alarms, since any maintained package would have had some updates since then.  it's slightly unreasonable to expect such an old<br>
package, especially one which is inherently "glueware" to be viable after sitting so long.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
AMD 64 bit. Also can u suggest the solution n for the error i forwarded.ur<br>
explaination is not very clear 2 me..:(<br>
</blockquote>
<br></div>
using a static library would be easy ("ar r mpijava.a *.o"), but now that I give it another thought, you probably want this to act as a java extension, which probably requires being a shared library.<br>
<br>
in principle, to get the .so to work, you need to add -fPIC to each of the component compiles (which produce .o files), then add -shared<br>
to the last link-like stage which combines the .o files into a .so file.<br>
you'll have to look at the Makefile to find out where to add these flags.  offhand, I'd think you should add -fPIC to CFLAGS and -static to LDFLAGS (but I don't have a copy of the Makefile.)<br>
<br>
as a testament to the whimsical nature of getting 2003-vintage software<br>
to compile, I can't even find a working download link for mpijava.<br>
web sites also wither and die if not cared for...<br><font color="#888888">
<br>
-mark</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Beowulf mailing list, <a href="mailto:Beowulf@beowulf.org" target="_blank">Beowulf@beowulf.org</a> sponsored by Penguin Computing<br>
To change your subscription (digest mode or unsubscribe) visit <a href="http://www.beowulf.org/mailman/listinfo/beowulf" target="_blank">http://www.beowulf.org/mailman/listinfo/beowulf</a><br>
</div></div></blockquote></div><br>