Re: [Module::Build] make test failure report
Status: Beta
Brought to you by:
kwilliams
|
From: Terrence B. <met...@ur...> - 2003-10-09 10:57:51
|
Randy W. Sims wrote:
> On 10/8/2003 11:45 AM, Terrence Brannon wrote:
>
>> gcc -shared -o XSTest.dll -Wl,--out-implib=libXSTest.dll.a
>> -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--stack,8388608 \
>> -s -L/usr/local/lib lib/XSTest.o
>
>
> Adding "-l$Config{libperl}" to the linker command should remove all
> the unresolved references.
I am not sure how I am supposed to do this... I added:
$path .= ' -l$Config{libperl} ' ;
to sub format_linker_cmd in package Module::Build::Platform::Windows
(because I did not see a Cygwin package).
but that did not alter the command-line and the test still has the same
problems
|