[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problem with make & perl
From: |
Shahriar Mokhtarzad |
Subject: |
problem with make & perl |
Date: |
Thu, 18 Oct 2001 09:55:53 -0700 |
Hi,
I am using gcc on WINDOWS 2000 PROFESIONAL. I have included the versions of
the tools involved &
the output of the ''make''. I also have included the actual "Makefile.PL"
and the resulting "Makefile".
Can you please help
<<Makefile.PL>> <<Makefile>>
-------------------------------------------------------
gcc -v
Reading specs from
C:\gcc-2.95.2_Mingw32\bin\..\lib\gcc-lib\i386-mingw32msvc\2.95.2\specs
gcc version 2.95.2 19991024 (release)
-------------------------------
The make uility that came with it:
make -v
GNU Make version 3.77, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98
Free Software Foundation, Inc.
-----------------------------
perl -v
This is perl, v5.6.1 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2001, Larry Wall
-----------------------
I am trying to compile a PERL/TK module. It has a make file generator i.e.,
perl Makefile.PL
will generate a make file. The make file works fine on LINUX & SOLARIS but
fails on WINDOWS 2000
this a what I get
C:\Perl_win\Tk-TableMatrix0.71>perl Makefile.PL
### Note: 'Building Outside of Tk itself' Messages are Expected Her
C:\Perl\bin\Perl.exe is installed in C:\Perl\lib okay
PPM for perl5.006001
Test Compiling config/signedchar.c
'cl' is not recognized as an internal or external command,
operable program or batch file.
Test Compiling config/unsigned.c
'cl' is not recognized as an internal or external command,
operable program or batch file.
Test Compiling config/Ksprintf.c
'cl' is not recognized as an internal or external command,
operable program or batch file.
Test Compiling -DSPRINTF_RETURN_CHAR config/Ksprintf.c
'cl' is not recognized as an internal or external command,
operable program or batch file.
C:/Perl_win/Tk-TableMatrix0.71 does not start with C:/Perl/site/lib
i.e. building outside Tk itself
C:/Perl_win/Tk-TableMatrix0.71/pTk does not start with C:/Perl/site
i.e. building outside Tk itself
Generating Dependencies for MSWin32, win_arch=MSWin32
Test Compiling config/Hstrtoul.c
'cl' is not recognized as an internal or external command,
operable program or batch file.
Test Compiling config/Hstrdup.c
'cl' is not recognized as an internal or external command,
operable program or batch file.
Test Compiling config/Hstrcasecmp.c
'cl' is not recognized as an internal or external command,
operable program or batch file.
Finding dependancies for cmd.c
Finding dependancies for tkTable.c
ignore 'elif defined(MAC_TCL)'
Finding dependancies for tkTableCell.c
ignore 'elif defined(MAC_TCL)'
Finding dependancies for tkTableCellSort.c
ignore 'elif defined(MAC_TCL)'
Finding dependancies for tkTableCmds.c
ignore 'elif defined(MAC_TCL)'
Finding dependancies for tkTableEdit.c
ignore 'elif defined(MAC_TCL)'
Finding dependancies for tkTablePs.c
ignore 'elif defined(MAC_TCL)'
Finding dependancies for tkTableTag.c
ignore 'elif defined(MAC_TCL)'
Finding dependancies for tkTableWin.c
ignore 'elif defined(MAC_TCL)'
Writing Makefile for Tk::pTk
Writing Makefile for Tk::pod
Finding dependancies for TableMatrix.xs
ignore 'elif defined(MAC_TCL)'
Writing Makefile for Tk::TableMatrix
====================================================
C:\Perl_win\Tk-TableMatrix0.71>make
Makefile:827: *** missing separator. Stop.
Shahriar Mokhtarzad
Pluris Inc.
10455 Bandley Drive
Cupertino, CA 95014
Tel: (408)861-4215
Makefile.PL
Description: Binary data
Makefile
Description: Binary data
- problem with make & perl,
Shahriar Mokhtarzad <=