On Thu, Oct 09, 2003 at 09:50:04PM -0700, Terrence Brannon wrote:
> Randy W. Sims wrote:
>
> >I believe you may have misread the previous message. This should
> >probably be
> >
> >> extra_linker_flags => '-l$Config{libperl}'
>
> you're right: even after double quotes it does not include the extra
> linker flags
The %Config hash is defined by the Config module.
Add to the top of your Build.PL:
use strict;
use Config;
No I'm not kidding about the use strict;
--
Richard Clamp <ric...@un...>
|