Front page | perl.perl5.porters |
Postings from November 1999
[ID 19991126.003] Error from exit in BEGIN {}
Thread Next
From:
M.J.T. Guy
Date:
November 26, 1999 08:44
Subject:
[ID 19991126.003] Error from exit in BEGIN {}
Message ID:
E11rOU9-0001jA-00@taurus.cus.cam.ac.uk
%perl -we 'BEGIN { exit 1 }'
Callback called exit at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
%
Is the error message appropriate in this case? The description in
perldiag is somewhat unhelpful:
=item Callback called exit
(F) A subroutine invoked from an external package via perl_call_sv()
exited by calling exit.
Mike Guy
%perl -V
Summary of my perl5 (revision 5.0 version 5 subversion 62) configuration:
Platform:
osname=sunos, osvers=4.1.3, archname=sun4-sunos
uname='sunos nmg1.csi. 4.1.3 1 sun4c '
config_args='-Doptimise=-O -Uusethreads -des'
hint=previous, useposix=true, d_sigaction=define
usethreads=undef useperlio=undef d_sfio=undef
use64bits=undef usemultiplicity=undef
Compiler:
cc='gcc', optimize='-O', gccversion=2.7.2.3
cppflags='-I/usr/local/include'
ccflags ='-I/usr/local/include'
stdchar='unsigned char', d_stdstdio=define, usevfork=true
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='ld', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /usr/ucblib
libs=-ldbm -ldl -lm -lc -lposix
libc=/lib/libc.so.1.8, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fpic', lddlflags='-assert nodefinitions -L/usr/local/lib'
Characteristics of this binary (from libperl):
Locally applied patches:
perldoc.temp
install.w
Built under sunos
Compiled at Oct 27 1999 01:31:39
@INC:
/home/mjtg/perl5.005_62a/lib
/home/mjtg/perl5.005_62a/lib
/home/mjtg/perl5.005_62a/lib/site_perl
.
Thread Next
-
[ID 19991126.003] Error from exit in BEGIN {}
by M.J.T. Guy