Re: [Module::Build] make test failure report (Cygwin)
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-10-11 17:48:00
|
On Saturday, October 11, 2003, at 11:15 AM, Randy W. Sims wrote:
> $self->do_system(@shrp, @ld, @lddlflags, '-o', $lib_file,
> "$file_base$cf->{obj_ext}", @$objects,
> '-L'.File::Spec->catdir($cf->{archlibexp},
> 'CORE'),
> '-lperl', @linker_flags)
Hi Randy,
It looks like the -L/foo/perl/CORE and -lperl arguments are the only
differences here, right? I'm curious about something - on my system
(darwin), $Config{shrpenv} is defined as 'env
LD_RUN_PATH=/sw/lib/perl5/5.6.1/darwin/CORE', and that ends up in the
@shrp variable.
On your cygwin, is $Config{shrpenv} empty, or not having any effect, or
what?
I think in general this is a case of Config.pm being a micro-manager.
It's not describing what it wants done, it's describing how to do it.
That's making our job of interface-writing sort of hard to do.
-Ken
|