frazap has asked for the wisdom of the Perl Monks concerning the following question:
I have copied the *.dll.a files on *.a files in my c:/prog/gtk+/lib folder and in the sub folders.
I rundmake fails withperl Makefile.pl INC="-IC:\prog\gtk+\include\glib-2.0 -IC:\prog\Gtk+\l +ib\glib-2.0\include" LIBS="-LC:/prog/gtk+/lib"
"C:\strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonemp +ty -- Glib.bs blib\arch\auto\Glib\Glib.bs 644 [ LD blib\arch\auto\Glib\Glib.xs.dll ] Glib.o:Glib.c:(.text+0x85): undefined reference to `g_filename_display +_basename' Glib.o:Glib.c:(.text+0xb6): undefined reference to `g_free' Glib.o:Glib.c:(.text+0x195): undefined reference to `g_filename_displa +y_name' ...
Thanks for any suggestion !
François
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help with compiling glib
by syphilis (Archbishop) on Jun 22, 2016 at 11:52 UTC | |
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 | |
| |
|
Re: Help with compiling glib
by Corion (Patriarch) on Jun 22, 2016 at 10:32 UTC | |
by frazap (Monk) on Jun 22, 2016 at 11:13 UTC | |
by Corion (Patriarch) on Jun 22, 2016 at 11:20 UTC | |
by frazap (Monk) on Jun 22, 2016 at 11:29 UTC | |
by Corion (Patriarch) on Jun 22, 2016 at 11:39 UTC | |
|