----- Original Message ----- From: "MARK BAKER" <[email protected]>
To: <[email protected]>
Cc: "Sisyphus" <[email protected]>; "Chris Marshall" <[email protected]>
Sent: Sunday, October 07, 2012 8:09 AM
Subject: Re: [Perldl] how come Filter::Util::Call


Thanks Chris

I got that fixed-
yet Now I need to figure out how to link

a .dll in the pp cause every thing works fine except
a warning I get saying the application can't find


libgcc_s_dw2-1.dll


which is a .DLL for the Windows Operating system

I wonder is there a way to link it in the pp PAR::Packer ???

=================================

It just needs to be packed into the same place as perl.exe and perl5xx.dll. (It's a mingw dll.) I assume you're using one of my ppm packages of PDL - as current Strawberry Perl mingw compilers have libgcc_s_sjlj-1.dll instead of libgg_s_dw2-1.dll. I think you'll find libgcc_s_dw2-1.dll in perl/site/lib/auto/PDL/Core and/or perl/site/lib/auto/PDL/Slatec - if not, have a look in perl/bin and perl/site/bin. (My recent ppm packages don't rely on a dll that goes by that name - but the older ppm packages did.)

Incidentally, Filter::Util::Call has been part of CORE since 5.8, so you should already have had it in perl/lib. You should check on that ... because if that module really *is* missing, you then start to wonder what else got left out. The one you've just installed from cpan will have been placed into perl/site/lib - and it will be loaded instead of the one in perl/lib (should the latter exist).

Cheers,
Rob


_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to