Re: [Module::Build] make test failure report
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <Ra...@Th...> - 2003-10-09 02:56:51
|
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.
Randy.
--
A little learning is a dang'rous thing;
Drink deep, or taste not the Pierian spring;
There shallow draughts intoxicate the brain;
And drinking largely sobers us again.
- Alexander Pope
|