[Bug 439627] Review Request: gluegen - Java/JNI glue code generator to call out to ANSI C

bugzilla at redhat.com bugzilla at redhat.com
Wed May 27 07:58:40 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=439627





--- Comment #23 from Nicolas Chauvet (kwizart) <kwizart at gmail.com>  2009-05-27 03:58:39 EDT ---
Having gluegen splitted isn't that difficult, what remains harder is to have
this version of gluegen used to build jogl. (at least, last time I've tried).
(then jogl used by openjdk will be the next step)

soname is stand for Shared Object NAME, aka the internal name of the library
which is defined at link time.
usually readelf -a any_system_library.so.x |grep SONAME will show you the one
used to recognize the library.

But I don't know how ant do to generate soname nor if that's usefull for a java
architecture dependant package. (I guess it is).

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list