Front page | perl.perl5.porters |
Postings from May 2003
[perl #22288] perl 5.9 has trouble build static linked extensions
Thread Next
From:
David Dyck
Date:
May 22, 2003 19:33
Subject:
[perl #22288] perl 5.9 has trouble build static linked extensions
Message ID:
rt-22288-58071.12.6596490384959@bugs6.perl.org
# New Ticket Created by David Dyck
# Please include the string: [perl #22288]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=22288 >
This is a bug report for perl from david.dyck@fluke.com,
generated with the help of perlbug 1.34 running under perl v5.9.0.
-----------------------------------------------------------------
[Please enter your report here]
I've seen this problem with other libraries, and it seems
that ExtUtils::MakeMaker is having trouble creating
"Makefile.aperl" or something
Any ideas?
dd:PadWalker-0.09$ make perl
/usr/local/bin/perl /usr/local/lib/perl5/5.9.0/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5.9.0/ExtUtils/typemap PadWalker.xs > PadWalker.xsc && mv PadWalker.xsc PadWalker.c
cc -c -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\" -fpic "-I/usr/local/lib/perl5/5.9.0/i686-linux/CORE" PadWalker.c
rm -rf blib/arch/auto/PadWalker/PadWalker.a
/usr/bin/ar cr blib/arch/auto/PadWalker/PadWalker.a PadWalker.o && : blib/arch/auto/PadWalker/PadWalker.a
chmod 755 blib/arch/auto/PadWalker/PadWalker.a
Writing "Makefile.aperl" for this perl
Writing Makefile for PadWalker
make -f Makefile.aperl perl
make[1]: Entering directory `/hdd1/jd/usr2/dcd/CPAN/Installed/PadWalker-0.09'
make[1]: Makefile.aperl: No such file or directory
make[1]: *** No rule to make target `Makefile.aperl'. Stop.
make[1]: Leaving directory `/hdd1/jd/usr2/dcd/CPAN/Installed/PadWalker-0.09'
make: *** [perl] Error 2
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=core
severity=high
---
Site configuration information for perl v5.9.0:
Configured by dcd at Fri May 16 11:23:05 PDT 2003.
Summary of my perl5 (revision 5.0 version 9 subversion 0 patch 19528) configuration:
Platform:
osname=linux, osvers=2.4.21-rc1, archname=i686-linux
uname='linux dd 2.4.21-rc1 #1 mon apr 21 12:23:11 pdt 2003 i686 '
config_args='-Dmksymlinks -Dinstallusrbinperl -Uversiononly -Dusedevel -Doptimize=-O3 -g -de -Dcf_email=david.dyck@fluke.com'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O3 -g',
cppflags='-DDEBUGGING -fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='egcs-2.91.66.1 19990314/Linux (egcs-1.1.2 release)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lgdbm -ldbm -ldb -ldl -lm -lc
perllibs=-ldl -lm -lc
libc=/lib/libc.so.5.4.44, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Locally applied patches:
DEVEL18374
---
@INC for perl v5.9.0:
/usr/local/lib/perl5/5.9.0/i686-linux
/usr/local/lib/perl5/5.9.0
/usr/local/lib/perl5/site_perl/5.9.0/i686-linux
/usr/local/lib/perl5/site_perl/5.9.0
/usr/local/lib/perl5/site_perl/5.8.0/i686-linux
/usr/local/lib/perl5/site_perl/5.8.0
/usr/local/lib/perl5/site_perl
.
---
Environment for perl v5.9.0:
HOME=/home/dcd
LANG (unset)
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/home/dcd/bin:/sbin:/usr/local/bin:/bin:/usr/bin:/usr/X11/bin:/usr/games:/usr/local/samba:/home/hobbes/tools/scripts:/home/hobbes/tools/linux:/usr0/hobbes/tools/scripts:/usr0/dcd/bin:/apps/general/bin:/usr/public
PERL_BADLANG (unset)
SHELL=/bin/bash
Thread Next
-
[perl #22288] perl 5.9 has trouble build static linked extensions
by David Dyck