Thread Win32::Process::List: Installations Problem (1 answers)
Opened by Gast at 2006-03-13 15:34

Gast Gast
 2006-03-13 15:34
#63752 #63752
Hallo!

Ich bekomme das Modul: Win32::Process::List
nicht installiert. Bei MakeFile.pl sagt er mir folgendes:

C:\Perl\MODULE-INSTALL\Win32-Process-List>MakeFile.pl
Note (probably harmless): No library found for 'Psapi.lib'
Note (probably harmless): No library found for 'oldnames.lib'
Note (probably harmless): No library found for 'kernel32.lib'
Note (probably harmless): No library found for 'user32.lib'
Note (probably harmless): No library found for 'gdi32.lib'
Note (probably harmless): No library found for 'winspool.lib'
Note (probably harmless): No library found for 'comdlg32.lib'
Note (probably harmless): No library found for 'advapi32.lib'
Note (probably harmless): No library found for 'shell32.lib'
Note (probably harmless): No library found for 'ole32.lib'
Note (probably harmless): No library found for 'oleaut32.lib'
Note (probably harmless): No library found for 'netapi32.lib'
Note (probably harmless): No library found for 'uuid.lib'
Note (probably harmless): No library found for 'wsock32.lib'
Note (probably harmless): No library found for 'mpr.lib'
Note (probably harmless): No library found for 'winmm.lib'
Note (probably harmless): No library found for 'version.lib'
Note (probably harmless): No library found for 'odbc32.lib'
Note (probably harmless): No library found for 'odbccp32.lib'
Note (probably harmless): No library found for 'msvcrt.lib'
Writing Makefile for Win32::Process::List


Dann benutze ich das Tool NMake.exe:
C:\Perl\MODULE-INSTALL\Win32-Process-List>Nmake

Microsoft ® Program Maintenance Utility   Version 1.50
Copyright © Microsoft Corp 1988-94. All rights reserved.

       cl -c  -nologo -O1 -MD -Zi -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAV
E_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX -
O1 -MD -Zi -DNDEBUG    -DVERSION=\"0.01\"  -DXS_VERSION=\"0.01\"  -IC:\Perl\lib\
CORE  List.c
Der Befehl "cl" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
Stop.

NMake.exe test:
C:\Perl\MODULE-INSTALL\Win32-Process-List>nmake test

Microsoft ® Program Maintenance Utility   Version 1.50
Copyright © Microsoft Corp 1988-94. All rights reserved.

       cl -c  -nologo -O1 -MD -Zi -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAV
E_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX -
O1 -MD -Zi -DNDEBUG    -DVERSION=\"0.01\"  -DXS_VERSION=\"0.01\"  -IC:\Perl\lib\
CORE  List.c
Der Befehl "cl" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
Stop.

Nmake.exe install:
C:\Perl\MODULE-INSTALL\Win32-Process-List>nmake install

Microsoft ® Program Maintenance Utility   Version 1.50
Copyright © Microsoft Corp 1988-94. All rights reserved.

       cl -c  -nologo -O1 -MD -Zi -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAV
E_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX -
O1 -MD -Zi -DNDEBUG    -DVERSION=\"0.01\"  -DXS_VERSION=\"0.01\"  -IC:\Perl\lib\
CORE  List.c
Der Befehl "cl" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
Stop.


Ich hoffe mir kann jemand helfen.


Gruß!
Benny

View full thread Win32::Process::List: Installations Problem