I want to install PDL::LinearAlgebra for using the Lapack lib in Window XP.
I run the following commands

perl Makefile.pl
nmake

I get the following error.
 cl.exe not found (or something)

I installed the VC++ Express Edition and now the error is:

        nmake -f Makefile all -nologo
        cl -c  -IC:/Perl/site/lib/PDL/Core  -nologo -GF -W3 -MD -Zi -DNDEBUG
-O1
 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE
-DPRIVLIB_
LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO
-DPERL_MSVC
RT_READFIX -MD -Zi -DNDEBUG -O1    -DVERSION=\"0.04\"  -DXS_VERSION=\"0.04\"
 "-
IC:\Perl\lib\CORE"   Trans.c
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\bin
\cl.EXE"' : return code '0xc0000135'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\bin
\nmake.EXE"' : return code '0x2'
Stop.

Please advice as to how to correct this.

Thanks in Advance
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to