Juanma Barranquero wrote:
>On Wed, 16 Feb 2005 04:14:52 +0100, Branko Čibej <brane@xbc.nu> wrote:
>
>
>
>>Sure, but these are _linked_ with _Core.dll; i.e., dynamically linked,
>>not dynamically loaded.
>>
>>Well, I suppose we'll see soon enough if it works. :-)
>>
>>
>
>After:
> - installing the -r13021 binaries
> - installing the -r13027 Perl bindings
> - setting PERL5LIB to perl/site/lib
> - adding the -r13021 bin/ to the path, so intl3_svn.dll is available
>
> perl -MSVN::Core -e "1;"
>
>does not fail. So it is finding _Core.dll just right.
>
>
This is exactly the test I _didn't_ have in mind. :-)
What I'm saying is that, e.g. _Wc.dll contains an explicit dependency on
_Core.dll. So your test should be, e.g.,
perl -MSVN::Wc -s "1;"
If that works, then Perl does the right sort of magic. I expect it will,
but I don't know.
-- Brane
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 16 13:42:29 2005