![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re^11: gmake error on Glib compileby swl (Parson) |
on Aug 25, 2023 at 04:58 UTC ( #11154034=note: print w/replies, xml ) | Need Help?? |
What dependencies are listed when you run objdump on the dll with the error? objdump -x C:\sp\_64\sp-5.38.0\perl\site\lib\auto\Glib\Glib.xs.dll | findstr /C:"DLL Name"The above might need to be applied recursively depending on what DLLs are listed. On my mingw64 system, libgobject leads to libglib, libpcre2, libintl and libiconv.
In Section
Seekers of Perl Wisdom
|
|