Changes between Initial Version and Version 1 of Ticket #38617


Ignore:
Timestamp:
Apr 1, 2013, 8:06:59 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38617

    • Property Summary changed from pkg-config --libs gtk+-2.0 does not include -lgmodule-2.0 to gtk2: pkg-config --libs gtk+-2.0 does not include -lgmodule-2.0
  • Ticket #38617 – Description

    initial v1  
    1 pkg-config --libs gtk+-2.0 returns
     1{{{
     2pkg-config --libs gtk+-2.0
     3}}}
     4returns
     5{{{
    26-L/opt/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lgio-2.0 -lXfixes -lcairo -lX11 -lXext -lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lintl
     7}}}
    38
    49Subsequent application linking fails with undefined symbols g_module_name, g_module_open, g_module_error, etc.
    510
    611OpenCSW on Solaris returns
     12{{{
    713-L/opt/csw/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lpthread -lthread -lrt -lglib-2.0 -lintl
     14}}}