The command lines given to the linker and CC are not showing. You need the linker to be given a ".a" or ".o" that exports g_base_info_unref and g_free symbols. Looking at my "C:\perl512\site\lib\auto\Glib\Glib.dll", g_free is imported from a file called libglib-2.0-0.dll . Since it looks like your are building the XS GTK DLLs, you will need a .a since I assume you are dynamic linking to some GTK DLLs. Not static linking. I'm not sure your can build a static GTK for perl in a single XS DLL since XS Glib.dll and XS Gtk2.dll need to use to same GTK/Glib C code and the same C statics.

In reply to Re^8: Gtk3 Install Problems by bulk88
in thread Gtk3 Install Problems by drdon

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.