.dll.a, .lib and ExtUtils whines
- From: Ari Jolma <ari jolma tkk fi>
- To: gtk-perl-list gnome org
- Subject: .dll.a, .lib and ExtUtils whines
- Date: Mon, 19 May 2008 20:33:32 +0300
Why is it that ExtUtils::Depends::find_extra_libs seems to assume that
import libraries have .lib extension if the OS is MSWin32 and .dll.a
when it is cygwin?
I'm using GTK binaries from
http://ftp.gnome.org/pub/GNOME/binaries/win32 and MinGW and thus the
import libraries have .dll.a extension and $^O is MSWin32.
Also ExtUtils::PkgConfig gives (straight from .pc files from the above
source) libs strings like "-lglib-2.0", to which I need to add ".dll" in
the Makefile.PL to make them usable for ExtUtils::MakeMaker.
Camelbox seems to have "-lglib-2.0" etc. in Install/Files.pm, which I
would also need to prepend with .dll. However, this is not very
convenient when those strings are deep in ExtUtils::Depends objects.
Thanks,
Ari
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]