Re: [Module::Build] make test failure report (Cygwin)
Status: Beta
Brought to you by:
kwilliams
|
From: Chris D. <ch...@cl...> - 2003-10-09 13:46:00
|
On Thursday, October 9, 2003, at 08:32 AM, Terrence Brannon wrote:
> Randy W. Sims wrote:
>
>>
>> Adding "-l$Config{libperl}" to the linker command should remove all
>> the unresolved references.
>>
>
> extra_linker_flags => '-L $Config{libperl}'
I believe you may have misread the previous message. This should
probably be
extra_linker_flags => '-l$Config{libperl}'
That is, import the library called libperl.{dll,so,dylib,whatever}
Chris
--
Chris Dolan, Software Developer, Clotho Advanced Media Inc.
ch...@cl..., 294-7900, 211 S Paterson, Madison WI 53703
|