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

bugzilla at redhat.com bugzilla at redhat.com
Tue Mar 10 14:48:50 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 #17 from D Haley <mycae at yahoo.com>  2009-03-10 10:48:48 EDT ---
> gluegen.i386: W: no-soname /usr/lib/libgluegen-rt.so

This may not be right, but when ant builds the so file using the gcc rule in
the build.xml, see if the arguments listing has something that looks like the
following (pinched from
http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html).


gcc -shared -Wl,-soname,your_soname \
    -o library_name file_list library_list

 If it doesn't you may need to patch build.xml. Your soname should, I believe,
be glugen-rt in this case.

-- 
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 Fedora-package-review mailing list