-----Original Message-----
From: Slaven_Rezic via RT [mailto:bug-Tk@rt.cpan.org]
Sent: Wednesday, 3 February 2010 5:12 PM
To: mauriceh@bigpond.net.au
Subject: [rt.cpan.org #32980] Installation fails on Strawberry Perl
<URL:
https://rt.cpan.org/Ticket/Display.html?id=32980 >
On Thu Feb 07 16:57:25 2008, slaven@rezic.de wrote:
> "Maurice Height via RT" <bug-Tk@rt.cpan.org> writes:
>
> > Wed Feb 06 21:09:18 2008: Request 32980 was acted upon.
> > Transaction: Ticket created by mauriceh@bigpond.net.au
> > Queue: Tk
> > Subject: Installation fails on Strawberry Perl
> > Broken in: (no value)
> > Severity: (no value)
> > Owner: Nobody
> > Requestors: mauriceh@bigpond.net.au
> > Status: new
> > Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=32980 >
> >
> >
> > My setup is Strawberry Perl 5.10.0 on WinXP I attempted to install
> > Tk via Strawberry Perl's CPAN client as
> follows:
> >
> > cpan> install Tk
> > Running install for module 'Tk'
> > Running make for S/SR/SREZIC/Tk-804.028.tar.gz Checksum for
> > C:\strawberry\cpan\sources\authors\id\S\SR\SREZIC\Tk-804.028.tar.gz
> ok
> >
> > CPAN.pm: Going to build S/SR/SREZIC/Tk-804.028.tar.gz
> >
> [...]
> > dmake: Error: -- Configuration file `c:\utils\startup\startup.mk'
> not found
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> This one looks problematic. It's outside the Tk directory, and it
> seems to be some dmake-specific file. There is no reference to
> startup.mk in the Tk distribution. So is it a broken dmake or
> strawberry installation? Can you build other CPAN modules which
> require a C compiler, or other CPAN modules at all?
>
With a rather recent Strawberry Perl 5.10 and Tk 804.028_502 the build seems
to work on my Windows machine. Can you confirm this, and may this ticket be
closed?
Regards,
Slaven
############################################################################
####
Tk (804.028) installs correctly on my machine.
See Perl -V output as follows:
Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
Platform:
osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread
uname='Win32 strawberryperl 5.10.1.0 #1 30 i386'
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags =' -s -O2 -DWIN32 -DHAVE_DES_FCRYPT
-DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS
-fno-strict-aliasing -DPERL
_MSVCRT_READFIX',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='3.4.5', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long long',
lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags ='-s -L"C:\strawberry\perl\lib\CORE"
-L"C:\strawberry\c\lib"'
libpth=C:\strawberry\c\lib
libs= -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32
-ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr
-lwinm
m -lversion -lodbc32 -lodbccp32
perllibs= -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32
-ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -l
winmm -lversion -lodbc32 -lodbccp32
libc=, so=dll, useshrplib=true, libperl=libperl510.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -L"C:\strawberry\perl\lib\CORE"
-L"C:\strawberry\c\lib"'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_ITHREADS
USE_LARGE_FILES USE_PERLIO USE_SITECUSTOMIZE
Built under MSWin32
Compiled at Oct 21 2009 13:54:15
@INC:
C:/strawberry/perl/lib
C:/strawberry/perl/site/lib
C:\strawberry\perl\vendor\lib
.
Many Thanks for your efforts
Maurice Height