Re: [Arsperl-users] I am getting the following error when using nmake to make arsperl
Brought to you by:
jeffmurphy
|
From: Jeff M. <jcm...@je...> - 2005-10-31 16:12:28
|
On Mon, 2005-10-31 at 07:58 -0800, John Brown wrote: > link -out:blib\arch\auto\ARS\ARS.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf > -libpath:"c:\Perl\lib\CORE" -machine:x86 ARS.obj support.obj supportrev.obj > C:\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:ARS.def > Creating library blib\arch\auto\ARS\ARS.lib and object blib\arch\auto\ARS\ARS.exp > ARS.obj : error LNK2019: unresolved external symbol _FreeARQualifierStruct referenced in function > _XS_ARS_ars_LoadQualifier > ARS.obj : error LNK2019: unresolved external symbol _ARLoadARQualifierStruct r the API library isnt being found, Makefile.PL doesn't point to the correct location (unlikely since it must've found the header files in order to get that far) or something along those lines. the linker should be referencing the arapi dll's, but isnt jeff |