On Fri, Jun 09, 2000 at 02:01:49AM -0400, "Marc D. Spencer" <marcs@xxxxxxxxx> wrote:
> Has anyone successfully run non Perl::Fu command-line scripts under Perl 5.6?
Yes, me ;)
> Gimp> $img = gimp_image_new(100,100,RGB) > Segmentation fault (core dumped) > > gdb reveals that it's seemingly a perl problem, but my experiance is
Which version of gimp-perl (or gimp) did you use, and how did you compile it (and on what architecture)? Although I don't remember any perl5.6-specific problems it might be caused by some old version.
Also, perl5.6 is not production-ready, if you want bleeding edge perl (highly recommended, it's got new cool features ;) better get it from the repository.
Perl 5.6 is listed at the Perl site as 'Stable'. I know it's still early to use in a production environment, but I want to begin to get up the curve.
I love Perl5.6's new 'our', and Unicode will become more a requirement than a nicety soon.
-- -----==- | ----==-- _ | ---==---(_)__ __ ____ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / pcg@xxxxxxxxxxxxx |e| -=====/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |
Versions...sorry - guess I wasn't thinking as well at 2:00 as I thought.
Gimp 1.1.23
Gimp-Perl 1.2
Perl 5.6
[
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=linux, osvers=2.2.12-20, archname=i586-linux
uname='linux tigger 2.2.12-20 #1 mon sep 27 10:25:54 edt 1999 i586 unknown '
config_args=''
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
Compiler:
cc='gcc', optimize='-O2', gccversion=egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
cppflags='-fno-strict-aliasing -I/usr/local/include'
ccflags ='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
stdchar='char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, usemymalloc=n, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lndbm -lgdbm -ldb -ldl -lm -lc -lposix -lcrypt
libc=/lib/libc-2.1.2.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
]
Redhat Linux 6.1 on Intel
I can poke further into the core, or I can send it to you or put it somewhere you can get it. Let me know.