Re: cygport (0.11.0): Installing dll's into perl site directories (not /usr/bin)

2012-09-04 Thread Mark O'Keefe
Ah. I had assumed that this stuff was basically correct in the makefiles. Wrong. Adding the -module to the appropriate libraries had the right outcome. Thanks for your help!! Now if only I could post to the cygwin-apps list. Currently nothing gets through on that one. Assume moderated and r

Re: cygport (0.11.0): Installing dll's into perl site directories (not /usr/bin)

2012-09-04 Thread Yaakov (Cygwin/X)
On Tue, 2012-09-04 at 16:55 +1000, Mark O'Keefe wrote: > I don't have link errors, I have perl runtime errors when trying to execute > the > bootstrap of the C code for the modules. This is caused by the DLL's not > being > in the expected place. They were in /usr/bin and this is not in the sea

Re: cygport (0.11.0): Installing dll's into perl site directories (not /usr/bin)

2012-09-03 Thread Mark O'Keefe
Hi Yaakov, Thanks for the response. Sorry I was vague with the question. Your comments pointed me in the right direction however. The default configuration of the package (which is amanda by the way) is to install the perl modules into site_perl. If you override this to the PERL_VENDORARCH dir

Re: cygport (0.11.0): Installing dll's into perl site directories (not /usr/bin)

2012-09-03 Thread Yaakov (Cygwin/X)
http://cygwin.com/acronyms/#PCYMTWLL ! On Tue, 2012-09-04 at 10:21 +1000, Mark O'Keefe wrote: > I'm trying to use cygport to package up DLL's that are used as part > of a set of perl packages. Being vague doesn't help us help you. Telling us what package you're trying to build, and attaching yo

cygport (0.11.0): Installing dll's into perl site directories (not /usr/bin)

2012-09-03 Thread Mark O'Keefe
Hi, I'm trying to use cygport to package up DLL's that are used as part of a set of perl packages. The place that these are meant to be installed is under the perl site configuration (/usr/lib/perl5/site_perl//auto///*.dll. Currently what happens is libtool munges the path to ../bin. If I do