15 messages in net.java.dev.jna.usersRe: [jna-users] linux libc link error
FromSent OnAttachments
QuartzOct 27, 2007 7:55 am 
Timothy WallOct 27, 2007 8:14 am 
QuartzOct 27, 2007 11:10 am 
Timothy WallOct 27, 2007 12:54 pm 
QuartzOct 28, 2007 11:03 am 
QuartzOct 28, 2007 12:44 pm 
Timothy WallOct 28, 2007 1:44 pm 
Timothy WallOct 28, 2007 1:49 pm 
Timothy WallOct 28, 2007 1:55 pm 
Timothy WallOct 28, 2007 2:30 pm 
QuartzOct 29, 2007 8:23 am 
Timothy WallOct 29, 2007 1:56 pm 
QuartzOct 29, 2007 7:39 pm 
Timothy WallOct 30, 2007 6:37 am 
QuartzNov 3, 2007 9:39 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:Re: [jna-users] linux libc link errorActions...
From:Timothy Wall (twal@dev.java.net)
Date:Oct 28, 2007 1:44:14 pm
List:net.java.dev.jna.users

On Oct 28, 2007, at 2:04 PM, Quartz wrote:

Hi,

Thanks for the info, Timothy. Yep, it's glibc 2.3.5. Before I go bother my linux guys with compilation, I'll push my luck: could you indicate where I could browse earlier binaries of jna, or at least a recent one that would be compiled against glibc 2.3.x?

The trunk build (dist/*.jar) is compiled against glibc 2.3.

Note:it would help the java user base to have a few builds at hand, with a disclaimer about the dependancies on the website.

Subversion has tags for releases 2.4 and 2.5, although those are probably compiled against glibc 2.4. If you do an "svn log -v" and search for jna.jar/linux-i386.jar, you should see at least one entry referencing the glibc version and building on ubuntu 5 (edgy).

JNA is a great step forward for people like me that don't really handle platform dependant compilers.

Or even for those who do :)