Changeset 07e528e in clfs-sysroot


Ignore:
Timestamp:
Jan 15, 2007, 12:45:22 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
3cbc8f4
Parents:
e86bfc4
Message:

Update the Perl Cross-Compile patch to support hppa.

Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/general.ent

    re86bfc4 r07e528e  
    33<!ENTITY month "01"> <!-- Use two digits -->
    44<!ENTITY month_name "January">
    5 <!ENTITY day "13"> <!-- Use two digits -->
     5<!ENTITY day "15"> <!-- Use two digits -->
    66<!ENTITY year "2007"> <!-- Use four digits -->
    77
  • BOOK/patches.ent

    re86bfc4 r07e528e  
    6969<!ENTITY mktemp-tempfile-patch-size "3.6 KB">
    7070
    71 <!ENTITY perl-cross_compile-patch "perl-&perl-version;-cross_compile-2.patch">
    72 <!ENTITY perl-cross_compile-patch-md5 "bd9f94c8629e674f4472604b77cea42d">
    73 <!ENTITY perl-cross_compile-patch-size "76 KB">
     71<!ENTITY perl-cross_compile-patch "perl-&perl-version;-cross_compile-3.patch">
     72<!ENTITY perl-cross_compile-patch-md5 "24ca80509982786534450313228efe7c">
     73<!ENTITY perl-cross_compile-patch-size "112 KB">
    7474
    7575<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
  • patches/perl-5.8.8-cross_compile-3.patch

    re86bfc4 r07e528e  
    11Submitted By: Joe Ciccone <jciccone@linuxfromscratch.org>
    2 Date: 2006-07-22
     2Date: 2007-01-15
    33Upstream Status: Not Submitted
    44Origin: Joe Ciccone
    55Description: Adds a Makefile to assit with the cross-compilation of perl.
    66
    7              Archs supported: arm x86
     7             Archs supported: arm x86 hppa
    88
    99             Usage:
     
    1313
    1414diff -Naur perl-5.8.8.orig/Cross/config perl-5.8.8/Cross/config
    15 --- perl-5.8.8.orig/Cross/config        2006-07-22 18:17:24.000000000 -0400
     15--- perl-5.8.8.orig/Cross/config        2003-04-15 16:31:56.000000000 -0400
    1616+++ perl-5.8.8/Cross/config     1969-12-31 19:00:00.000000000 -0500
    1717@@ -1,23 +0,0 @@
     
    4040-
    4141diff -Naur perl-5.8.8.orig/Cross/config.sh-arm-linux perl-5.8.8/Cross/config.sh-arm-linux
    42 --- perl-5.8.8.orig/Cross/config.sh-arm-linux   2006-07-22 18:17:24.000000000 -0400
    43 +++ perl-5.8.8/Cross/config.sh-arm-linux        2006-07-22 18:17:35.000000000 -0400
     42--- perl-5.8.8.orig/Cross/config.sh-arm-linux   2006-01-18 15:01:36.000000000 -0500
     43+++ perl-5.8.8/Cross/config.sh-arm-linux        2007-01-15 15:15:55.000000000 -0500
    4444@@ -8,9 +8,9 @@
    4545 
     
    4949-# Configured by     : red
    5050-# Target system     : linux openzaurus.criticalintegration.com 2.4.6-rmk1-np2-embedix #15 Wed Aug 6 07:49:44 UTC 2003 armv4l unknown
    51 +# Configuration time: Tue Jun 13 01:46:16 UTC 2006
     51+# Configuration time: Wed Dec 13 15:51:01 EST 2006
    5252+# Configured by     : root
    53 +# Target system     : linux spitz 2.6.16 #1 preempt mon may 1 06:14:52 cest 2006 armv5tel gnulinux
     53+# Target system     : linux spitz 2.6.16 #1 preempt wed jul 5 18:20:17 cest 2006 armv5tel gnulinux
    5454 
    5555 Author=''
    5656 Date='$Date'
    57 @@ -36,10 +36,10 @@
     57@@ -36,12 +36,12 @@
    5858 api_version='8'
    5959 api_versionstring='5.8.0'
     
    6161-archlib='/usr/lib/perl5/5.8.8/armv4l-linux'
    6262-archlibexp='/usr/lib/perl5/5.8.8/armv4l-linux'
    63 +archlib='/usr/lib/perl5/5.8.8/armv5tel-linux'
    64 +archlibexp='/usr/lib/perl5/5.8.8/armv5tel-linux'
     63+archlib='/usr/lib/perl5/5.8.8/armv5tel-linux-thread-multi'
     64+archlibexp='/usr/lib/perl5/5.8.8/armv5tel-linux-thread-multi'
    6565 archname64=''
    6666-archname='armv4l-linux'
    67 +archname='armv5tel-linux'
     67+archname='armv5tel-linux-thread-multi'
    6868 archobjs=''
    69  asctime_r_proto='0'
     69-asctime_r_proto='0'
     70+asctime_r_proto='REENTRANT_PROTO_B_SB'
    7071 awk='awk'
     72 baserev='5.0'
     73 bash=''
    7174@@ -55,15 +55,15 @@
    7275 cat='cat'
     
    7679-ccflags='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    7780+ccdlflags='-Wl,-E'
    78 +ccflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
     81+ccflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    7982 ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    8083 ccname='gcc'
     
    8689-cf_time='Wed Sep  3 22:24:58 EDT 2003'
    8790+cf_by='root'
    88 +f_email='root@spitz.ciccone'
    89 +cf_time='Tue Jun 13 01:46:16 UTC 2006'
     91+cf_email='root@spitz.ciccone'
     92+cf_time='Wed Dec 13 15:51:01 EST 2006'
    9093 charsize='1'
    9194 chgrp=''
    9295 chmod='chmod'
    93 @@ -76,13 +76,13 @@
     96@@ -76,18 +76,18 @@
    9497 cpio=''
    9598 cpp='cpp'
     
    98101-cppflags='-fno-strict-aliasing -I/usr/local/include'
    99102+cppccsymbols=''
    100 +cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
     103+cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
    101104 cpplast='-'
    102105 cppminus='-'
     
    104107 cppstdin='cc -E'
    105108-cppsymbols='_FILE_OFFSET_BITS=64 __GLIBC__=2 __GLIBC_MINOR__=2 __GNUC_MINOR__=95 __GNU_LIBRARY__=6 _LARGEFILE_SOURCE=1 _POSIX_C_SOURCE=199506 _POSIX_SOURCE=1 __STDC__=1 __USE_BSD=1 __USE_FILE_OFFSET64=1 __USE_LARGEFILE=1 __USE_MISC=1 __USE_POSIX=1 __USE_POSIX199309=1 __USE_POSIX199506=1 __USE_POSIX2=1 __USE_SVID=1 __linux=1 __linux__=1 __unix=1 __unix__=1'
    106 +cppsymbols='__ELF__=1 _FILE_OFFSET_BITS=64 __GLIBC__=2 __GLIBC_MINOR__=4 __GNUC__=4 __GNUC_MINOR__=1 __GNU_LIBRARY__=6 _LARGEFILE_SOURCE=1 _POSIX_C_SOURCE=200112L _POSIX_SOURCE=1 __STDC__=1 __USE_BSD=1 __USE_FILE_OFFSET64=1 __USE_LARGEFILE=1 __USE_MISC=1 __USE_POSIX=1 __USE_POSIX199309=1 __USE_POSIX199506=1 __USE_POSIX2=1 __USE_SVID=1 linux=1 __linux=1 __linux__=1 unix=1 __unix=1 __unix__=1'
    107  crypt_r_proto='0'
     109-crypt_r_proto='0'
     110+cppsymbols='__ELF__=1 _FILE_OFFSET_BITS=64 __GLIBC__=2 __GLIBC_MINOR__=5 __GNUC__=4 __GNUC_MINOR__=1 __GNU_LIBRARY__=6 _GNU_SOURCE=1 _LARGEFILE64_SOURCE=1 _LARGEFILE_SOURCE=1 _POSIX_C_SOURCE=200112L _POSIX_SOURCE=1 _REENTRANT=1 __STDC__=1 __USE_BSD=1 __USE_FILE_OFFSET64=1 __USE_GNU=1 __USE_LARGEFILE=1 __USE_LARGEFILE64=1 __USE_MISC=1 __USE_POSIX=1 __USE_POSIX199309=1 __USE_POSIX199506=1 __USE_POSIX2=1 __USE_REENTRANT=1 __USE_SVID=1 __USE_UNIX98=1 __USE_XOPEN=1 __USE_XOPEN_EXTENDED=1 _XOPEN_SOURCE=600 _XOPEN_SOURCE_EXTENDED=1 linux=1 __linux=1 __linux__=1 unix=1 __unix=1 __unix__=1'
     111+crypt_r_proto='REENTRANT_PROTO_B_CCS'
    108112 cryptlib=''
    109113 csh='csh'
    110 @@ -111,13 +111,13 @@
    111  d_asctime_r='undef'
     114 ctermid_r_proto='0'
     115-ctime_r_proto='0'
     116+ctime_r_proto='REENTRANT_PROTO_B_SB'
     117 d_Gconvert='gcvt((x),(n),(b))'
     118 d_PRIEUldbl='define'
     119 d_PRIFUldbl='define'
     120@@ -108,16 +108,16 @@
     121 d_aintl='undef'
     122 d_alarm='define'
     123 d_archlib='define'
     124-d_asctime_r='undef'
     125+d_asctime_r='define'
    112126 d_atolf='undef'
    113127 d_atoll='define'
     
    138152 d_chroot='define'
    139153 d_chsize='undef'
    140 @@ -138,7 +138,7 @@
     154@@ -137,10 +137,10 @@
     155 d_const='define'
    141156 d_copysignl='define'
    142157 d_crypt='define'
    143  d_crypt_r='undef'
     158-d_crypt_r='undef'
    144159-d_csh='define'
     160+d_crypt_r='define'
    145161+d_csh='undef'
    146162 d_ctermid_r='undef'
    147  d_ctime_r='undef'
     163-d_ctime_r='undef'
     164+d_ctime_r='define'
    148165 d_cuserid='define'
    149 @@ -154,7 +154,7 @@
    150  d_drand48_r='undef'
     166 d_dbl_dig='define'
     167 d_dbminitproto='undef'
     168@@ -151,10 +151,10 @@
     169 d_dlopen='define'
     170 d_dlsymun='undef'
     171 d_dosuid='undef'
     172-d_drand48_r='undef'
     173+d_drand48_r='define'
    151174 d_drand48proto='define'
    152175 d_dup2='define'
     
    156179 d_endgrent_r='undef'
    157180 d_endhent='define'
    158 @@ -169,7 +169,7 @@
     181@@ -169,15 +169,15 @@
    159182 d_endservent_r='undef'
    160183 d_eofnblk='define'
     
    165188 d_fchmod='define'
    166189 d_fchown='define'
    167 @@ -274,6 +274,7 @@
     190 d_fcntl='define'
     191-d_fcntl_can_lock='define'
     192+d_fcntl_can_lock='undef'
     193 d_fd_macros='define'
     194 d_fd_set='define'
     195-d_fds_bits='undef'
     196+d_fds_bits='define'
     197 d_fgetpos='define'
     198 d_finite='define'
     199 d_finitel='define'
     200@@ -205,29 +205,29 @@
     201 d_getespwnam='undef'
     202 d_getfsstat='undef'
     203 d_getgrent='define'
     204-d_getgrent_r='undef'
     205-d_getgrgid_r='undef'
     206-d_getgrnam_r='undef'
     207+d_getgrent_r='define'
     208+d_getgrgid_r='define'
     209+d_getgrnam_r='define'
     210 d_getgrps='define'
     211 d_gethbyaddr='define'
     212 d_gethbyname='define'
     213 d_gethent='define'
     214 d_gethname='define'
     215-d_gethostbyaddr_r='undef'
     216-d_gethostbyname_r='undef'
     217-d_gethostent_r='undef'
     218+d_gethostbyaddr_r='define'
     219+d_gethostbyname_r='define'
     220+d_gethostent_r='define'
     221 d_gethostprotos='define'
     222 d_getitimer='define'
     223 d_getlogin='define'
     224-d_getlogin_r='undef'
     225+d_getlogin_r='define'
     226 d_getmnt='undef'
     227 d_getmntent='define'
     228 d_getnbyaddr='define'
     229 d_getnbyname='define'
     230 d_getnent='define'
     231-d_getnetbyaddr_r='undef'
     232-d_getnetbyname_r='undef'
     233-d_getnetent_r='undef'
     234+d_getnetbyaddr_r='define'
     235+d_getnetbyname_r='define'
     236+d_getnetent_r='define'
     237 d_getnetprotos='define'
     238 d_getpagsz='define'
     239 d_getpbyname='define'
     240@@ -238,26 +238,26 @@
     241 d_getpgrp='define'
     242 d_getppid='define'
     243 d_getprior='define'
     244-d_getprotobyname_r='undef'
     245-d_getprotobynumber_r='undef'
     246-d_getprotoent_r='undef'
     247+d_getprotobyname_r='define'
     248+d_getprotobynumber_r='define'
     249+d_getprotoent_r='define'
     250 d_getprotoprotos='define'
     251 d_getprpwnam='undef'
     252 d_getpwent='define'
     253-d_getpwent_r='undef'
     254-d_getpwnam_r='undef'
     255-d_getpwuid_r='undef'
     256+d_getpwent_r='define'
     257+d_getpwnam_r='define'
     258+d_getpwuid_r='define'
     259 d_getsbyname='define'
     260 d_getsbyport='define'
     261 d_getsent='define'
     262-d_getservbyname_r='undef'
     263-d_getservbyport_r='undef'
     264-d_getservent_r='undef'
     265+d_getservbyname_r='define'
     266+d_getservbyport_r='define'
     267+d_getservent_r='define'
     268 d_getservprotos='define'
     269 d_getspnam='define'
     270-d_getspnam_r='undef'
     271+d_getspnam_r='define'
     272 d_gettimeod='define'
     273-d_gmtime_r='undef'
     274+d_gmtime_r='define'
     275 d_gnulibc='define'
     276 d_grpasswd='define'
     277 d_hasmntopt='define'
     278@@ -274,8 +274,9 @@
    168279 d_killpg='define'
    169280 d_lchown='define'
     
    171282+d_libm_lib_version='define'
    172283 d_link='define'
    173  d_localtime_r='undef'
     284-d_localtime_r='undef'
     285+d_localtime_r='define'
    174286 d_locconv='define'
    175 @@ -321,7 +322,7 @@
     287 d_lockf='define'
     288 d_longdbl='define'
     289@@ -321,8 +322,8 @@
    176290 d_nice='define'
    177291 d_nl_langinfo='define'
    178292 d_nv_preserves_uv='define'
    179293-d_nv_zero_is_allbits_zero='undef'
     294-d_off64_t='undef'
    180295+d_nv_zero_is_allbits_zero='define'
    181  d_off64_t='undef'
     296+d_off64_t='define'
    182297 d_old_pthread_create_joinable='undef'
    183298 d_oldpthreads='undef'
    184 @@ -334,7 +335,7 @@
     299 d_oldsock='undef'
     300@@ -334,10 +335,10 @@
    185301 d_pipe='define'
    186302 d_poll='define'
    187303 d_portable='define'
    188304-d_procselfexe='define'
     305-d_pthread_atfork='undef'
    189306+d_procselfexe='undef'
    190  d_pthread_atfork='undef'
     307+d_pthread_atfork='define'
    191308 d_pthread_attr_setscope='define'
    192  d_pthread_yield='undef'
    193 @@ -416,9 +417,8 @@
     309-d_pthread_yield='undef'
     310+d_pthread_yield='define'
     311 d_pwage='undef'
     312 d_pwchange='undef'
     313 d_pwclass='undef'
     314@@ -348,10 +349,10 @@
     315 d_pwquota='undef'
     316 d_qgcvt='define'
     317 d_quad='define'
     318-d_random_r='undef'
     319-d_readdir64_r='undef'
     320+d_random_r='define'
     321+d_readdir64_r='define'
     322 d_readdir='define'
     323-d_readdir_r='undef'
     324+d_readdir_r='define'
     325 d_readlink='define'
     326 d_readv='define'
     327 d_recvmsg='define'
     328@@ -416,36 +417,35 @@
    194329 d_sigaction='define'
    195330 d_sigprocmask='define'
     
    203338 d_socklen_t='define'
    204339 d_sockpair='define'
    205 @@ -434,12 +434,12 @@
     340 d_socks5_init='undef'
     341 d_sprintf_returns_strlen='define'
     342 d_sqrtl='define'
     343-d_srand48_r='undef'
     344-d_srandom_r='undef'
     345-d_sresgproto='undef'
     346-d_sresuproto='undef'
     347+d_srand48_r='define'
     348+d_srandom_r='define'
     349+d_sresgproto='define'
     350+d_sresuproto='define'
     351 d_statblks='define'
     352 d_statfs_f_flags='undef'
    206353 d_statfs_s='define'
    207354 d_statvfs='define'
     
    220367 d_strcoll='define'
    221368 d_strctcpy='define'
     369 d_strerrm='strerror(e)'
     370 d_strerror='define'
     371-d_strerror_r='undef'
     372+d_strerror_r='define'
     373 d_strftime='define'
     374 d_strlcat='undef'
     375 d_strlcpy='undef'
     376@@ -474,9 +474,9 @@
     377 d_times='define'
     378 d_tm_tm_gmtoff='define'
     379 d_tm_tm_zone='define'
     380-d_tmpnam_r='undef'
     381+d_tmpnam_r='define'
     382 d_truncate='define'
     383-d_ttyname_r='undef'
     384+d_ttyname_r='define'
     385 d_tzname='define'
     386 d_u32align='undef'
     387 d_ualarm='define'
    222388@@ -484,7 +484,7 @@
    223389 d_uname='define'
     
    237403 d_waitpid='define'
    238404 d_wcstombs='define'
    239 @@ -545,11 +544,11 @@
     405@@ -517,7 +516,7 @@
     406 dlsrc='dl_dlopen.xs'
     407 doublesize='8'
     408 drand01='drand48()'
     409-drand48_r_proto='0'
     410+drand48_r_proto='REENTRANT_PROTO_I_ST'
     411 dynamic_ext='B ByteLoader Cwd Data/Dumper Devel/DProf Devel/PPPort Devel/Peek Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Opcode POSIX PerlIO/encoding PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Time/HiRes Unicode/Normalize XS/APItest XS/Typemap attrs re threads threads/shared'
     412 eagain='EAGAIN'
     413 ebcdic='undef'
     414@@ -545,39 +544,39 @@
    240415 freetype='void'
    241416 from=':'
     
    247422 gccosandvers=''
    248423-gccversion='2.95.3 20010125 (prerelease)'
     424-getgrent_r_proto='0'
     425-getgrgid_r_proto='0'
     426-getgrnam_r_proto='0'
     427-gethostbyaddr_r_proto='0'
     428-gethostbyname_r_proto='0'
     429-gethostent_r_proto='0'
     430-getlogin_r_proto='0'
     431-getnetbyaddr_r_proto='0'
     432-getnetbyname_r_proto='0'
     433-getnetent_r_proto='0'
     434-getprotobyname_r_proto='0'
     435-getprotobynumber_r_proto='0'
     436-getprotoent_r_proto='0'
     437-getpwent_r_proto='0'
     438-getpwnam_r_proto='0'
     439-getpwuid_r_proto='0'
     440-getservbyname_r_proto='0'
     441-getservbyport_r_proto='0'
     442-getservent_r_proto='0'
     443-getspnam_r_proto='0'
    249444+gccversion='4.1.1'
    250  getgrent_r_proto='0'
    251  getgrgid_r_proto='0'
    252  getgrnam_r_proto='0'
    253 @@ -577,7 +576,7 @@
     445+getgrent_r_proto='REENTRANT_PROTO_I_SBWR'
     446+getgrgid_r_proto='REENTRANT_PROTO_I_TSBWR'
     447+getgrnam_r_proto='REENTRANT_PROTO_I_CSBWR'
     448+gethostbyaddr_r_proto='REENTRANT_PROTO_I_TsISBWRE'
     449+gethostbyname_r_proto='REENTRANT_PROTO_I_CSBWRE'
     450+gethostent_r_proto='REENTRANT_PROTO_I_SBWRE'
     451+getlogin_r_proto='REENTRANT_PROTO_I_BW'
     452+getnetbyaddr_r_proto='REENTRANT_PROTO_I_uISBWRE'
     453+getnetbyname_r_proto='REENTRANT_PROTO_I_CSBWRE'
     454+getnetent_r_proto='REENTRANT_PROTO_I_SBWRE'
     455+getprotobyname_r_proto='REENTRANT_PROTO_I_CSBWR'
     456+getprotobynumber_r_proto='REENTRANT_PROTO_I_ISBWR'
     457+getprotoent_r_proto='REENTRANT_PROTO_I_SBWR'
     458+getpwent_r_proto='REENTRANT_PROTO_I_SBWR'
     459+getpwnam_r_proto='REENTRANT_PROTO_I_CSBWR'
     460+getpwuid_r_proto='REENTRANT_PROTO_I_TSBWR'
     461+getservbyname_r_proto='REENTRANT_PROTO_I_CCSBWR'
     462+getservbyport_r_proto='REENTRANT_PROTO_I_ICSBWR'
     463+getservent_r_proto='REENTRANT_PROTO_I_SBWR'
     464+getspnam_r_proto='REENTRANT_PROTO_I_CSBWR'
     465 gidformat='"lu"'
     466 gidsign='1'
     467 gidsize='4'
     468 gidtype='gid_t'
    254469 glibpth='/usr/shlib  /lib /usr/lib /usr/lib/386 /lib/386 /usr/ccs/lib /usr/ucblib /usr/local/lib '
    255470 gmake='gmake'
    256  gmtime_r_proto='0'
     471-gmtime_r_proto='0'
    257472-gnulibc_version='2.2.2'
    258 +gnulibc_version='2.4'
     473+gmtime_r_proto='REENTRANT_PROTO_S_TS'
     474+gnulibc_version='2.5'
    259475 grep='grep'
    260476 groupcat='cat /etc/group'
     
    266482-installarchlib='./install_me_here/usr/lib/perl5/5.8.8/armv4l-linux'
    267483-installbin='./install_me_here/usr/bin'
    268 +installarchlib='/usr/lib/perl5/5.8.8/armv5tel-linux'
     484+installarchlib='/usr/lib/perl5/5.8.8/armv5tel-linux-thread-multi'
    269485+installbin='/usr/bin'
    270486 installhtml1dir=''
     
    284500+installprivlib='/usr/lib/perl5/5.8.8'
    285501+installscript='/usr/bin'
    286 +installsitearch='/usr/lib/perl5/site_perl/5.8.8/armv5tel-linux'
     502+installsitearch='/usr/lib/perl5/site_perl/5.8.8/armv5tel-linux-thread-multi'
    287503+installsitebin='/usr/bin'
    288504 installsitehtml1dir=''
     
    310526 ivsize='4'
    311527 ivtype='long'
    312 @@ -727,15 +726,15 @@
     528@@ -727,22 +726,22 @@
    313529 ldlibpthname='LD_LIBRARY_PATH'
    314530 less='less'
     
    316532-libc='/lib/libc-2.2.2.so'
    317533-libperl='libperl.so'
    318 +libc='/lib/libc-2.4.so'
     534+libc='/lib/libc-2.5.so'
    319535+libperl='libperl.a'
    320536 libpth='/usr/local/lib /lib /usr/lib'
    321  libs='-lnsl -ldl -lm -lcrypt -lutil -lc'
     537-libs='-lnsl -ldl -lm -lcrypt -lutil -lc'
     538+libs='-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc'
    322539 libsdirs=' /usr/lib'
    323  libsfiles=' libnsl.so libdl.so libm.so libcrypt.so libutil.so libc.so'
    324  libsfound=' /usr/lib/libnsl.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so'
     540-libsfiles=' libnsl.so libdl.so libm.so libcrypt.so libutil.so libc.so'
     541-libsfound=' /usr/lib/libnsl.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so'
     542+libsfiles=' libnsl.so libdl.so libm.so libcrypt.so libutil.so libpthread.so libc.so'
     543+libsfound=' /usr/lib/libnsl.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libpthread.so /usr/lib/libc.so'
    325544 libspath=' /usr/local/lib /lib /usr/lib'
    326545-libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m crypt sec util c cposix posix ucb BSD'
    327 +libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m crypt sec util c cposix posix ucb BSD'
     546+libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m crypt sec util pthread c cposix posix ucb BSD'
    328547 libswanted_uselargefiles=''
    329548 line=''
    330549 lint=''
     550 lkflags=''
     551 ln='ln'
     552 lns='/bin/ln -s'
     553-localtime_r_proto='0'
     554+localtime_r_proto='REENTRANT_PROTO_S_TS'
     555 locincpth='/usr/local/include /opt/local/include /usr/gnu/include /opt/gnu/include /usr/GNU/include /opt/GNU/include'
     556 loclibpth='/usr/local/lib /opt/local/lib /usr/gnu/lib /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib'
     557 longdblsize='8'
    331558@@ -774,10 +773,10 @@
    332559 more='more'
     
    340567+mydomain='.ciccone'
    341568+myhostname='spitz'
    342 +myuname='linux spitz 2.6.16 #1 preempt mon may 1 06:14:52 cest 2006 armv5tel gnulinux '
     569+myuname='linux spitz 2.6.16 #1 preempt wed jul 5 18:20:17 cest 2006 armv5tel gnulinux '
    343570 n='-n'
    344571 need_va_copy='undef'
    345572 netdb_hlen_type='size_t'
    346 @@ -804,17 +803,17 @@
     573@@ -804,18 +803,18 @@
    347574 optimize='-O2'
    348575 orderlib='false'
     
    362589 perl_patchlevel=''
    363590-perladmin='red@criticalintegration.com'
     591-perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc'
    364592+perladmin='root@spitz.ciccone'
    365  perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc'
     593+perllibs='-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc'
    366594 perlpath='/usr/bin/perl'
    367595 pg='pg'
    368 @@ -827,7 +826,7 @@
    369  prefixexp='/usr'
    370  privlib='/usr/lib/perl5/5.8.8'
    371  privlibexp='/usr/lib/perl5/5.8.8'
    372 -procselfexe='"/proc/self/exe"'
    373 +procselfexe=''
    374  prototype='define'
    375  ptrsize='4'
    376  quadkind='3'
     596 phostname='hostname'
     597@@ -834,12 +833,12 @@
     598 quadtype='long long'
     599 randbits='48'
     600 randfunc='drand48'
     601-random_r_proto='0'
     602+random_r_proto='REENTRANT_PROTO_I_St'
     603 randseedtype='long'
     604 ranlib=':'
     605 rd_nodata='-1'
     606-readdir64_r_proto='0'
     607-readdir_r_proto='0'
     608+readdir64_r_proto='REENTRANT_PROTO_I_TSR'
     609+readdir_r_proto='REENTRANT_PROTO_I_TSR'
     610 revision='5'
     611 rm='rm'
     612 rmail=''
    377613@@ -880,15 +879,15 @@
    378614 shortsize='2'
     
    394630-sitearch='/usr/lib/perl5/site_perl/5.8.8/armv4l-linux'
    395631-sitearchexp='/usr/lib/perl5/site_perl/5.8.8/armv4l-linux'
    396 +sitearch='/usr/lib/perl5/site_perl/5.8.8/armv5tel-linux'
    397 +sitearchexp='/usr/lib/perl5/site_perl/5.8.8/armv5tel-linux'
     632+sitearch='/usr/lib/perl5/site_perl/5.8.8/armv5tel-linux-thread-multi'
     633+sitearchexp='/usr/lib/perl5/site_perl/5.8.8/armv5tel-linux-thread-multi'
    398634 sitebin='/usr/bin'
    399635 sitebinexp='/usr/bin'
    400636 sitehtml1dir=''
    401 @@ -984,10 +983,9 @@
     637@@ -917,8 +916,8 @@
     638 sort='sort'
     639 spackage='Perl5'
     640 spitshell='cat'
     641-srand48_r_proto='0'
     642-srandom_r_proto='0'
     643+srand48_r_proto='REENTRANT_PROTO_I_LS'
     644+srandom_r_proto='REENTRANT_PROTO_I_TS'
     645 src='.'
     646 ssizetype='ssize_t'
     647 startperl='#!/usr/bin/perl'
     648@@ -931,7 +930,7 @@
     649 stdio_filbuf=''
     650 stdio_ptr='((fp)->_IO_read_ptr)'
     651 stdio_stream_array=''
     652-strerror_r_proto='0'
     653+strerror_r_proto='REENTRANT_PROTO_B_IBW'
     654 strings='/usr/include/string.h'
     655 submit=''
     656 subversion='8'
     657@@ -944,13 +943,13 @@
     658 test='test'
     659 timeincl='/usr/include/sys/time.h /usr/include/time.h '
     660 timetype='time_t'
     661-tmpnam_r_proto='0'
     662+tmpnam_r_proto='REENTRANT_PROTO_B_B'
     663 to=':'
     664 touch='touch'
     665 tr='tr'
     666 trnl='\n'
     667 troff=''
     668-ttyname_r_proto='0'
     669+ttyname_r_proto='REENTRANT_PROTO_I_IBW'
     670 u16size='2'
     671 u16type='unsigned short'
     672 u32size='4'
     673@@ -972,24 +971,23 @@
     674 usecrosscompile='undef'
     675 usedl='define'
     676 usefaststdio='define'
     677-useithreads='undef'
     678+useithreads='define'
     679 uselargefiles='define'
     680 uselongdouble='undef'
     681 usemallocwrap='define'
     682 usemorebits='undef'
     683-usemultiplicity='undef'
     684+usemultiplicity='define'
     685 usemymalloc='n'
     686 usenm='false'
     687 useopcode='true'
    402688 useperlio='define'
    403689 useposix='true'
     
    409695-useshrplib='true'
    410696 usesocks='undef'
    411  usethreads='undef'
     697-usethreads='undef'
     698+usethreads='define'
    412699 usevendorprefix='undef'
    413 @@ -1031,8 +1029,14 @@
     700 usevfork='false'
     701 usrinc='/usr/include'
     702@@ -1031,8 +1029,15 @@
    414703 zip='zip'
    415704 # Configure command line arguments.
     
    417706-config_args=''
    418707-config_argc=0
    419 +config_args='-ds -e -Dprefix=/usr -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dpager=/bin/less -isR'
    420 +config_argc=6
     708+config_args='-ds -e -Dprefix=/usr -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dpager=/bin/less -isR -Dusethreads'
     709+config_argc=7
    421710+config_arg1='-ds'
    422711+config_arg2='-e'
     
    425714+config_arg5='-Dman3dir=/usr/share/man/man3'
    426715+config_arg6='-Dpager=/bin/less -isR'
     716+config_arg7='-Dusethreads'
    427717 PERL_REVISION=5
    428718 PERL_VERSION=8
    429719 PERL_SUBVERSION=8
    430 diff -Naur perl-5.8.8.orig/Cross/config.sh-x86-linux perl-5.8.8/Cross/config.sh-x86-linux
    431 --- perl-5.8.8.orig/Cross/config.sh-x86-linux   1969-12-31 19:00:00.000000000 -0500
    432 +++ perl-5.8.8/Cross/config.sh-x86-linux        2006-07-22 18:18:01.000000000 -0400
    433 @@ -0,0 +1,1047 @@
     720diff -Naur perl-5.8.8.orig/Cross/config.sh-hppa-linux perl-5.8.8/Cross/config.sh-hppa-linux
     721--- perl-5.8.8.orig/Cross/config.sh-hppa-linux  1969-12-31 19:00:00.000000000 -0500
     722+++ perl-5.8.8/Cross/config.sh-hppa-linux       2007-01-15 15:15:55.000000000 -0500
     723@@ -0,0 +1,1048 @@
    434724+#!/bin/sh
    435725+#
     
    442732+# Package name      : perl5
    443733+# Source directory  : .
    444 +# Configuration time: Sun Jul  9 12:50:37 EDT 2006
     734+# Configuration time: Wed Dec 13 18:09:50 EST 2006
    445735+# Configured by     : root
    446 +# Target system     : linux lfslivecd 2.6.16.14 #1 smp sat may 13 11:48:14 gmt 2006 i686 pentium3 i386 gnulinux
     736+# Target system     : linux treebeard 2.6.17.6-pa6 #2 smp sat jul 29 12:40:49 edt 2006 parisc pa8600 (pcx-w+) 9000785j6000 gnulinux
    447737+
    448738+Author=''
     
    462752+afs='false'
    463753+afsroot='/afs'
    464 +alignbytes='4'
     754+alignbytes='8'
    465755+ansi2knr=''
    466756+aphostname='/bin/hostname'
     
    470760+api_versionstring='5.8.0'
    471761+ar='ar'
    472 +archlib='/usr/lib/perl5/5.8.8/i686-linux'
    473 +archlibexp='/usr/lib/perl5/5.8.8/i686-linux'
     762+archlib='/usr/lib/perl5/5.8.8/parisc-linux-thread-multi'
     763+archlibexp='/usr/lib/perl5/5.8.8/parisc-linux-thread-multi'
    474764+archname64=''
    475 +archname='i686-linux'
     765+archname='parisc-linux-thread-multi'
    476766+archobjs=''
    477 +asctime_r_proto='0'
     767+asctime_r_proto='REENTRANT_PROTO_B_SB'
    478768+awk='awk'
    479769+baserev='5.0'
     
    483773+bison='bison'
    484774+byacc='byacc'
    485 +byteorder='1234'
     775+byteorder='4321'
    486776+c=''
    487777+castflags='0'
     
    490780+cccdlflags='-fpic'
    491781+ccdlflags='-Wl,-E'
    492 +ccflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
     782+ccflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    493783+ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    494784+ccname='gcc'
     
    496786+ccversion=''
    497787+cf_by='root'
    498 +cf_email='root@lfslivecd.jenacon.net'
    499 +cf_time='Sun Jul  9 12:50:37 EDT 2006'
     788+cf_email='root@treebeard.ciccone'
     789+cf_time='Wed Dec 13 18:09:50 EST 2006'
    500790+charsize='1'
    501791+chgrp=''
     
    511801+cpp_stuff='42'
    512802+cppccsymbols=''
    513 +cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
     803+cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
    514804+cpplast='-'
    515805+cppminus='-'
    516806+cpprun='cc -E'
    517807+cppstdin='cc -E'
    518 +cppsymbols='__ELF__=1 _FILE_OFFSET_BITS=64 __GLIBC__=2 __GLIBC_MINOR__=4 __GNUC__=4 __GNUC_MINOR__=1 __GNU_LIBRARY__=6 _LARGEFILE_SOURCE=1 _POSIX_C_SOURCE=200112L _POSIX_SOURCE=1 __STDC__=1 __USE_BSD=1 __USE_FILE_OFFSET64=1 __USE_LARGEFILE=1 __USE_MISC=1 __USE_POSIX=1 __USE_POSIX199309=1 __USE_POSIX199506=1 __USE_POSIX2=1 __USE_SVID=1 i386=1 __i386=1 __i386__=1 linux=1 __linux=1 __linux__=1 unix=1 __unix=1 __unix__=1'
    519 +crypt_r_proto='0'
     808+cppsymbols='__ELF__=1 _FILE_OFFSET_BITS=64 __GLIBC__=2 __GLIBC_MINOR__=5 __GNUC__=4 __GNUC_MINOR__=1 __GNU_LIBRARY__=6 _GNU_SOURCE=1 _LARGEFILE64_SOURCE=1 _LARGEFILE_SOURCE=1 _PA_RISC1_1=1 _POSIX_C_SOURCE=200112L _POSIX_SOURCE=1 _REENTRANT=1 __STDC__=1 __USE_BSD=1 __USE_FILE_OFFSET64=1 __USE_GNU=1 __USE_LARGEFILE=1 __USE_LARGEFILE64=1 __USE_MISC=1 __USE_POSIX=1 __USE_POSIX199309=1 __USE_POSIX199506=1 __USE_POSIX2=1 __USE_REENTRANT=1 __USE_SVID=1 __USE_UNIX98=1 __USE_XOPEN=1 __USE_XOPEN_EXTENDED=1 _XOPEN_SOURCE=600 _XOPEN_SOURCE_EXTENDED=1 __hppa=1 __hppa__=1 linux=1 __linux=1 __linux__=1 unix=1 __unix=1 __unix__=1'
     809+crypt_r_proto='REENTRANT_PROTO_B_CCS'
    520810+cryptlib=''
    521811+csh='csh'
    522812+ctermid_r_proto='0'
    523 +ctime_r_proto='0'
     813+ctime_r_proto='REENTRANT_PROTO_B_SB'
    524814+d_Gconvert='gcvt((x),(n),(b))'
    525815+d_PRIEUldbl='define'
     
    542832+d_alarm='define'
    543833+d_archlib='define'
    544 +d_asctime_r='undef'
     834+d_asctime_r='define'
    545835+d_atolf='undef'
    546836+d_atoll='define'
     
    558848+d_bsdsetpgrp='undef'
    559849+d_bzero='define'
    560 +d_casti32='undef'
     850+d_casti32='define'
    561851+d_castneg='define'
    562852+d_charvspr='define'
     
    571861+d_copysignl='define'
    572862+d_crypt='define'
    573 +d_crypt_r='undef'
     863+d_crypt_r='define'
    574864+d_csh='undef'
    575865+d_ctermid_r='undef'
    576 +d_ctime_r='undef'
     866+d_ctime_r='define'
    577867+d_cuserid='define'
    578868+d_dbl_dig='define'
     
    585875+d_dlsymun='undef'
    586876+d_dosuid='undef'
    587 +d_drand48_r='undef'
     877+d_drand48_r='define'
    588878+d_drand48proto='define'
    589879+d_dup2='define'
     
    608898+d_fchown='define'
    609899+d_fcntl='define'
    610 +d_fcntl_can_lock='define'
     900+d_fcntl_can_lock='undef'
    611901+d_fd_macros='define'
    612902+d_fd_set='define'
    613 +d_fds_bits='undef'
     903+d_fds_bits='define'
    614904+d_fgetpos='define'
    615905+d_finite='define'
     
    639929+d_getfsstat='undef'
    640930+d_getgrent='define'
    641 +d_getgrent_r='undef'
    642 +d_getgrgid_r='undef'
    643 +d_getgrnam_r='undef'
     931+d_getgrent_r='define'
     932+d_getgrgid_r='define'
     933+d_getgrnam_r='define'
    644934+d_getgrps='define'
    645935+d_gethbyaddr='define'
     
    647937+d_gethent='define'
    648938+d_gethname='define'
    649 +d_gethostbyaddr_r='undef'
    650 +d_gethostbyname_r='undef'
    651 +d_gethostent_r='undef'
     939+d_gethostbyaddr_r='define'
     940+d_gethostbyname_r='define'
     941+d_gethostent_r='define'
    652942+d_gethostprotos='define'
    653943+d_getitimer='define'
    654944+d_getlogin='define'
    655 +d_getlogin_r='undef'
     945+d_getlogin_r='define'
    656946+d_getmnt='undef'
    657947+d_getmntent='define'
     
    659949+d_getnbyname='define'
    660950+d_getnent='define'
    661 +d_getnetbyaddr_r='undef'
    662 +d_getnetbyname_r='undef'
    663 +d_getnetent_r='undef'
     951+d_getnetbyaddr_r='define'
     952+d_getnetbyname_r='define'
     953+d_getnetent_r='define'
    664954+d_getnetprotos='define'
    665955+d_getpagsz='define'
     
    672962+d_getppid='define'
    673963+d_getprior='define'
    674 +d_getprotobyname_r='undef'
    675 +d_getprotobynumber_r='undef'
    676 +d_getprotoent_r='undef'
     964+d_getprotobyname_r='define'
     965+d_getprotobynumber_r='define'
     966+d_getprotoent_r='define'
    677967+d_getprotoprotos='define'
    678968+d_getprpwnam='undef'
    679969+d_getpwent='define'
    680 +d_getpwent_r='undef'
    681 +d_getpwnam_r='undef'
    682 +d_getpwuid_r='undef'
     970+d_getpwent_r='define'
     971+d_getpwnam_r='define'
     972+d_getpwuid_r='define'
    683973+d_getsbyname='define'
    684974+d_getsbyport='define'
    685975+d_getsent='define'
    686 +d_getservbyname_r='undef'
    687 +d_getservbyport_r='undef'
    688 +d_getservent_r='undef'
     976+d_getservbyname_r='define'
     977+d_getservbyport_r='define'
     978+d_getservent_r='define'
    689979+d_getservprotos='define'
    690980+d_getspnam='define'
    691 +d_getspnam_r='undef'
     981+d_getspnam_r='define'
    692982+d_gettimeod='define'
    693 +d_gmtime_r='undef'
     983+d_gmtime_r='define'
    694984+d_gnulibc='define'
    695985+d_grpasswd='define'
     
    7101000+d_libm_lib_version='define'
    7111001+d_link='define'
    712 +d_localtime_r='undef'
     1002+d_localtime_r='define'
    7131003+d_locconv='define'
    7141004+d_lockf='define'
     
    7371027+d_modfl='define'
    7381028+d_modfl_pow32_bug='undef'
    739 +d_modflproto='define'
     1029+d_modflproto='undef'
    7401030+d_mprotect='define'
    7411031+d_msg='define'
     
    7571047+d_nv_preserves_uv='define'
    7581048+d_nv_zero_is_allbits_zero='define'
    759 +d_off64_t='undef'
     1049+d_off64_t='define'
    7601050+d_old_pthread_create_joinable='undef'
    7611051+d_oldpthreads='undef'
     
    7701060+d_portable='define'
    7711061+d_procselfexe='define'
    772 +d_pthread_atfork='undef'
     1062+d_pthread_atfork='define'
    7731063+d_pthread_attr_setscope='define'
    774 +d_pthread_yield='undef'
     1064+d_pthread_yield='define'
    7751065+d_pwage='undef'
    7761066+d_pwchange='undef'
     
    7831073+d_qgcvt='define'
    7841074+d_quad='define'
    785 +d_random_r='undef'
    786 +d_readdir64_r='undef'
     1075+d_random_r='define'
     1076+d_readdir64_r='define'
    7871077+d_readdir='define'
    788 +d_readdir_r='undef'
     1078+d_readdir_r='define'
    7891079+d_readlink='define'
    7901080+d_readv='define'
     
    8591149+d_sprintf_returns_strlen='define'
    8601150+d_sqrtl='define'
    861 +d_srand48_r='undef'
    862 +d_srandom_r='undef'
    863 +d_sresgproto='undef'
    864 +d_sresuproto='undef'
     1151+d_srand48_r='define'
     1152+d_srandom_r='define'
     1153+d_sresgproto='define'
     1154+d_sresuproto='define'
    8651155+d_statblks='define'
    8661156+d_statfs_f_flags='undef'
     
    8791169+d_strerrm='strerror(e)'
    8801170+d_strerror='define'
    881 +d_strerror_r='undef'
     1171+d_strerror_r='define'
    8821172+d_strftime='define'
    8831173+d_strlcat='undef'
     
    9081198+d_tm_tm_gmtoff='define'
    9091199+d_tm_tm_zone='define'
    910 +d_tmpnam_r='undef'
     1200+d_tmpnam_r='define'
    9111201+d_truncate='define'
    912 +d_ttyname_r='undef'
     1202+d_ttyname_r='define'
    9131203+d_tzname='define'
    9141204+d_u32align='undef'
     
    9501240+doublesize='8'
    9511241+drand01='drand48()'
    952 +drand48_r_proto='0'
     1242+drand48_r_proto='REENTRANT_PROTO_I_ST'
    9531243+dynamic_ext='B ByteLoader Cwd Data/Dumper Devel/DProf Devel/PPPort Devel/Peek Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Opcode POSIX PerlIO/encoding PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Time/HiRes Unicode/Normalize XS/APItest XS/Typemap attrs re threads threads/shared'
    9541244+eagain='EAGAIN'
     
    9831273+gccosandvers=''
    9841274+gccversion='4.1.1'
    985 +getgrent_r_proto='0'
    986 +getgrgid_r_proto='0'
    987 +getgrnam_r_proto='0'
    988 +gethostbyaddr_r_proto='0'
    989 +gethostbyname_r_proto='0'
    990 +gethostent_r_proto='0'
    991 +getlogin_r_proto='0'
    992 +getnetbyaddr_r_proto='0'
    993 +getnetbyname_r_proto='0'
    994 +getnetent_r_proto='0'
    995 +getprotobyname_r_proto='0'
    996 +getprotobynumber_r_proto='0'
    997 +getprotoent_r_proto='0'
    998 +getpwent_r_proto='0'
    999 +getpwnam_r_proto='0'
    1000 +getpwuid_r_proto='0'
    1001 +getservbyname_r_proto='0'
    1002 +getservbyport_r_proto='0'
    1003 +getservent_r_proto='0'
    1004 +getspnam_r_proto='0'
     1275+getgrent_r_proto='REENTRANT_PROTO_I_SBWR'
     1276+getgrgid_r_proto='REENTRANT_PROTO_I_TSBWR'
     1277+getgrnam_r_proto='REENTRANT_PROTO_I_CSBWR'
     1278+gethostbyaddr_r_proto='REENTRANT_PROTO_I_TsISBWRE'
     1279+gethostbyname_r_proto='REENTRANT_PROTO_I_CSBWRE'
     1280+gethostent_r_proto='REENTRANT_PROTO_I_SBWRE'
     1281+getlogin_r_proto='REENTRANT_PROTO_I_BW'
     1282+getnetbyaddr_r_proto='REENTRANT_PROTO_I_uISBWRE'
     1283+getnetbyname_r_proto='REENTRANT_PROTO_I_CSBWRE'
     1284+getnetent_r_proto='REENTRANT_PROTO_I_SBWRE'
     1285+getprotobyname_r_proto='REENTRANT_PROTO_I_CSBWR'
     1286+getprotobynumber_r_proto='REENTRANT_PROTO_I_ISBWR'
     1287+getprotoent_r_proto='REENTRANT_PROTO_I_SBWR'
     1288+getpwent_r_proto='REENTRANT_PROTO_I_SBWR'
     1289+getpwnam_r_proto='REENTRANT_PROTO_I_CSBWR'
     1290+getpwuid_r_proto='REENTRANT_PROTO_I_TSBWR'
     1291+getservbyname_r_proto='REENTRANT_PROTO_I_CCSBWR'
     1292+getservbyport_r_proto='REENTRANT_PROTO_I_ICSBWR'
     1293+getservent_r_proto='REENTRANT_PROTO_I_SBWR'
     1294+getspnam_r_proto='REENTRANT_PROTO_I_CSBWR'
    10051295+gidformat='"lu"'
    10061296+gidsign='1'
     
    10091299+glibpth='/usr/shlib  /lib /usr/lib /usr/lib/386 /lib/386 /usr/ccs/lib /usr/ucblib /usr/local/lib '
    10101300+gmake='gmake'
    1011 +gmtime_r_proto='0'
    1012 +gnulibc_version='2.4'
     1301+gmtime_r_proto='REENTRANT_PROTO_S_TS'
     1302+gnulibc_version='2.5'
    10131303+grep='grep'
    10141304+groupcat='cat /etc/group'
     
    11181408+incpath=''
    11191409+inews=''
    1120 +installarchlib='/usr/lib/perl5/5.8.8/i686-linux'
     1410+installarchlib='/usr/lib/perl5/5.8.8/parisc-linux-thread-multi'
    11211411+installbin='/usr/bin'
    11221412+installhtml1dir=''
     
    11281418+installprivlib='/usr/lib/perl5/5.8.8'
    11291419+installscript='/usr/bin'
    1130 +installsitearch='/usr/lib/perl5/site_perl/5.8.8/i686-linux'
     1420+installsitearch='/usr/lib/perl5/site_perl/5.8.8/parisc-linux-thread-multi'
    11311421+installsitebin='/usr/bin'
    11321422+installsitehtml1dir=''
     
    11601450+less='less'
    11611451+lib_ext='.a'
    1162 +libc='/lib/libc-2.4.so'
     1452+libc='/lib/libc-2.5.so'
    11631453+libperl='libperl.a'
    11641454+libpth='/usr/local/lib /lib /usr/lib'
    1165 +libs='-lnsl -ldl -lm -lcrypt -lutil -lc'
     1455+libs='-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc'
    11661456+libsdirs=' /usr/lib'
    1167 +libsfiles=' libnsl.so libdl.so libm.so libcrypt.so libutil.so libc.so'
    1168 +libsfound=' /usr/lib/libnsl.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so'
     1457+libsfiles=' libnsl.so libdl.so libm.so libcrypt.so libutil.so libpthread.so libc.so'
     1458+libsfound=' /usr/lib/libnsl.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libpthread.so /usr/lib/libc.so'
    11691459+libspath=' /usr/local/lib /lib /usr/lib'
    1170 +libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m crypt sec util c cposix posix ucb BSD'
     1460+libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m crypt sec util pthread c cposix posix ucb BSD'
    11711461+libswanted_uselargefiles=''
    11721462+line=''
     
    11751465+ln='ln'
    11761466+lns='/bin/ln -s'
    1177 +localtime_r_proto='0'
     1467+localtime_r_proto='REENTRANT_PROTO_S_TS'
     1468+locincpth='/usr/local/include /opt/local/include /usr/gnu/include /opt/gnu/include /usr/GNU/include /opt/GNU/include'
     1469+loclibpth='/usr/local/lib /opt/local/lib /usr/gnu/lib /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib'
     1470+longdblsize='8'
     1471+longlongsize='8'
     1472+longsize='4'
     1473+lp=''
     1474+lpr=''
     1475+ls='ls'
     1476+lseeksize='8'
     1477+lseektype='off_t'
     1478+mail=''
     1479+mailx=''
     1480+make='make'
     1481+make_set_make='#'
     1482+mallocobj=''
     1483+mallocsrc=''
     1484+malloctype='void *'
     1485+man1dir='/usr/share/man/man1'
     1486+man1direxp='/usr/share/man/man1'
     1487+man1ext='1'
     1488+man3dir='/usr/share/man/man3'
     1489+man3direxp='/usr/share/man/man3'
     1490+man3ext='3'
     1491+mips_type=''
     1492+mistrustnm=''
     1493+mkdir='mkdir'
     1494+mmaptype='void *'
     1495+modetype='mode_t'
     1496+more='more'
     1497+multiarch='undef'
     1498+mv=''
     1499+myarchname='parisc-linux'
     1500+mydomain='.ciccone'
     1501+myhostname='treebeard'
     1502+myuname='linux treebeard 2.6.17.6-pa6 #2 smp sat jul 29 12:40:49 edt 2006 parisc pa8600 (pcx-w+) 9000785j6000 gnulinux '
     1503+n='-n'
     1504+need_va_copy='undef'
     1505+netdb_hlen_type='size_t'
     1506+netdb_host_type='const void *'
     1507+netdb_name_type='const char *'
     1508+netdb_net_type='in_addr_t'
     1509+nm='nm'
     1510+nm_opt=''
     1511+nm_so_opt='--dynamic'
     1512+nonxs_ext='Errno'
     1513+nroff='nroff'
     1514+nvEUformat='"E"'
     1515+nvFUformat='"F"'
     1516+nvGUformat='"G"'
     1517+nv_preserves_uv_bits='32'
     1518+nveformat='"e"'
     1519+nvfformat='"f"'
     1520+nvgformat='"g"'
     1521+nvsize='8'
     1522+nvtype='double'
     1523+o_nonblock='O_NONBLOCK'
     1524+obj_ext='.o'
     1525+old_pthread_create_joinable=''
     1526+optimize='-O2'
     1527+orderlib='false'
     1528+osname='linux'
     1529+osvers='2.6.17.6-pa6'
     1530+otherlibdirs=' '
     1531+package='perl5'
     1532+pager='/bin/less -isR'
     1533+passcat='cat /etc/passwd'
     1534+patchlevel='8'
     1535+path_sep=':'
     1536+perl5=''
     1537+perl=''
     1538+perl_patchlevel=''
     1539+perladmin='root@treebeard.ciccone'
     1540+perllibs='-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc'
     1541+perlpath='/usr/bin/perl'
     1542+pg='pg'
     1543+phostname='hostname'
     1544+pidtype='pid_t'
     1545+plibpth=''
     1546+pmake=''
     1547+pr=''
     1548+prefix='/usr'
     1549+prefixexp='/usr'
     1550+privlib='/usr/lib/perl5/5.8.8'
     1551+privlibexp='/usr/lib/perl5/5.8.8'
     1552+procselfexe='"/proc/self/exe"'
     1553+prototype='define'
     1554+ptrsize='4'
     1555+quadkind='3'
     1556+quadtype='long long'
     1557+randbits='48'
     1558+randfunc='drand48'
     1559+random_r_proto='REENTRANT_PROTO_I_St'
     1560+randseedtype='long'
     1561+ranlib=':'
     1562+rd_nodata='-1'
     1563+readdir64_r_proto='REENTRANT_PROTO_I_TSR'
     1564+readdir_r_proto='REENTRANT_PROTO_I_TSR'
     1565+revision='5'
     1566+rm='rm'
     1567+rmail=''
     1568+run=''
     1569+runnm='false'
     1570+sPRIEUldbl='"E"'
     1571+sPRIFUldbl='"F"'
     1572+sPRIGUldbl='"G"'
     1573+sPRIXU64='"LX"'
     1574+sPRId64='"Ld"'
     1575+sPRIeldbl='"e"'
     1576+sPRIfldbl='"f"'
     1577+sPRIgldbl='"g"'
     1578+sPRIi64='"Li"'
     1579+sPRIo64='"Lo"'
     1580+sPRIu64='"Lu"'
     1581+sPRIx64='"Lx"'
     1582+sSCNfldbl='"f"'
     1583+sched_yield='sched_yield()'
     1584+scriptdir='/usr/bin'
     1585+scriptdirexp='/usr/bin'
     1586+sed='sed'
     1587+seedfunc='srand48'
     1588+selectminbits='32'
     1589+selecttype='fd_set *'
     1590+sendmail=''
     1591+setgrent_r_proto='0'
     1592+sethostent_r_proto='0'
     1593+setlocale_r_proto='0'
     1594+setnetent_r_proto='0'
     1595+setprotoent_r_proto='0'
     1596+setpwent_r_proto='0'
     1597+setservent_r_proto='0'
     1598+sh='/bin/sh'
     1599+shar=''
     1600+sharpbang='#!'
     1601+shmattype='void *'
     1602+shortsize='2'
     1603+shrpenv=''
     1604+shsharp='true'
     1605+sig_count='65'
     1606+sig_name='ZERO HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM USR1 USR2 CHLD PWR VTALRM PROF IO WINCH STOP TSTP CONT TTIN TTOU URG LOST UNUSED NUM32 XCPU XFSZ NUM35 STKFLT NUM37 NUM38 RTMIN NUM40 NUM41 NUM42 NUM43 NUM44 NUM45 NUM46 NUM47 NUM48 NUM49 NUM50 NUM51 NUM52 NUM53 NUM54 NUM55 NUM56 NUM57 NUM58 NUM59 NUM60 NUM61 NUM62 NUM63 RTMAX IOT CLD POLL '
     1607+sig_name_init='"ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "EMT", "FPE", "KILL", "BUS", "SEGV", "SYS", "PIPE", "ALRM", "TERM", "USR1", "USR2", "CHLD", "PWR", "VTALRM", "PROF", "IO", "WINCH", "STOP", "TSTP", "CONT", "TTIN", "TTOU", "URG", "LOST", "UNUSED", "NUM32", "XCPU", "XFSZ", "NUM35", "STKFLT", "NUM37", "NUM38", "RTMIN", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46", "NUM47", "NUM48", "NUM49", "NUM50", "NUM51", "NUM52", "NUM53", "NUM54", "NUM55", "NUM56", "NUM57", "NUM58", "NUM59", "NUM60", "NUM61", "NUM62", "NUM63", "RTMAX", "IOT", "CLD", "POLL", 0'
     1608+sig_num='0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 6 18 22 '
     1609+sig_num_init='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 6, 18, 22, 0'
     1610+sig_size='68'
     1611+signal_t='void'
     1612+sitearch='/usr/lib/perl5/site_perl/5.8.8/parisc-linux-thread-multi'
     1613+sitearchexp='/usr/lib/perl5/site_perl/5.8.8/parisc-linux-thread-multi'
     1614+sitebin='/usr/bin'
     1615+sitebinexp='/usr/bin'
     1616+sitehtml1dir=''
     1617+sitehtml1direxp=''
     1618+sitehtml3dir=''
     1619+sitehtml3direxp=''
     1620+sitelib='/usr/lib/perl5/site_perl/5.8.8'
     1621+sitelib_stem='/usr/lib/perl5/site_perl'
     1622+sitelibexp='/usr/lib/perl5/site_perl/5.8.8'
     1623+siteman1dir='/usr/share/man/man1'
     1624+siteman1direxp='/usr/share/man/man1'
     1625+siteman3dir='/usr/share/man/man3'
     1626+siteman3direxp='/usr/share/man/man3'
     1627+siteprefix='/usr'
     1628+siteprefixexp='/usr'
     1629+sitescript='/usr/bin'
     1630+sitescriptexp='/usr/bin'
     1631+sizesize='4'
     1632+sizetype='size_t'
     1633+sleep=''
     1634+smail=''
     1635+so='so'
     1636+sockethdr=''
     1637+socketlib=''
     1638+socksizetype='socklen_t'
     1639+sort='sort'
     1640+spackage='Perl5'
     1641+spitshell='cat'
     1642+srand48_r_proto='REENTRANT_PROTO_I_LS'
     1643+srandom_r_proto='REENTRANT_PROTO_I_TS'
     1644+src='.'
     1645+ssizetype='ssize_t'
     1646+startperl='#!/usr/bin/perl'
     1647+startsh='#!/bin/sh'
     1648+static_ext=' '
     1649+stdchar='char'
     1650+stdio_base='((fp)->_IO_read_base)'
     1651+stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)'
     1652+stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
     1653+stdio_filbuf=''
     1654+stdio_ptr='((fp)->_IO_read_ptr)'
     1655+stdio_stream_array=''
     1656+strerror_r_proto='REENTRANT_PROTO_B_IBW'
     1657+strings='/usr/include/string.h'
     1658+submit=''
     1659+subversion='8'
     1660+sysman='/usr/share/man/man1'
     1661+tail=''
     1662+tar=''
     1663+targetarch=''
     1664+tbl=''
     1665+tee=''
     1666+test='test'
     1667+timeincl='/usr/include/sys/time.h /usr/include/time.h '
     1668+timetype='time_t'
     1669+tmpnam_r_proto='REENTRANT_PROTO_B_B'
     1670+to=':'
     1671+touch='touch'
     1672+tr='tr'
     1673+trnl='\n'
     1674+troff=''
     1675+ttyname_r_proto='REENTRANT_PROTO_I_IBW'
     1676+u16size='2'
     1677+u16type='unsigned short'
     1678+u32size='4'
     1679+u32type='unsigned long'
     1680+u64size='8'
     1681+u64type='unsigned long long'
     1682+u8size='1'
     1683+u8type='unsigned char'
     1684+uidformat='"lu"'
     1685+uidsign='1'
     1686+uidsize='4'
     1687+uidtype='uid_t'
     1688+uname='uname'
     1689+uniq='uniq'
     1690+uquadtype='unsigned long long'
     1691+use5005threads='undef'
     1692+use64bitall='undef'
     1693+use64bitint='undef'
     1694+usecrosscompile='undef'
     1695+usedl='define'
     1696+usefaststdio='define'
     1697+useithreads='define'
     1698+uselargefiles='define'
     1699+uselongdouble='undef'
     1700+usemallocwrap='define'
     1701+usemorebits='undef'
     1702+usemultiplicity='define'
     1703+usemymalloc='n'
     1704+usenm='false'
     1705+useopcode='true'
     1706+useperlio='define'
     1707+useposix='true'
     1708+usereentrant='undef'
     1709+usesfio='false'
     1710+useshrplib='false'
     1711+usesitecustomize='undef'
     1712+usesocks='undef'
     1713+usethreads='define'
     1714+usevendorprefix='undef'
     1715+usevfork='false'
     1716+usrinc='/usr/include'
     1717+uuname=''
     1718+uvXUformat='"lX"'
     1719+uvoformat='"lo"'
     1720+uvsize='4'
     1721+uvtype='unsigned long'
     1722+uvuformat='"lu"'
     1723+uvxformat='"lx"'
     1724+vendorarch=''
     1725+vendorarchexp=''
     1726+vendorbin=''
     1727+vendorbinexp=''
     1728+vendorhtml1dir=' '
     1729+vendorhtml1direxp=''
     1730+vendorhtml3dir=' '
     1731+vendorhtml3direxp=''
     1732+vendorlib=''
     1733+vendorlib_stem=''
     1734+vendorlibexp=''
     1735+vendorman1dir=' '
     1736+vendorman1direxp=''
     1737+vendorman3dir=' '
     1738+vendorman3direxp=''
     1739+vendorprefix=''
     1740+vendorprefixexp=''
     1741+vendorscript=''
     1742+vendorscriptexp=''
     1743+version='5.8.8'
     1744+version_patchlevel_string='version 8 subversion 8'
     1745+versiononly='undef'
     1746+vi=''
     1747+voidflags='15'
     1748+xlibpth='/usr/lib/386 /lib/386'
     1749+yacc='yacc'
     1750+yaccflags=''
     1751+zcat=''
     1752+zip='zip'
     1753+# Configure command line arguments.
     1754+config_arg0='Configure'
     1755+config_args='-ds -e -Dprefix=/usr -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dpager=/bin/less -isR -Dusethreads'
     1756+config_argc=7
     1757+config_arg1='-ds'
     1758+config_arg2='-e'
     1759+config_arg3='-Dprefix=/usr'
     1760+config_arg4='-Dman1dir=/usr/share/man/man1'
     1761+config_arg5='-Dman3dir=/usr/share/man/man3'
     1762+config_arg6='-Dpager=/bin/less -isR'
     1763+config_arg7='-Dusethreads'
     1764+PERL_REVISION=5
     1765+PERL_VERSION=8
     1766+PERL_SUBVERSION=8
     1767+PERL_API_REVISION=5
     1768+PERL_API_VERSION=8
     1769+PERL_API_SUBVERSION=0
     1770+PERL_PATCHLEVEL=
     1771+PERL_CONFIG_SH=true
     1772diff -Naur perl-5.8.8.orig/Cross/config.sh-x86-linux perl-5.8.8/Cross/config.sh-x86-linux
     1773--- perl-5.8.8.orig/Cross/config.sh-x86-linux   1969-12-31 19:00:00.000000000 -0500
     1774+++ perl-5.8.8/Cross/config.sh-x86-linux        2007-01-15 15:15:55.000000000 -0500
     1775@@ -0,0 +1,1048 @@
     1776+#!/bin/sh
     1777+#
     1778+# This file was produced by running the Configure script. It holds all the
     1779+# definitions figured out by Configure. Should you modify one of these values,
     1780+# do not forget to propagate your changes by running "Configure -der". You may
     1781+# instead choose to run each of the .SH files by yourself, or "Configure -S".
     1782+#
     1783+
     1784+# Package name      : perl5
     1785+# Source directory  : .
     1786+# Configuration time: Mon Dec 11 21:24:56 EST 2006
     1787+# Configured by     : root
     1788+# Target system     : linux sasquach 2.6.18 #1 smp wed oct 11 14:24:53 edt 2006 i686 amd athlon(tm) 64 x2 dual core processor 4400+ authenticamd gnulinux
     1789+
     1790+Author=''
     1791+Date='$Date'
     1792+Header=''
     1793+Id='$Id'
     1794+Locker=''
     1795+Log='$Log'
     1796+Mcc='Mcc'
     1797+RCSfile='$RCSfile'
     1798+Revision='$Revision'
     1799+Source=''
     1800+State=''
     1801+_a='.a'
     1802+_exe=''
     1803+_o='.o'
     1804+afs='false'
     1805+afsroot='/afs'
     1806+alignbytes='4'
     1807+ansi2knr=''
     1808+aphostname='/bin/hostname'
     1809+api_revision='5'
     1810+api_subversion='0'
     1811+api_version='8'
     1812+api_versionstring='5.8.0'
     1813+ar='ar'
     1814+archlib='/usr/lib/perl5/5.8.8/i686-linux-thread-multi'
     1815+archlibexp='/usr/lib/perl5/5.8.8/i686-linux-thread-multi'
     1816+archname64=''
     1817+archname='i686-linux-thread-multi'
     1818+archobjs=''
     1819+asctime_r_proto='REENTRANT_PROTO_B_SB'
     1820+awk='awk'
     1821+baserev='5.0'
     1822+bash=''
     1823+bin='/usr/bin'
     1824+binexp='/usr/bin'
     1825+bison='bison'
     1826+byacc='byacc'
     1827+byteorder='1234'
     1828+c=''
     1829+castflags='0'
     1830+cat='cat'
     1831+cc='cc'
     1832+cccdlflags='-fpic'
     1833+ccdlflags='-Wl,-E'
     1834+ccflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
     1835+ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
     1836+ccname='gcc'
     1837+ccsymbols=''
     1838+ccversion=''
     1839+cf_by='root'
     1840+cf_email='root@sasquach.cicone'
     1841+cf_time='Mon Dec 11 21:24:56 EST 2006'
     1842+charsize='1'
     1843+chgrp=''
     1844+chmod='chmod'
     1845+chown=''
     1846+clocktype='clock_t'
     1847+comm='comm'
     1848+compress=''
     1849+contains='grep'
     1850+cp='cp'
     1851+cpio=''
     1852+cpp='cpp'
     1853+cpp_stuff='42'
     1854+cppccsymbols=''
     1855+cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
     1856+cpplast='-'
     1857+cppminus='-'
     1858+cpprun='cc -E'
     1859+cppstdin='cc -E'
     1860+cppsymbols='__ELF__=1 _FILE_OFFSET_BITS=64 __GLIBC__=2 __GLIBC_MINOR__=5 __GNUC__=4 __GNUC_MINOR__=1 __GNU_LIBRARY__=6 _GNU_SOURCE=1 _LARGEFILE64_SOURCE=1 _LARGEFILE_SOURCE=1 _POSIX_C_SOURCE=200112L _POSIX_SOURCE=1 _REENTRANT=1 __STDC__=1 __USE_BSD=1 __USE_FILE_OFFSET64=1 __USE_GNU=1 __USE_LARGEFILE=1 __USE_LARGEFILE64=1 __USE_MISC=1 __USE_POSIX=1 __USE_POSIX199309=1 __USE_POSIX199506=1 __USE_POSIX2=1 __USE_REENTRANT=1 __USE_SVID=1 __USE_UNIX98=1 __USE_XOPEN=1 __USE_XOPEN_EXTENDED=1 _XOPEN_SOURCE=600 _XOPEN_SOURCE_EXTENDED=1 i386=1 __i386=1 __i386__=1 linux=1 __linux=1 __linux__=1 unix=1 __unix=1 __unix__=1'
     1861+crypt_r_proto='REENTRANT_PROTO_B_CCS'
     1862+cryptlib=''
     1863+csh='csh'
     1864+ctermid_r_proto='0'
     1865+ctime_r_proto='REENTRANT_PROTO_B_SB'
     1866+d_Gconvert='gcvt((x),(n),(b))'
     1867+d_PRIEUldbl='define'
     1868+d_PRIFUldbl='define'
     1869+d_PRIGUldbl='define'
     1870+d_PRIXU64='define'
     1871+d_PRId64='define'
     1872+d_PRIeldbl='define'
     1873+d_PRIfldbl='define'
     1874+d_PRIgldbl='define'
     1875+d_PRIi64='define'
     1876+d_PRIo64='define'
     1877+d_PRIu64='define'
     1878+d_PRIx64='define'
     1879+d_SCNfldbl='define'
     1880+d__fwalk='undef'
     1881+d_access='define'
     1882+d_accessx='undef'
     1883+d_aintl='undef'
     1884+d_alarm='define'
     1885+d_archlib='define'
     1886+d_asctime_r='define'
     1887+d_atolf='undef'
     1888+d_atoll='define'
     1889+d_attribute_format='define'
     1890+d_attribute_malloc='define'
     1891+d_attribute_nonnull='define'
     1892+d_attribute_noreturn='define'
     1893+d_attribute_pure='define'
     1894+d_attribute_unused='define'
     1895+d_attribute_warn_unused_result='define'
     1896+d_bcmp='define'
     1897+d_bcopy='define'
     1898+d_bsd='undef'
     1899+d_bsdgetpgrp='undef'
     1900+d_bsdsetpgrp='undef'
     1901+d_bzero='define'
     1902+d_casti32='undef'
     1903+d_castneg='define'
     1904+d_charvspr='define'
     1905+d_chown='define'
     1906+d_chroot='define'
     1907+d_chsize='undef'
     1908+d_class='undef'
     1909+d_clearenv='define'
     1910+d_closedir='define'
     1911+d_cmsghdr_s='define'
     1912+d_const='define'
     1913+d_copysignl='define'
     1914+d_crypt='define'
     1915+d_crypt_r='define'
     1916+d_csh='undef'
     1917+d_ctermid_r='undef'
     1918+d_ctime_r='define'
     1919+d_cuserid='define'
     1920+d_dbl_dig='define'
     1921+d_dbminitproto='undef'
     1922+d_difftime='define'
     1923+d_dirfd='define'
     1924+d_dirnamlen='undef'
     1925+d_dlerror='define'
     1926+d_dlopen='define'
     1927+d_dlsymun='undef'
     1928+d_dosuid='undef'
     1929+d_drand48_r='define'
     1930+d_drand48proto='define'
     1931+d_dup2='define'
     1932+d_eaccess='define'
     1933+d_endgrent='define'
     1934+d_endgrent_r='undef'
     1935+d_endhent='define'
     1936+d_endhostent_r='undef'
     1937+d_endnent='define'
     1938+d_endnetent_r='undef'
     1939+d_endpent='define'
     1940+d_endprotoent_r='undef'
     1941+d_endpwent='define'
     1942+d_endpwent_r='undef'
     1943+d_endsent='define'
     1944+d_endservent_r='undef'
     1945+d_eofnblk='define'
     1946+d_eunice='undef'
     1947+d_faststdio='undef'
     1948+d_fchdir='define'
     1949+d_fchmod='define'
     1950+d_fchown='define'
     1951+d_fcntl='define'
     1952+d_fcntl_can_lock='define'
     1953+d_fd_macros='define'
     1954+d_fd_set='define'
     1955+d_fds_bits='define'
     1956+d_fgetpos='define'
     1957+d_finite='define'
     1958+d_finitel='define'
     1959+d_flexfnam='define'
     1960+d_flock='define'
     1961+d_flockproto='define'
     1962+d_fork='define'
     1963+d_fp_class='undef'
     1964+d_fpathconf='define'
     1965+d_fpclass='undef'
     1966+d_fpclassify='undef'
     1967+d_fpclassl='undef'
     1968+d_fpos64_t='undef'
     1969+d_frexpl='define'
     1970+d_fs_data_s='undef'
     1971+d_fseeko='define'
     1972+d_fsetpos='define'
     1973+d_fstatfs='define'
     1974+d_fstatvfs='define'
     1975+d_fsync='define'
     1976+d_ftello='define'
     1977+d_ftime='undef'
     1978+d_futimes='define'
     1979+d_getcwd='define'
     1980+d_getespwnam='undef'
     1981+d_getfsstat='undef'
     1982+d_getgrent='define'
     1983+d_getgrent_r='define'
     1984+d_getgrgid_r='define'
     1985+d_getgrnam_r='define'
     1986+d_getgrps='define'
     1987+d_gethbyaddr='define'
     1988+d_gethbyname='define'
     1989+d_gethent='define'
     1990+d_gethname='define'
     1991+d_gethostbyaddr_r='define'
     1992+d_gethostbyname_r='define'
     1993+d_gethostent_r='define'
     1994+d_gethostprotos='define'
     1995+d_getitimer='define'
     1996+d_getlogin='define'
     1997+d_getlogin_r='define'
     1998+d_getmnt='undef'
     1999+d_getmntent='define'
     2000+d_getnbyaddr='define'
     2001+d_getnbyname='define'
     2002+d_getnent='define'
     2003+d_getnetbyaddr_r='define'
     2004+d_getnetbyname_r='define'
     2005+d_getnetent_r='define'
     2006+d_getnetprotos='define'
     2007+d_getpagsz='define'
     2008+d_getpbyname='define'
     2009+d_getpbynumber='define'
     2010+d_getpent='define'
     2011+d_getpgid='define'
     2012+d_getpgrp2='undef'
     2013+d_getpgrp='define'
     2014+d_getppid='define'
     2015+d_getprior='define'
     2016+d_getprotobyname_r='define'
     2017+d_getprotobynumber_r='define'
     2018+d_getprotoent_r='define'
     2019+d_getprotoprotos='define'
     2020+d_getprpwnam='undef'
     2021+d_getpwent='define'
     2022+d_getpwent_r='define'
     2023+d_getpwnam_r='define'
     2024+d_getpwuid_r='define'
     2025+d_getsbyname='define'
     2026+d_getsbyport='define'
     2027+d_getsent='define'
     2028+d_getservbyname_r='define'
     2029+d_getservbyport_r='define'
     2030+d_getservent_r='define'
     2031+d_getservprotos='define'
     2032+d_getspnam='define'
     2033+d_getspnam_r='define'
     2034+d_gettimeod='define'
     2035+d_gmtime_r='define'
     2036+d_gnulibc='define'
     2037+d_grpasswd='define'
     2038+d_hasmntopt='define'
     2039+d_htonl='define'
     2040+d_ilogbl='define'
     2041+d_index='undef'
     2042+d_inetaton='define'
     2043+d_int64_t='define'
     2044+d_isascii='define'
     2045+d_isfinite='undef'
     2046+d_isinf='define'
     2047+d_isnan='define'
     2048+d_isnanl='define'
     2049+d_killpg='define'
     2050+d_lchown='define'
     2051+d_ldbl_dig='define'
     2052+d_libm_lib_version='define'
     2053+d_link='define'
     2054+d_localtime_r='define'
     2055+d_locconv='define'
     2056+d_lockf='define'
     2057+d_longdbl='define'
     2058+d_longlong='define'
     2059+d_lseekproto='define'
     2060+d_lstat='define'
     2061+d_madvise='define'
     2062+d_malloc_good_size='undef'
     2063+d_malloc_size='undef'
     2064+d_mblen='define'
     2065+d_mbstowcs='define'
     2066+d_mbtowc='define'
     2067+d_memchr='define'
     2068+d_memcmp='define'
     2069+d_memcpy='define'
     2070+d_memmove='define'
     2071+d_memset='define'
     2072+d_mkdir='define'
     2073+d_mkdtemp='define'
     2074+d_mkfifo='define'
     2075+d_mkstemp='define'
     2076+d_mkstemps='undef'
     2077+d_mktime='define'
     2078+d_mmap='define'
     2079+d_modfl='define'
     2080+d_modfl_pow32_bug='undef'
     2081+d_modflproto='define'
     2082+d_mprotect='define'
     2083+d_msg='define'
     2084+d_msg_ctrunc='define'
     2085+d_msg_dontroute='define'
     2086+d_msg_oob='define'
     2087+d_msg_peek='define'
     2088+d_msg_proxy='define'
     2089+d_msgctl='define'
     2090+d_msgget='define'
     2091+d_msghdr_s='define'
     2092+d_msgrcv='define'
     2093+d_msgsnd='define'
     2094+d_msync='define'
     2095+d_munmap='define'
     2096+d_mymalloc='undef'
     2097+d_nice='define'
     2098+d_nl_langinfo='define'
     2099+d_nv_preserves_uv='define'
     2100+d_nv_zero_is_allbits_zero='define'
     2101+d_off64_t='define'
     2102+d_old_pthread_create_joinable='undef'
     2103+d_oldpthreads='undef'
     2104+d_oldsock='undef'
     2105+d_open3='define'
     2106+d_pathconf='define'
     2107+d_pause='define'
     2108+d_perl_otherlibdirs='undef'
     2109+d_phostname='undef'
     2110+d_pipe='define'
     2111+d_poll='define'
     2112+d_portable='define'
     2113+d_procselfexe='define'
     2114+d_pthread_atfork='define'
     2115+d_pthread_attr_setscope='define'
     2116+d_pthread_yield='define'
     2117+d_pwage='undef'
     2118+d_pwchange='undef'
     2119+d_pwclass='undef'
     2120+d_pwcomment='undef'
     2121+d_pwexpire='undef'
     2122+d_pwgecos='define'
     2123+d_pwpasswd='define'
     2124+d_pwquota='undef'
     2125+d_qgcvt='define'
     2126+d_quad='define'
     2127+d_random_r='define'
     2128+d_readdir64_r='define'
     2129+d_readdir='define'
     2130+d_readdir_r='define'
     2131+d_readlink='define'
     2132+d_readv='define'
     2133+d_recvmsg='define'
     2134+d_rename='define'
     2135+d_rewinddir='define'
     2136+d_rmdir='define'
     2137+d_safebcpy='undef'
     2138+d_safemcpy='undef'
     2139+d_sanemcmp='define'
     2140+d_sbrkproto='define'
     2141+d_scalbnl='define'
     2142+d_sched_yield='define'
     2143+d_scm_rights='define'
     2144+d_seekdir='define'
     2145+d_select='define'
     2146+d_sem='define'
     2147+d_semctl='define'
     2148+d_semctl_semid_ds='define'
     2149+d_semctl_semun='define'
     2150+d_semget='define'
     2151+d_semop='define'
     2152+d_sendmsg='define'
     2153+d_setegid='define'
     2154+d_seteuid='define'
     2155+d_setgrent='define'
     2156+d_setgrent_r='undef'
     2157+d_setgrps='define'
     2158+d_sethent='define'
     2159+d_sethostent_r='undef'
     2160+d_setitimer='define'
     2161+d_setlinebuf='define'
     2162+d_setlocale='define'
     2163+d_setlocale_r='undef'
     2164+d_setnent='define'
     2165+d_setnetent_r='undef'
     2166+d_setpent='define'
     2167+d_setpgid='define'
     2168+d_setpgrp2='undef'
     2169+d_setpgrp='define'
     2170+d_setprior='define'
     2171+d_setproctitle='undef'
     2172+d_setprotoent_r='undef'
     2173+d_setpwent='define'
     2174+d_setpwent_r='undef'
     2175+d_setregid='define'
     2176+d_setresgid='define'
     2177+d_setresuid='define'
     2178+d_setreuid='define'
     2179+d_setrgid='undef'
     2180+d_setruid='undef'
     2181+d_setsent='define'
     2182+d_setservent_r='undef'
     2183+d_setsid='define'
     2184+d_setvbuf='define'
     2185+d_sfio='undef'
     2186+d_shm='define'
     2187+d_shmat='define'
     2188+d_shmatprototype='define'
     2189+d_shmctl='define'
     2190+d_shmdt='define'
     2191+d_shmget='define'
     2192+d_sigaction='define'
     2193+d_sigprocmask='define'
     2194+d_sigsetjmp='define'
     2195+d_sockatmark='define'
     2196+d_sockatmarkproto='define'
     2197+d_socket='define'
     2198+d_socklen_t='define'
     2199+d_sockpair='define'
     2200+d_socks5_init='undef'
     2201+d_sprintf_returns_strlen='define'
     2202+d_sqrtl='define'
     2203+d_srand48_r='define'
     2204+d_srandom_r='define'
     2205+d_sresgproto='define'
     2206+d_sresuproto='define'
     2207+d_statblks='define'
     2208+d_statfs_f_flags='undef'
     2209+d_statfs_s='define'
     2210+d_statvfs='define'
     2211+d_stdio_cnt_lval='undef'
     2212+d_stdio_ptr_lval='undef'
     2213+d_stdio_ptr_lval_nochange_cnt='undef'
     2214+d_stdio_ptr_lval_sets_cnt='undef'
     2215+d_stdio_stream_array='undef'
     2216+d_stdiobase='undef'
     2217+d_stdstdio='undef'
     2218+d_strchr='define'
     2219+d_strcoll='define'
     2220+d_strctcpy='define'
     2221+d_strerrm='strerror(e)'
     2222+d_strerror='define'
     2223+d_strerror_r='define'
     2224+d_strftime='define'
     2225+d_strlcat='undef'
     2226+d_strlcpy='undef'
     2227+d_strtod='define'
     2228+d_strtol='define'
     2229+d_strtold='define'
     2230+d_strtoll='define'
     2231+d_strtoq='define'
     2232+d_strtoul='define'
     2233+d_strtoull='define'
     2234+d_strtouq='define'
     2235+d_strxfrm='define'
     2236+d_suidsafe='undef'
     2237+d_symlink='define'
     2238+d_syscall='define'
     2239+d_syscallproto='define'
     2240+d_sysconf='define'
     2241+d_sysernlst=''
     2242+d_syserrlst='define'
     2243+d_system='define'
     2244+d_tcgetpgrp='define'
     2245+d_tcsetpgrp='define'
     2246+d_telldir='define'
     2247+d_telldirproto='define'
     2248+d_time='define'
     2249+d_times='define'
     2250+d_tm_tm_gmtoff='define'
     2251+d_tm_tm_zone='define'
     2252+d_tmpnam_r='define'
     2253+d_truncate='define'
     2254+d_ttyname_r='define'
     2255+d_tzname='define'
     2256+d_u32align='undef'
     2257+d_ualarm='define'
     2258+d_umask='define'
     2259+d_uname='define'
     2260+d_union_semun='undef'
     2261+d_unordered='undef'
     2262+d_unsetenv='define'
     2263+d_usleep='define'
     2264+d_usleepproto='define'
     2265+d_ustat='define'
     2266+d_vendorarch='undef'
     2267+d_vendorbin='undef'
     2268+d_vendorlib='undef'
     2269+d_vendorscript='undef'
     2270+d_vfork='undef'
     2271+d_void_closedir='undef'
     2272+d_voidsig='define'
     2273+d_voidtty=''
     2274+d_volatile='define'
     2275+d_vprintf='define'
     2276+d_wait4='define'
     2277+d_waitpid='define'
     2278+d_wcstombs='define'
     2279+d_wctomb='define'
     2280+d_writev='define'
     2281+d_xenix='undef'
     2282+date='date'
     2283+db_hashtype='u_int32_t'
     2284+db_prefixtype='size_t'
     2285+db_version_major=''
     2286+db_version_minor=''
     2287+db_version_patch=''
     2288+defvoidused='15'
     2289+direntrytype='struct dirent'
     2290+dlext='so'
     2291+dlsrc='dl_dlopen.xs'
     2292+doublesize='8'
     2293+drand01='drand48()'
     2294+drand48_r_proto='REENTRANT_PROTO_I_ST'
     2295+dynamic_ext='B ByteLoader Cwd Data/Dumper Devel/DProf Devel/PPPort Devel/Peek Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Opcode POSIX PerlIO/encoding PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Time/HiRes Unicode/Normalize XS/APItest XS/Typemap attrs re threads threads/shared'
     2296+eagain='EAGAIN'
     2297+ebcdic='undef'
     2298+echo='echo'
     2299+egrep='egrep'
     2300+emacs=''
     2301+endgrent_r_proto='0'
     2302+endhostent_r_proto='0'
     2303+endnetent_r_proto='0'
     2304+endprotoent_r_proto='0'
     2305+endpwent_r_proto='0'
     2306+endservent_r_proto='0'
     2307+eunicefix=':'
     2308+exe_ext=''
     2309+expr='expr'
     2310+extensions='B ByteLoader Cwd Data/Dumper Devel/DProf Devel/PPPort Devel/Peek Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Opcode POSIX PerlIO/encoding PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Time/HiRes Unicode/Normalize XS/APItest XS/Typemap attrs re threads threads/shared Errno'
     2311+extras=''
     2312+fflushNULL='define'
     2313+fflushall='undef'
     2314+find=''
     2315+firstmakefile='makefile'
     2316+flex=''
     2317+fpossize='16'
     2318+fpostype='fpos_t'
     2319+freetype='void'
     2320+from=':'
     2321+full_ar='/usr/bin/ar'
     2322+full_csh='csh'
     2323+full_sed='/bin/sed'
     2324+gccansipedantic=''
     2325+gccosandvers=''
     2326+gccversion='4.1.1'
     2327+getgrent_r_proto='REENTRANT_PROTO_I_SBWR'
     2328+getgrgid_r_proto='REENTRANT_PROTO_I_TSBWR'
     2329+getgrnam_r_proto='REENTRANT_PROTO_I_CSBWR'
     2330+gethostbyaddr_r_proto='REENTRANT_PROTO_I_TsISBWRE'
     2331+gethostbyname_r_proto='REENTRANT_PROTO_I_CSBWRE'
     2332+gethostent_r_proto='REENTRANT_PROTO_I_SBWRE'
     2333+getlogin_r_proto='REENTRANT_PROTO_I_BW'
     2334+getnetbyaddr_r_proto='REENTRANT_PROTO_I_uISBWRE'
     2335+getnetbyname_r_proto='REENTRANT_PROTO_I_CSBWRE'
     2336+getnetent_r_proto='REENTRANT_PROTO_I_SBWRE'
     2337+getprotobyname_r_proto='REENTRANT_PROTO_I_CSBWR'
     2338+getprotobynumber_r_proto='REENTRANT_PROTO_I_ISBWR'
     2339+getprotoent_r_proto='REENTRANT_PROTO_I_SBWR'
     2340+getpwent_r_proto='REENTRANT_PROTO_I_SBWR'
     2341+getpwnam_r_proto='REENTRANT_PROTO_I_CSBWR'
     2342+getpwuid_r_proto='REENTRANT_PROTO_I_TSBWR'
     2343+getservbyname_r_proto='REENTRANT_PROTO_I_CCSBWR'
     2344+getservbyport_r_proto='REENTRANT_PROTO_I_ICSBWR'
     2345+getservent_r_proto='REENTRANT_PROTO_I_SBWR'
     2346+getspnam_r_proto='REENTRANT_PROTO_I_CSBWR'
     2347+gidformat='"lu"'
     2348+gidsign='1'
     2349+gidsize='4'
     2350+gidtype='gid_t'
     2351+glibpth='/usr/shlib  /lib /usr/lib /usr/lib/386 /lib/386 /usr/ccs/lib /usr/ucblib /usr/local/lib '
     2352+gmake='gmake'
     2353+gmtime_r_proto='REENTRANT_PROTO_S_TS'
     2354+gnulibc_version='2.5'
     2355+grep='grep'
     2356+groupcat='cat /etc/group'
     2357+groupstype='gid_t'
     2358+gzip='gzip'
     2359+h_fcntl='false'
     2360+h_sysfile='true'
     2361+hint='recommended'
     2362+hostcat='cat /etc/hosts'
     2363+html1dir=' '
     2364+html1direxp=''
     2365+html3dir=' '
     2366+html3direxp=''
     2367+i16size='2'
     2368+i16type='short'
     2369+i32size='4'
     2370+i32type='long'
     2371+i64size='8'
     2372+i64type='long long'
     2373+i8size='1'
     2374+i8type='char'
     2375+i_arpainet='define'
     2376+i_bsdioctl=''
     2377+i_crypt='define'
     2378+i_db='undef'
     2379+i_dbm='undef'
     2380+i_dirent='define'
     2381+i_dld='undef'
     2382+i_dlfcn='define'
     2383+i_fcntl='undef'
     2384+i_float='define'
     2385+i_fp='undef'
     2386+i_fp_class='undef'
     2387+i_gdbm='undef'
     2388+i_grp='define'
     2389+i_ieeefp='undef'
     2390+i_inttypes='define'
     2391+i_langinfo='define'
     2392+i_libutil='undef'
     2393+i_limits='define'
     2394+i_locale='define'
     2395+i_machcthr='undef'
     2396+i_malloc='define'
     2397+i_math='define'
     2398+i_memory='undef'
     2399+i_mntent='define'
     2400+i_ndbm='undef'
     2401+i_netdb='define'
     2402+i_neterrno='undef'
     2403+i_netinettcp='define'
     2404+i_niin='define'
     2405+i_poll='define'
     2406+i_prot='undef'
     2407+i_pthread='define'
     2408+i_pwd='define'
     2409+i_rpcsvcdbm='undef'
     2410+i_sfio='undef'
     2411+i_sgtty='undef'
     2412+i_shadow='define'
     2413+i_socks='undef'
     2414+i_stdarg='define'
     2415+i_stddef='define'
     2416+i_stdlib='define'
     2417+i_string='define'
     2418+i_sunmath='undef'
     2419+i_sysaccess='undef'
     2420+i_sysdir='define'
     2421+i_sysfile='define'
     2422+i_sysfilio='undef'
     2423+i_sysin='undef'
     2424+i_sysioctl='define'
     2425+i_syslog='define'
     2426+i_sysmman='define'
     2427+i_sysmode='undef'
     2428+i_sysmount='define'
     2429+i_sysndir='undef'
     2430+i_sysparam='define'
     2431+i_sysresrc='define'
     2432+i_syssecrt='undef'
     2433+i_sysselct='define'
     2434+i_syssockio='undef'
     2435+i_sysstat='define'
     2436+i_sysstatfs='define'
     2437+i_sysstatvfs='define'
     2438+i_systime='define'
     2439+i_systimek='undef'
     2440+i_systimes='define'
     2441+i_systypes='define'
     2442+i_sysuio='define'
     2443+i_sysun='define'
     2444+i_sysutsname='define'
     2445+i_sysvfs='define'
     2446+i_syswait='define'
     2447+i_termio='undef'
     2448+i_termios='define'
     2449+i_time='define'
     2450+i_unistd='define'
     2451+i_ustat='define'
     2452+i_utime='define'
     2453+i_values='define'
     2454+i_varargs='undef'
     2455+i_varhdr='stdarg.h'
     2456+i_vfork='undef'
     2457+ignore_versioned_solibs='y'
     2458+inc_version_list=' '
     2459+inc_version_list_init='0'
     2460+incpath=''
     2461+inews=''
     2462+installarchlib='/usr/lib/perl5/5.8.8/i686-linux-thread-multi'
     2463+installbin='/usr/bin'
     2464+installhtml1dir=''
     2465+installhtml3dir=''
     2466+installman1dir='/usr/share/man/man1'
     2467+installman3dir='/usr/share/man/man3'
     2468+installprefix='/usr'
     2469+installprefixexp='/usr'
     2470+installprivlib='/usr/lib/perl5/5.8.8'
     2471+installscript='/usr/bin'
     2472+installsitearch='/usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi'
     2473+installsitebin='/usr/bin'
     2474+installsitehtml1dir=''
     2475+installsitehtml3dir=''
     2476+installsitelib='/usr/lib/perl5/site_perl/5.8.8'
     2477+installsiteman1dir='/usr/share/man/man1'
     2478+installsiteman3dir='/usr/share/man/man3'
     2479+installsitescript='/usr/bin'
     2480+installstyle='lib/perl5'
     2481+installusrbinperl='undef'
     2482+installvendorarch=''
     2483+installvendorbin=''
     2484+installvendorhtml1dir=''
     2485+installvendorhtml3dir=''
     2486+installvendorlib=''
     2487+installvendorman1dir=''
     2488+installvendorman3dir=''
     2489+installvendorscript=''
     2490+intsize='4'
     2491+issymlink='/bin/test -h'
     2492+ivdformat='"ld"'
     2493+ivsize='4'
     2494+ivtype='long'
     2495+known_extensions='B ByteLoader Cwd DB_File Data/Dumper Devel/DProf Devel/PPPort Devel/Peek Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call GDBM_File I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 NDBM_File ODBM_File Opcode POSIX PerlIO/encoding PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Thread Time/HiRes Unicode/Normalize XS/APItest XS/Typemap attrs re threads threads/shared'
     2496+ksh=''
     2497+ld='cc'
     2498+lddlflags='-shared -L/usr/local/lib'
     2499+ldflags=' -L/usr/local/lib'
     2500+ldflags_uselargefiles=''
     2501+ldlibpthname='LD_LIBRARY_PATH'
     2502+less='less'
     2503+lib_ext='.a'
     2504+libc='/lib/libc-2.5.so'
     2505+libperl='libperl.a'
     2506+libpth='/usr/local/lib /lib /usr/lib'
     2507+libs='-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc'
     2508+libsdirs=' /usr/lib'
     2509+libsfiles=' libnsl.so libdl.so libm.so libcrypt.so libutil.so libpthread.so libc.so'
     2510+libsfound=' /usr/lib/libnsl.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libpthread.so /usr/lib/libc.so'
     2511+libspath=' /usr/local/lib /lib /usr/lib'
     2512+libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m crypt sec util pthread c cposix posix ucb BSD'
     2513+libswanted_uselargefiles=''
     2514+line=''
     2515+lint=''
     2516+lkflags=''
     2517+ln='ln'
     2518+lns='/bin/ln -s'
     2519+localtime_r_proto='REENTRANT_PROTO_S_TS'
    11782520+locincpth='/usr/local/include /opt/local/include /usr/gnu/include /opt/gnu/include /usr/GNU/include /opt/GNU/include'
    11792521+loclibpth='/usr/local/lib /opt/local/lib /usr/gnu/lib /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib'
     
    12082550+mv=''
    12092551+myarchname='i686-linux'
    1210 +mydomain='.jenacon.net'
    1211 +myhostname='lfslivecd'
    1212 +myuname='linux lfslivecd 2.6.16.14 #1 smp sat may 13 11:48:14 gmt 2006 i686 pentium3 i386 gnulinux '
     2552+mydomain='.cicone'
     2553+myhostname='sasquach'
     2554+myuname='linux sasquach 2.6.18 #1 smp wed oct 11 14:24:53 edt 2006 i686 amd athlon(tm) 64 x2 dual core processor 4400+ authenticamd gnulinux '
    12132555+n='-n'
    12142556+need_va_copy='undef'
     
    12372579+orderlib='false'
    12382580+osname='linux'
    1239 +osvers='2.6.16.14'
     2581+osvers='2.6.18'
    12402582+otherlibdirs=' '
    12412583+package='perl5'
    1242 +pager='/usr/bin/less -isR'
     2584+pager='/bin/less -isR'
    12432585+passcat='cat /etc/passwd'
    12442586+patchlevel='8'
    12452587+path_sep=':'
    1246 +perl5=''
     2588+perl5='/usr/bin/perl'
    12472589+perl=''
    12482590+perl_patchlevel=''
    1249 +perladmin='root@lfslivecd.jenacon.net'
    1250 +perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc'
     2591+perladmin='root@sasquach.cicone'
     2592+perllibs='-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc'
    12512593+perlpath='/usr/bin/perl'
    12522594+pg='pg'
     
    12672609+randbits='48'
    12682610+randfunc='drand48'
    1269 +random_r_proto='0'
     2611+random_r_proto='REENTRANT_PROTO_I_St'
    12702612+randseedtype='long'
    12712613+ranlib=':'
    12722614+rd_nodata='-1'
    1273 +readdir64_r_proto='0'
    1274 +readdir_r_proto='0'
     2615+readdir64_r_proto='REENTRANT_PROTO_I_TSR'
     2616+readdir_r_proto='REENTRANT_PROTO_I_TSR'
    12752617+revision='5'
    12762618+rm='rm'
     
    13202662+sig_size='69'
    13212663+signal_t='void'
    1322 +sitearch='/usr/lib/perl5/site_perl/5.8.8/i686-linux'
    1323 +sitearchexp='/usr/lib/perl5/site_perl/5.8.8/i686-linux'
     2664+sitearch='/usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi'
     2665+sitearchexp='/usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi'
    13242666+sitebin='/usr/bin'
    13252667+sitebinexp='/usr/bin'
     
    13502692+spackage='Perl5'
    13512693+spitshell='cat'
    1352 +srand48_r_proto='0'
    1353 +srandom_r_proto='0'
     2694+srand48_r_proto='REENTRANT_PROTO_I_LS'
     2695+srandom_r_proto='REENTRANT_PROTO_I_TS'
    13542696+src='.'
    13552697+ssizetype='ssize_t'
     
    13642706+stdio_ptr='((fp)->_IO_read_ptr)'
    13652707+stdio_stream_array=''
    1366 +strerror_r_proto='0'
     2708+strerror_r_proto='REENTRANT_PROTO_B_IBW'
    13672709+strings='/usr/include/string.h'
    13682710+submit=''
     
    13772719+timeincl='/usr/include/sys/time.h /usr/include/time.h '
    13782720+timetype='time_t'
    1379 +tmpnam_r_proto='0'
     2721+tmpnam_r_proto='REENTRANT_PROTO_B_B'
    13802722+to=':'
    13812723+touch='touch'
     
    13832725+trnl='\n'
    13842726+troff=''
    1385 +ttyname_r_proto='0'
     2727+ttyname_r_proto='REENTRANT_PROTO_I_IBW'
    13862728+u16size='2'
    13872729+u16type='unsigned short'
     
    14052747+usedl='define'
    14062748+usefaststdio='define'
    1407 +useithreads='undef'
     2749+useithreads='define'
    14082750+uselargefiles='define'
    14092751+uselongdouble='undef'
    14102752+usemallocwrap='define'
    14112753+usemorebits='undef'
    1412 +usemultiplicity='undef'
     2754+usemultiplicity='define'
    14132755+usemymalloc='n'
    14142756+usenm='false'
     
    14212763+usesitecustomize='undef'
    14222764+usesocks='undef'
    1423 +usethreads='undef'
     2765+usethreads='define'
    14242766+usevendorprefix='undef'
    14252767+usevfork='false'
     
    14632805+# Configure command line arguments.
    14642806+config_arg0='Configure'
    1465 +config_args='-ds -e -Dprefix=/usr -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dpager=/usr/bin/less -isR'
    1466 +config_argc=6
     2807+config_args='-ds -e -Dprefix=/usr -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dpager=/bin/less -isR -Dusethreads'
     2808+config_argc=7
    14672809+config_arg1='-ds'
    14682810+config_arg2='-e'
     
    14702812+config_arg4='-Dman1dir=/usr/share/man/man1'
    14712813+config_arg5='-Dman3dir=/usr/share/man/man3'
    1472 +config_arg6='-Dpager=/usr/bin/less -isR'
     2814+config_arg6='-Dpager=/bin/less -isR'
     2815+config_arg7='-Dusethreads'
    14732816+PERL_REVISION=5
    14742817+PERL_VERSION=8
     
    14802823+PERL_CONFIG_SH=true
    14812824diff -Naur perl-5.8.8.orig/Cross/generate_config_sh perl-5.8.8/Cross/generate_config_sh
    1482 --- perl-5.8.8.orig/Cross/generate_config_sh    2006-07-22 18:17:24.000000000 -0400
     2825--- perl-5.8.8.orig/Cross/generate_config_sh    2003-09-05 04:31:08.000000000 -0400
    14832826+++ perl-5.8.8/Cross/generate_config_sh 1969-12-31 19:00:00.000000000 -0500
    14842827@@ -1,132 +0,0 @@
     
    16162959-
    16172960diff -Naur perl-5.8.8.orig/Cross/installperl.patch perl-5.8.8/Cross/installperl.patch
    1618 --- perl-5.8.8.orig/Cross/installperl.patch     2006-07-22 18:17:24.000000000 -0400
     2961--- perl-5.8.8.orig/Cross/installperl.patch     2003-12-21 19:56:02.000000000 -0500
    16192962+++ perl-5.8.8/Cross/installperl.patch  1969-12-31 19:00:00.000000000 -0500
    16202963@@ -1,22 +0,0 @@
     
    16422985-       }
    16432986diff -Naur perl-5.8.8.orig/Cross/Makefile perl-5.8.8/Cross/Makefile
    1644 --- perl-5.8.8.orig/Cross/Makefile      2006-07-22 18:17:24.000000000 -0400
    1645 +++ perl-5.8.8/Cross/Makefile   2006-07-22 18:17:35.000000000 -0400
     2987--- perl-5.8.8.orig/Cross/Makefile      2004-01-12 15:44:01.000000000 -0500
     2988+++ perl-5.8.8/Cross/Makefile   2007-01-15 15:14:03.000000000 -0500
    16462989@@ -1,68 +1,62 @@
    16472990-## Toplevel Makefile for cross-compilation of perl
     
    17713114+           $(PWD)/config.sh-$(SYS) > $(TOP)/config.sh
    17723115diff -Naur perl-5.8.8.orig/Cross/Makefile.SH.patch perl-5.8.8/Cross/Makefile.SH.patch
    1773 --- perl-5.8.8.orig/Cross/Makefile.SH.patch     2006-07-22 18:17:24.000000000 -0400
     3116--- perl-5.8.8.orig/Cross/Makefile.SH.patch     2006-01-12 15:18:31.000000000 -0500
    17743117+++ perl-5.8.8/Cross/Makefile.SH.patch  1969-12-31 19:00:00.000000000 -0500
    17753118@@ -1,189 +0,0 @@
     
    19643307-
    19653308diff -Naur perl-5.8.8.orig/Cross/README perl-5.8.8/Cross/README
    1966 --- perl-5.8.8.orig/Cross/README        2006-07-22 18:17:24.000000000 -0400
     3309--- perl-5.8.8.orig/Cross/README        2005-06-30 05:24:56.000000000 -0400
    19673310+++ perl-5.8.8/Cross/README     1969-12-31 19:00:00.000000000 -0500
    19683311@@ -1,90 +0,0 @@
     
    20583401-Perl OZ Packages http://www.criticalintegration.com/perl-oz/
    20593402diff -Naur perl-5.8.8.orig/Cross/TODO perl-5.8.8/Cross/TODO
    2060 --- perl-5.8.8.orig/Cross/TODO  2006-07-22 18:17:24.000000000 -0400
     3403--- perl-5.8.8.orig/Cross/TODO  2003-09-05 04:16:48.000000000 -0400
    20613404+++ perl-5.8.8/Cross/TODO       1969-12-31 19:00:00.000000000 -0500
    20623405@@ -1 +0,0 @@
    20633406-Provide a better sandbox for building additional XS libraries.
    20643407diff -Naur perl-5.8.8.orig/Cross/warp perl-5.8.8/Cross/warp
    2065 --- perl-5.8.8.orig/Cross/warp  2006-07-22 18:17:24.000000000 -0400
     3408--- perl-5.8.8.orig/Cross/warp  2003-04-14 22:00:58.000000000 -0400
    20663409+++ perl-5.8.8/Cross/warp       1969-12-31 19:00:00.000000000 -0500
    20673410@@ -1,14 +0,0 @@
     
    20813424-done
    20823425diff -Naur perl-5.8.8.orig/ext/util/make_ext perl-5.8.8/ext/util/make_ext
    2083 --- perl-5.8.8.orig/ext/util/make_ext   2006-07-22 18:17:24.000000000 -0400
    2084 +++ perl-5.8.8/ext/util/make_ext        2006-07-22 18:17:35.000000000 -0400
     3426--- perl-5.8.8.orig/ext/util/make_ext   2002-05-02 19:32:21.000000000 -0400
     3427+++ perl-5.8.8/ext/util/make_ext        2007-01-15 15:14:03.000000000 -0500
    20853428@@ -119,7 +119,7 @@
    20863429 esac
     
    20933436        if test -f Makefile.SH; then
    20943437diff -Naur perl-5.8.8.orig/installman perl-5.8.8/installman
    2095 --- perl-5.8.8.orig/installman  2006-07-22 18:17:24.000000000 -0400
    2096 +++ perl-5.8.8/installman       2006-07-22 18:17:35.000000000 -0400
     3438--- perl-5.8.8.orig/installman  2004-05-31 10:37:47.000000000 -0400
     3439+++ perl-5.8.8/installman       2007-01-15 15:14:03.000000000 -0500
    20973440@@ -1,5 +1,4 @@
    20983441 #!./perl -w
     
    21023445 use Getopt::Long;
    21033446diff -Naur perl-5.8.8.orig/installperl perl-5.8.8/installperl
    2104 --- perl-5.8.8.orig/installperl 2006-07-22 18:17:24.000000000 -0400
    2105 +++ perl-5.8.8/installperl      2006-07-22 18:17:35.000000000 -0400
     3447--- perl-5.8.8.orig/installperl 2006-01-28 10:35:28.000000000 -0500
     3448+++ perl-5.8.8/installperl      2007-01-15 15:14:03.000000000 -0500
    21063449@@ -3,8 +3,6 @@
    21073450 BEGIN {
     
    21143457 use strict;
    21153458diff -Naur perl-5.8.8.orig/lib/unicore/Makefile perl-5.8.8/lib/unicore/Makefile
    2116 --- perl-5.8.8.orig/lib/unicore/Makefile        2006-07-22 18:17:25.000000000 -0400
    2117 +++ perl-5.8.8/lib/unicore/Makefile     2006-07-22 18:17:35.000000000 -0400
     3459--- perl-5.8.8.orig/lib/unicore/Makefile        2002-03-27 16:21:59.000000000 -0500
     3460+++ perl-5.8.8/lib/unicore/Makefile     2007-01-15 15:14:03.000000000 -0500
    21183461@@ -1,11 +1,11 @@
    21193462 all:
     
    21323475        rm -f *.pl */*.pl
    21333476diff -Naur perl-5.8.8.orig/Makefile.SH perl-5.8.8/Makefile.SH
    2134 --- perl-5.8.8.orig/Makefile.SH 2006-07-22 18:17:25.000000000 -0400
    2135 +++ perl-5.8.8/Makefile.SH      2006-07-22 18:17:35.000000000 -0400
     3477--- perl-5.8.8.orig/Makefile.SH 2006-01-24 07:49:44.000000000 -0500
     3478+++ perl-5.8.8/Makefile.SH      2007-01-15 15:14:03.000000000 -0500
    21363479@@ -591,7 +591,7 @@
    21373480        $(CC) -o miniperl $(CLDFLAGS) \
     
    22653608 # Test via harness
    22663609diff -Naur perl-5.8.8.orig/MANIFEST perl-5.8.8/MANIFEST
    2267 --- perl-5.8.8.orig/MANIFEST    2006-07-22 18:17:25.000000000 -0400
    2268 +++ perl-5.8.8/MANIFEST 2006-07-22 18:17:35.000000000 -0400
    2269 @@ -33,15 +33,8 @@
     3610--- perl-5.8.8.orig/MANIFEST    2006-01-31 18:27:53.000000000 -0500
     3611+++ perl-5.8.8/MANIFEST 2007-01-15 15:31:06.000000000 -0500
     3612@@ -33,15 +33,10 @@
    22703613 configure.gnu          Crude emulation of GNU configure
    22713614 cop.h                  Control operator header
     
    22753618-Cross/generate_config_sh       Cross-compilation
    22763619-Cross/installperl.patch                Cross-compilation
     3620+Cross/config.sh-x86-linux      Cross-compilation
     3621+Cross/config.sh-hppa-linux     Cross-compilation
    22773622 Cross/Makefile         Cross-compilation
    22783623-Cross/Makefile.SH.patch        Cross-compilation
     
    22843629 cygwin/ld2.in          ld wrapper template for Cygwin port
    22853630diff -Naur perl-5.8.8.orig/pod/Makefile.SH perl-5.8.8/pod/Makefile.SH
    2286 --- perl-5.8.8.orig/pod/Makefile.SH     2006-07-22 18:17:25.000000000 -0400
    2287 +++ perl-5.8.8/pod/Makefile.SH  2006-07-22 18:17:35.000000000 -0400
     3631--- perl-5.8.8.orig/pod/Makefile.SH     2005-10-25 07:41:47.000000000 -0400
     3632+++ perl-5.8.8/pod/Makefile.SH  2007-01-15 15:14:03.000000000 -0500
    22883633@@ -63,7 +63,7 @@
    22893634            --podroot=.. --podpath=pod:lib:ext:vms \
     
    22963641 
    22973642diff -Naur perl-5.8.8.orig/utils/Makefile perl-5.8.8/utils/Makefile
    2298 --- perl-5.8.8.orig/utils/Makefile      2006-07-22 18:17:26.000000000 -0400
    2299 +++ perl-5.8.8/utils/Makefile   2006-07-22 18:17:35.000000000 -0400
     3643--- perl-5.8.8.orig/utils/Makefile      2003-11-30 16:49:48.000000000 -0500
     3644+++ perl-5.8.8/utils/Makefile   2007-01-15 15:14:03.000000000 -0500
    23003645@@ -1,5 +1,5 @@
    23013646 
     
    23063651 # Files to be built with variable substitution after miniperl is
    23073652diff -Naur perl-5.8.8.orig/x2p/Makefile.SH perl-5.8.8/x2p/Makefile.SH
    2308 --- perl-5.8.8.orig/x2p/Makefile.SH     2006-07-22 18:17:26.000000000 -0400
    2309 +++ perl-5.8.8/x2p/Makefile.SH  2006-07-22 18:17:35.000000000 -0400
     3653--- perl-5.8.8.orig/x2p/Makefile.SH     2005-09-21 09:38:24.000000000 -0400
     3654+++ perl-5.8.8/x2p/Makefile.SH  2007-01-15 15:14:03.000000000 -0500
    23103655@@ -172,7 +172,7 @@
    23113656 # These should be automatically generated
Note: See TracChangeset for help on using the changeset viewer.