----- Original Message -----
From: "Yimeng Dou" <[EMAIL PROTECTED]>

>
> Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
> Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
>
> C:\Perl\bin\perl.exe -IC:\Perl\lib -IC:\Perl\lib
> C:\Perl\lib\ExtUtils/xsubpp  -typemap C:\Perl\lib/ExtUtils/typemap
> try_pl_419e.xs > try_pl_419e.xsc &&
> C:\Perl\bin\perl.exe -IC:\Perl\lib -IC:\Perl\lib -MExtUtils::Command -e mv
> try_pl_419e.xsc try_pl_419e.c
>
>
cl -c -IC:/Perl/examples -nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_ST
>
RICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MS
> VCRT_READFIX -O1 -MD -DNDEBUG    -DVERSION=\"0.00\"  -DXS_VERSION=\"0.00\"
> -IC:\Perl\lib\CORE  try_pl_419e.c
> try_pl_419e.c
> "Running Mkbootstrap for try_pl_419e ()"
> C:\Perl\bin\perl.exe -IC:\Perl\lib -IC:\Perl\lib -MExtUtils::Command -e
> chmod 644 try_pl_419e.bs
> C:\Perl\bin\perl.exe "-IC:\Perl\lib"
> -IC:\Perl\lib" -MExtUtils::Mksymlists  -e "Mksymlists('NAME' =>
> 'try_pl_419e', 'DLBASE' => 'try_pl_419e', 'DL_FUNCS' => {  }, 'FUNCLIST'
=>
> [], 'IMPORTS' => {  }, 'DL_VARS' => []);"
>
>
link -out:blib\arch\auto\try_pl_419e\try_pl_419e.dll -dll -nologo -nodefault
> lib -release  -libpath:"C:/Perl\lib\CORE"  -machine:x86 try_pl_419e.obj
> C:\Perl\lib\CORE\perl56.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 wsock32.lib mpr.lib winmm.lib  version.lib
odbc32.lib
> odbccp32.lib msvcrt.lib -def:try_pl_419e.def
>
> OPTLINK (R) for Win32  Release 7.50.6
> Copyright (C) Symantec Corporation 1989-97  All rights reserved.
> OPTLINK : Warning 9: Unknown Option : OUT
> OPTLINK : Warning 9: Unknown Option : DLL
> OPTLINK : Warning 9: Unknown Option : RELEASE
> OPTLINK : Warning 9: Unknown Option : LIBPATH
> OPTLINK : Warning 9: Unknown Option : PERL\LIB\CORE
> :blib\arch\auto\try_pl_419e\try_pl_419e.dll
>  Error 2: File Not Found :blib\arch\auto\try_pl_419e\try_pl_419e.dll
> NMAKE : fatal error U1077: 'link' : return code '0x1'
> Stop.
>

The code as supplied by Piers works fine for me on Win2k (using the same
version of msvc++ as you).

What's your OS  (ie 95/98/NT/2K/XP)?

Does 'perl -V:make' return 'make=nmake' ?

What's with the Symantec 'optlink' stuff ? Could that be the source of the
problem ?

Cheers,
Rob


Reply via email to