9 messages in net.java.dev.jna.usersRe: Pointer.initIDs UnsatisfiedLinkError
FromSent OnAttachments
Wayne MeissnerMay 9, 2007 10:10 pm 
Timothy WallMay 10, 2007 5:26 am 
Ricky Ng-AdamMay 10, 2007 6:40 am 
Timothy WallMay 10, 2007 6:55 am 
Wayne MeissnerMay 10, 2007 6:58 am 
Timothy WallMay 10, 2007 7:09 am 
Wayne MeissnerMay 10, 2007 7:46 am 
Timothy WallMay 10, 2007 8:37 am 
Wayne MeissnerMay 10, 2007 5:05 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Pointer.initIDs UnsatisfiedLinkErrorActions...
From:Wayne Meissner (wmei@gmail.com)
Date:May 10, 2007 7:46:11 am
List:net.java.dev.jna.users

Timothy Wall wrote:

Except that some ubuntu systems don't seem to have libc.so at all. The

So there are 3 cases here: 1) libc.so exists and is a real library or a symlink to one 2) libc.so exists, but is a LD script 3) libc.so doesn't exist at all.

#1 works out of the box, I've done the hardcoded mapping of 'c'=>'libc.so.6' for case #2, and had code that searched the library paths for libc.so.[0-9]+ - but dumped it when it wouldn't work on my machine, since it only searched if libfoo.so didn't exist - and the LD script meant it did ...

I might re-do the library searching, but do it after the load of the normal library fails.

transparent). I was under the (possibly mistaken) impression that the JDK/JRE is not widely available as full 64-bit.

On linux, the 64bit sun-jdk is readily available, and gcj/gij supports 64 bit, I think.