in reply to Help with compiling glib
but that needs to be:LIBS="-LC:/prog/gtk+/lib"
That should fix the undefined references that you've reported, but you might find there are then other undefined references (because I think you might need to link to other import libraries besides -lglib-2.0).LIBS="-LC:/prog/gtk+/lib -lglib-2.0"
And if you then want Gtk2::GladeXML:ppm install http://www.sisyphusion.tk/ppm/Cairo.ppd --force ppm install http://www.sisyphusion.tk/ppm/Glib.ppd --force ppm install http://www.sisyphusion.tk/ppm/Pango.ppd --force ppm install http://www.sisyphusion.tk/ppm/Gtk2.ppd --force
But, of course, if you're actually wanting to build those modules yourself, then the ppm packages don't really help you do that ;-)ppm install http://www.sisyphusion.tk/ppm/Gtk2-GladeXML.ppd --force
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Help with compiling glib
by frazap (Monk) on Jun 22, 2016 at 12:38 UTC | |
by syphilis (Archbishop) on Jun 22, 2016 at 13:48 UTC | |
by frazap (Monk) on Jun 22, 2016 at 14:08 UTC | |
by syphilis (Archbishop) on Jun 23, 2016 at 10:47 UTC | |
by frazap (Monk) on Jun 24, 2016 at 09:37 UTC |