Re: [Module::Build] make test failure report
Status: Beta
Brought to you by:
kwilliams
|
From: Yitzchak Scott-T. <sth...@ef...> - 2003-10-09 12:41:54
|
On Thu, Oct 09, 2003 at 03:57:42AM -0700, Terrence Brannon <met...@ur...> wrote:
> 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
Right now, cygwin uses Module::Build::Platform::Unix, not Windows.
|