Subject: | Util.obj : error LNK2001: unresolved external symbol _Perl_seed |
Command: nmake
Output:
cp lib/List/Util.pm blib\lib\List\Util.pm
cp lib/Scalar/Util.pm blib\lib\Scalar\Util.pm
D:\Perl\bin\perl.exe -Iinc D:\Perl\lib\ExtUtils\xsubpp -typemap D:\Perl\lib\ExtUtils\typemap Util.xs > Util.xsc && D:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e mv Util.xsc Util.c
cl -c -nologo -Gf -W3 -MD -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -DNDEBUG -O1 -DVERSION=\"1.18\" -DXS_VERSION=\"1.18\" "-ID:\Perl\lib\CORE" -DPERL_EXT Util.c
Util.c
Running Mkbootstrap for List::Util ()
D:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e chmod 644 Util.bs
D:\Perl\bin\perl.exe -Iinc -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"List::Util\", 'DLBASE' => 'Util', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);"
link -out:blib\arch\auto\List\Util\Util.dll -dll -nologo -nodefaultlib -release -libpath:"d:\Perl\lib\CORE" -machine:x86 Util.obj D:\Perl\lib\CORE\perl58.lib oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib -def:Util.def
Creating library blib\arch\auto\List\Util\Util.lib and object blib\arch\auto\List\Util\Util.exp
Util.obj : error LNK2001: unresolved external symbol _Perl_seed
blib\arch\auto\List\Util\Util.dll : fatal error LNK1120: 1 unresolved externals
Errors:
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.
This is Perl V 5.8.7.