|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: Installing Modules on Wintel
|
On Mon, Apr 07, 2003 at 10:05:10AM -0400, Barry Dancis wrote:
> They don't. Could the error be caused by lack of a c compiler?
Oh, you don't have a C compiler? That's your problem then.
> cl -c -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE-DNO_STRICT
> -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS-DUSE_PERLIO
> -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"1.08\"-DXS_VERSION
> =\
> "1.08\" "-IC:\Perl\lib\CORE" Piece.c
> 'cl' is not recognized as an internal or external command, operable program
> or batch file.
"cl" is the name of the C compiler. It's trying to compile Piece.c.
I suppose you could try installing the ppm for Time::Piece and
continue on from there...
Walt
-
**Majordomo list services provided by PANIX <URL:http://www.panix.com>**
**To Unsubscribe, send "unsubscribe phl" to majordomo@lists.pm.org**
|
|