Bug 184038

Summary: Missing -Wl,--export-dynamic in .pc file
Product: [Fedora] Fedora Reporter: Denis Leroy <denis>
Component: libglade2Assignee: Matthias Clasen <mclasen>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-07-27 18:46:45 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 184001    
Attachments:
Description Flags
libglade-2.0.pc patch with --export-dynamic none

Description Denis Leroy 2006-03-05 09:58:41 UTC
The file libglade-2.0.pc is missing this export-dynamic link option.

This is bug http://bugzilla.gnome.org/show_bug.cgi?id=328443

This means application linked against libglade2 do not find their custom
handlers, such as a custom creation function specified in a glade XML file. This
bug manifested itself with regexxer (see bug 184001).

Comment 1 Denis Leroy 2006-03-05 10:11:44 UTC
Created attachment 125666 [details]
libglade-2.0.pc patch with --export-dynamic

Comment 2 Matthias Clasen 2006-07-27 18:46:45 UTC
Not all libglade-using apps need --export-dynamic, only those that make use
of the signal-autoconnection feature of libglade.