in reply to Re: RFC: Setting up a minGW compiling envronment for Perl 5.10
in thread RFC: Setting up a minGW compiling envronment for Perl 5.10
(which is the location of Glib.dll on my perl) and that takes care of the gperl_* references ... but there's still the cairo_* references to attend to. If I also add (to EXTRALIBS and LDLOADLIBS):C:\perl510_M\site\5.10.0\lib\auto\Glib\Glib.dll
it doesn't help (unless that's inserted *before* the Glib.dll entry - in which case we've fixed the cairo_* references, but not the gperl_* references). That is, using this hack, we can fix either the cairo_* references or the gperl_* references ... but not both. I don't know why that is - and I haven't yet worked out a hack to fix it. I'm still puzzling over it - and will try to come up with something tomorrow. (Better still if someone can beat me to it.)C:\perl510_M\site\5.10.0\lib\auto\Cairo\Cairo.dll
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: RFC: Setting up a minGW compiling envronment for Perl 5.10
by Bloodrage (Monk) on Mar 04, 2008 at 22:51 UTC | |
by syphilis (Archbishop) on Mar 04, 2008 at 23:59 UTC | |
by syphilis (Archbishop) on Mar 06, 2008 at 06:27 UTC | |
by Bloodrage (Monk) on Mar 06, 2008 at 09:50 UTC |