2 messages in net.java.dev.jna.users[jna-users] loading linux statically ...
FromSent OnAttachments
Wolfgang PichlerJun 9, 2009 5:04 am 
Nikolas LotzJun 9, 2009 5:15 am 
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:[jna-users] loading linux statically compiled libraryActions...
From:Wolfgang Pichler (wpic@yosd.at)
Date:Jun 9, 2009 5:04:46 am
List:net.java.dev.jna.users

Hi all,

for my jna based iaxclient wrapper i'd like to include a static compiled iaxclient library for the linux version - to be sure to not have any dependency problems on the clients (libspeex, libgsm, aso.). So we have compiled the iaxclient on linux in a static way - - the result was a .a "ar" library...

I am now not sure if this library can get used as it is - i don't think so - the NativeLibrary does not seem to check for .a files on Linux.

Is this a jna related question ? Or more a linux gcc/ldd or whatever related one ?

Any hint ?

regards, Wolfgang