I'm using ActiveState Perl 5.8 on Windows 2003 server with the following commands (see below) to install http://search.cpan.org/~philcrow/Java-Swing-0.11/Swing.pm
I get the following error: Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. link -out:blib\arch\auto\Java\Swing\Swing.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\Perl\lib\CORE" -machine:x86 Swing.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:Swing.def LINK : fatal error LNK1181: cannot open input file 'Swing.obj' NMAKE : fatal error U1077: 'link' : return code '0x49d' I would love to see this work. Where is swing.obj? I was expecting a swing.c or swing.xs but can find no such file. Thanks, Siegfried SET VCINSTALLDIR=\Program Files\Microsoft Visual Studio .NET 2003 SET MSVCDir=%VCINSTALLDIR%\VC7 SET FrameworkDir=\WINNT\Microsoft.NET\Framework SET FrameworkSDKDir=\Program Files\Microsoft Visual Studio .NET\FrameworkSDK set PATH=%MSVCDir%\BIN;%VCINSTALLDIR%\Common7\Tools;%VCINSTALLDIR%\Common7\IDE;% VCINSTALLDIR%\Common7\Tools\bin\prerelease;%VCINSTALLDIR%\Common7\Tools\bin; %FrameworkSDKDir%\bin set INCLUDE=%MSVCDir%\ATLMFC\INCLUDE;%MSVCDir%\INCLUDE;%MSVCDir%\PlatformSDK\inc lude\prerelease;%MSVCDir%\PlatformSDK\include;%FrameworkSDKDir%\include;%INC LUDE% set LIB=%MSVCDir%\ATLMFC\LIB;%MSVCDir%\LIB;%MSVCDir%\PlatformSDK\lib\prerelease; %MSVCDir%\PlatformSDK\lib;%FrameworkSDKDir%\lib;%LIB% chmod +x Makefile.PL perl Makefile.PL nmake nmake test nmake install -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>