source: clfs-sysroot/patches/perl-5.8.8-cross_compile-3.patch@ 3cbc8f4

Last change on this file since 3cbc8f4 was 07e528e, checked in by Joe Ciccone <jciccone@…>, 18 years ago

Update the Perl Cross-Compile patch to support hppa.

  • Property mode set to 100644
File size: 105.6 KB
RevLine 
[3035090]1Submitted By: Joe Ciccone <jciccone@linuxfromscratch.org>
[07e528e]2Date: 2007-01-15
[3035090]3Upstream Status: Not Submitted
4Origin: Joe Ciccone
5Description: Adds a Makefile to assit with the cross-compilation of perl.
6
[07e528e]7 Archs supported: arm x86 hppa
[3035090]8
9 Usage:
10 cd Cross
11 make ARCH=[arch] CROSS_COMPILE=[cross-tools-prefix]
12 make DESTDIR=[optional:fakeroot] install
13
14diff -Naur perl-5.8.8.orig/Cross/config perl-5.8.8/Cross/config
[07e528e]15--- perl-5.8.8.orig/Cross/config 2003-04-15 16:31:56.000000000 -0400
[3035090]16+++ perl-5.8.8/Cross/config 1969-12-31 19:00:00.000000000 -0500
17@@ -1,23 +0,0 @@
18-##############################################################################
19-#
20-# This is the configuration file used to specify the target platform and
21-# required level of debug or optimisation.
22-#
23-##############################################################################
24-
25-### Target Arch
26-ARCH = arm
27-#ARCH = i386-pc
28-#ARCH = sh4
29-#ARCH = mips
30-#ARCH = mipsel
31-#ARCH = ppc
32-
33-## Specific arm
34-CONFIG_TARGET_ARM_SA11X0 = 1
35-#CONFIG_TARGET_ARM_XSCALE = 1
36-
37-### Target OS
38-OS = linux
39-#OS = solaris2.8
40-
41diff -Naur perl-5.8.8.orig/Cross/config.sh-arm-linux perl-5.8.8/Cross/config.sh-arm-linux
[07e528e]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
[3035090]44@@ -8,9 +8,9 @@
45
46 # Package name : perl5
47 # Source directory : .
48-# Configuration time: Wed Sep 3 22:24:58 EDT 2003
49-# Configured by : red
50-# Target system : linux openzaurus.criticalintegration.com 2.4.6-rmk1-np2-embedix #15 Wed Aug 6 07:49:44 UTC 2003 armv4l unknown
[07e528e]51+# Configuration time: Wed Dec 13 15:51:01 EST 2006
[3035090]52+# Configured by : root
[07e528e]53+# Target system : linux spitz 2.6.16 #1 preempt wed jul 5 18:20:17 cest 2006 armv5tel gnulinux
[3035090]54
55 Author=''
56 Date='$Date'
[07e528e]57@@ -36,12 +36,12 @@
[3035090]58 api_version='8'
59 api_versionstring='5.8.0'
60 ar='ar'
61-archlib='/usr/lib/perl5/5.8.8/armv4l-linux'
62-archlibexp='/usr/lib/perl5/5.8.8/armv4l-linux'
[07e528e]63+archlib='/usr/lib/perl5/5.8.8/armv5tel-linux-thread-multi'
64+archlibexp='/usr/lib/perl5/5.8.8/armv5tel-linux-thread-multi'
[3035090]65 archname64=''
66-archname='armv4l-linux'
[07e528e]67+archname='armv5tel-linux-thread-multi'
[3035090]68 archobjs=''
[07e528e]69-asctime_r_proto='0'
70+asctime_r_proto='REENTRANT_PROTO_B_SB'
[3035090]71 awk='awk'
[07e528e]72 baserev='5.0'
73 bash=''
[3035090]74@@ -55,15 +55,15 @@
75 cat='cat'
76 cc='cc'
77 cccdlflags='-fpic'
78-ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.8.8/armv4l-linux/CORE'
79-ccflags='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
80+ccdlflags='-Wl,-E'
[07e528e]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'
[3035090]82 ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
83 ccname='gcc'
84-ccsymbols='__APCS_32__=1 __ARM_ARCH_3__=1 __CHAR_UNSIGNED__=1 __GNUC_MINOR__=95 __arm__=1 __linux=1 __linux__=1 __unix=1 __unix__=1 cpu=arm machine=arm system=posix system=unix'
85+ccsymbols=''
86 ccversion=''
87-cf_by='red'
88-cf_email='red@criticalintegration.com'
89-cf_time='Wed Sep 3 22:24:58 EDT 2003'
90+cf_by='root'
[07e528e]91+cf_email='root@spitz.ciccone'
92+cf_time='Wed Dec 13 15:51:01 EST 2006'
[3035090]93 charsize='1'
94 chgrp=''
95 chmod='chmod'
[07e528e]96@@ -76,18 +76,18 @@
[3035090]97 cpio=''
98 cpp='cpp'
99 cpp_stuff='42'
100-cppccsymbols='__ELF__=1 __GNUC__=2 linux=1 unix=1'
101-cppflags='-fno-strict-aliasing -I/usr/local/include'
102+cppccsymbols=''
[07e528e]103+cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
[3035090]104 cpplast='-'
105 cppminus='-'
106 cpprun='cc -E'
107 cppstdin='cc -E'
108-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'
[07e528e]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'
[3035090]112 cryptlib=''
113 csh='csh'
[07e528e]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'
[3035090]126 d_atolf='undef'
127 d_atoll='define'
128-d_attribute_format='undef'
129-d_attribute_malloc='undef'
130-d_attribute_nonnull='undef'
131-d_attribute_noreturn='undef'
132-d_attribute_pure='undef'
133-d_attribute_unused='undef'
134-d_attribute_warn_unused_result='undef'
135+d_attribute_format='define'
136+d_attribute_malloc='define'
137+d_attribute_nonnull='define'
138+d_attribute_noreturn='define'
139+d_attribute_pure='define'
140+d_attribute_unused='define'
141+d_attribute_warn_unused_result='define'
142 d_bcmp='define'
143 d_bcopy='define'
144 d_bsd='undef'
145@@ -126,7 +126,7 @@
146 d_bzero='define'
147 d_casti32='define'
148 d_castneg='define'
149-d_charvspr='undef'
150+d_charvspr='define'
151 d_chown='define'
152 d_chroot='define'
153 d_chsize='undef'
[07e528e]154@@ -137,10 +137,10 @@
155 d_const='define'
[3035090]156 d_copysignl='define'
157 d_crypt='define'
[07e528e]158-d_crypt_r='undef'
[3035090]159-d_csh='define'
[07e528e]160+d_crypt_r='define'
[3035090]161+d_csh='undef'
162 d_ctermid_r='undef'
[07e528e]163-d_ctime_r='undef'
164+d_ctime_r='define'
[3035090]165 d_cuserid='define'
[07e528e]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'
[3035090]174 d_drand48proto='define'
175 d_dup2='define'
176-d_eaccess='undef'
177+d_eaccess='define'
178 d_endgrent='define'
179 d_endgrent_r='undef'
180 d_endhent='define'
[07e528e]181@@ -169,15 +169,15 @@
[3035090]182 d_endservent_r='undef'
183 d_eofnblk='define'
184 d_eunice='undef'
185-d_faststdio='define'
186+d_faststdio='undef'
187 d_fchdir='define'
188 d_fchmod='define'
189 d_fchown='define'
[07e528e]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 @@
[3035090]279 d_killpg='define'
280 d_lchown='define'
281 d_ldbl_dig='define'
282+d_libm_lib_version='define'
283 d_link='define'
[07e528e]284-d_localtime_r='undef'
285+d_localtime_r='define'
[3035090]286 d_locconv='define'
[07e528e]287 d_lockf='define'
288 d_longdbl='define'
289@@ -321,8 +322,8 @@
[3035090]290 d_nice='define'
291 d_nl_langinfo='define'
292 d_nv_preserves_uv='define'
293-d_nv_zero_is_allbits_zero='undef'
[07e528e]294-d_off64_t='undef'
[3035090]295+d_nv_zero_is_allbits_zero='define'
[07e528e]296+d_off64_t='define'
[3035090]297 d_old_pthread_create_joinable='undef'
298 d_oldpthreads='undef'
[07e528e]299 d_oldsock='undef'
300@@ -334,10 +335,10 @@
[3035090]301 d_pipe='define'
302 d_poll='define'
303 d_portable='define'
304-d_procselfexe='define'
[07e528e]305-d_pthread_atfork='undef'
[3035090]306+d_procselfexe='undef'
[07e528e]307+d_pthread_atfork='define'
[3035090]308 d_pthread_attr_setscope='define'
[07e528e]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 @@
[3035090]329 d_sigaction='define'
330 d_sigprocmask='define'
331 d_sigsetjmp='define'
332-d_snprintf='undef'
333-d_sockatmark='undef'
334-d_sockatmarkproto='undef'
335+d_sockatmark='define'
336+d_sockatmarkproto='define'
337 d_socket='define'
338 d_socklen_t='define'
339 d_sockpair='define'
[07e528e]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'
[3035090]353 d_statfs_s='define'
354 d_statvfs='define'
355 d_stdio_cnt_lval='undef'
356-d_stdio_ptr_lval='define'
357+d_stdio_ptr_lval='undef'
358 d_stdio_ptr_lval_nochange_cnt='undef'
359-d_stdio_ptr_lval_sets_cnt='define'
360+d_stdio_ptr_lval_sets_cnt='undef'
361 d_stdio_stream_array='undef'
362-d_stdiobase='define'
363-d_stdstdio='define'
364+d_stdiobase='undef'
365+d_stdstdio='undef'
366 d_strchr='define'
367 d_strcoll='define'
368 d_strctcpy='define'
[07e528e]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'
[3035090]388@@ -484,7 +484,7 @@
389 d_uname='define'
390 d_union_semun='undef'
391 d_unordered='undef'
392-d_unsetenv='unsetenv'
393+d_unsetenv='define'
394 d_usleep='define'
395 d_usleepproto='define'
396 d_ustat='define'
397@@ -498,7 +498,6 @@
398 d_voidtty=''
399 d_volatile='define'
400 d_vprintf='define'
401-d_vsnprintf='define'
402 d_wait4='define'
403 d_waitpid='define'
404 d_wcstombs='define'
[07e528e]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 @@
[3035090]415 freetype='void'
416 from=':'
417 full_ar='/usr/bin/ar'
418-full_csh='/bin/csh'
419+full_csh='csh'
420 full_sed='/bin/sed'
421 gccansipedantic=''
422 gccosandvers=''
423-gccversion='2.95.3 20010125 (prerelease)'
[07e528e]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'
[3035090]444+gccversion='4.1.1'
[07e528e]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'
[3035090]469 glibpth='/usr/shlib /lib /usr/lib /usr/lib/386 /lib/386 /usr/ccs/lib /usr/ucblib /usr/local/lib '
470 gmake='gmake'
[07e528e]471-gmtime_r_proto='0'
[3035090]472-gnulibc_version='2.2.2'
[07e528e]473+gmtime_r_proto='REENTRANT_PROTO_S_TS'
474+gnulibc_version='2.5'
[3035090]475 grep='grep'
476 groupcat='cat /etc/group'
477 groupstype='gid_t'
478@@ -685,25 +684,25 @@
479 inc_version_list_init='0'
480 incpath=''
481 inews=''
482-installarchlib='./install_me_here/usr/lib/perl5/5.8.8/armv4l-linux'
483-installbin='./install_me_here/usr/bin'
[07e528e]484+installarchlib='/usr/lib/perl5/5.8.8/armv5tel-linux-thread-multi'
[3035090]485+installbin='/usr/bin'
486 installhtml1dir=''
487 installhtml3dir=''
488-installman1dir='./install_me_here/usr/share/man/man1'
489-installman3dir='./install_me_here/usr/share/man/man3'
490-installprefix='./install_me_here/usr'
491-installprefixexp='./install_me_here/usr'
492-installprivlib='./install_me_here/usr/lib/perl5/5.8.8'
493-installscript='./install_me_here/usr/bin'
494-installsitearch='./install_me_here/usr/lib/perl5/site_perl/5.8.8/armv4l-linux'
495-installsitebin='./install_me_here/usr/bin'
496+installman1dir='/usr/share/man/man1'
497+installman3dir='/usr/share/man/man3'
498+installprefix='/usr'
499+installprefixexp='/usr'
500+installprivlib='/usr/lib/perl5/5.8.8'
501+installscript='/usr/bin'
[07e528e]502+installsitearch='/usr/lib/perl5/site_perl/5.8.8/armv5tel-linux-thread-multi'
[3035090]503+installsitebin='/usr/bin'
504 installsitehtml1dir=''
505 installsitehtml3dir=''
506-installsitelib='./install_me_here/usr/lib/perl5/site_perl/5.8.8'
507-installsiteman1dir='./install_me_here/usr/share/man/man1'
508-installsiteman3dir='./install_me_here/usr/share/man/man3'
509-installsitescript='./install_me_here/usr/bin'
510-installstyle='./install_me_herelib/perl5'
511+installsitelib='/usr/lib/perl5/site_perl/5.8.8'
512+installsiteman1dir='/usr/share/man/man1'
513+installsiteman3dir='/usr/share/man/man3'
514+installsitescript='/usr/bin'
515+installstyle='lib/perl5'
516 installusrbinperl='undef'
517 installvendorarch=''
518 installvendorbin=''
519@@ -714,7 +713,7 @@
520 installvendorman3dir=''
521 installvendorscript=''
522 intsize='4'
523-issymlink='/usr/bin/test -h'
524+issymlink='/bin/test -h'
525 ivdformat='"ld"'
526 ivsize='4'
527 ivtype='long'
[07e528e]528@@ -727,22 +726,22 @@
[3035090]529 ldlibpthname='LD_LIBRARY_PATH'
530 less='less'
531 lib_ext='.a'
532-libc='/lib/libc-2.2.2.so'
533-libperl='libperl.so'
[07e528e]534+libc='/lib/libc-2.5.so'
[3035090]535+libperl='libperl.a'
536 libpth='/usr/local/lib /lib /usr/lib'
[07e528e]537-libs='-lnsl -ldl -lm -lcrypt -lutil -lc'
538+libs='-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc'
[3035090]539 libsdirs=' /usr/lib'
[07e528e]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'
[3035090]544 libspath=' /usr/local/lib /lib /usr/lib'
545-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'
[07e528e]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'
[3035090]547 libswanted_uselargefiles=''
548 line=''
549 lint=''
[07e528e]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'
[3035090]558@@ -774,10 +773,10 @@
559 more='more'
560 multiarch='undef'
561 mv=''
562-myarchname='armv4l-linux'
563-mydomain='.criticalintegration.com'
564-myhostname='openzaurus'
565-myuname='linux openzaurus.criticalintegration.com 2.4.6-rmk1-np2-embedix #15 Wed Aug 6 07:49:44 UTC 2003 armv4l unknown '
566+myarchname='armv5tel-linux'
567+mydomain='.ciccone'
568+myhostname='spitz'
[07e528e]569+myuname='linux spitz 2.6.16 #1 preempt wed jul 5 18:20:17 cest 2006 armv5tel gnulinux '
[3035090]570 n='-n'
571 need_va_copy='undef'
572 netdb_hlen_type='size_t'
[07e528e]573@@ -804,18 +803,18 @@
[3035090]574 optimize='-O2'
575 orderlib='false'
576 osname='linux'
577-osvers='2.4.6-rmk1-np2-embedix'
578+osvers='2.6.16'
579 otherlibdirs=' '
580 package='perl5'
581-pager='/usr/bin/less'
582+pager='/bin/less -isR'
583 passcat='cat /etc/passwd'
584 patchlevel='8'
585 path_sep=':'
586-perl5='/usr/bin/perl'
587+perl5=''
588 perl=''
589 perl_patchlevel=''
590-perladmin='red@criticalintegration.com'
[07e528e]591-perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc'
[3035090]592+perladmin='root@spitz.ciccone'
[07e528e]593+perllibs='-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc'
[3035090]594 perlpath='/usr/bin/perl'
595 pg='pg'
[07e528e]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=''
[3035090]613@@ -880,15 +879,15 @@
614 shortsize='2'
615 shrpenv=''
616 shsharp='true'
617-sig_count='64'
618-sig_name='ZERO HUP INT QUIT ILL TRAP ABRT BUS FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT CHLD CONT STOP TSTP TTIN TTOU URG XCPU XFSZ VTALRM PROF WINCH IO PWR SYS RTMIN NUM33 NUM34 NUM35 NUM36 NUM37 NUM38 NUM39 NUM40 NUM41 NUM42 NUM43 NUM44 NUM45 NUM46 NUM47 NUM48 NUM49 NUM50 NUM51 NUM52 NUM53 NUM54 NUM55 NUM56 NUM57 NUM58 NUM59 NUM60 NUM61 NUM62 RTMAX IOT CLD POLL UNUSED '
619-sig_name_init='"ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "BUS", "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM", "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN", "TTOU", "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO", "PWR", "SYS", "RTMIN", "NUM33", "NUM34", "NUM35", "NUM36", "NUM37", "NUM38", "NUM39", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46", "NUM47", "NUM48", "NUM49", "NUM50", "NUM51", "NUM52", "NUM53", "NUM54", "NUM55", "NUM56", "NUM57", "NUM58", "NUM59", "NUM60", "NUM61", "NUM62", "RTMAX", "IOT", "CLD", "POLL", "UNUSED", 0'
620-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 6 17 29 31 '
621-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, 6, 17, 29, 31, 0'
622-sig_size='68'
623+sig_count='65'
624+sig_name='ZERO HUP INT QUIT ILL TRAP ABRT BUS FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT CHLD CONT STOP TSTP TTIN TTOU URG XCPU XFSZ VTALRM PROF WINCH IO PWR SYS NUM32 NUM33 RTMIN NUM35 NUM36 NUM37 NUM38 NUM39 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 UNUSED '
625+sig_name_init='"ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "BUS", "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM", "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN", "TTOU", "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO", "PWR", "SYS", "NUM32", "NUM33", "RTMIN", "NUM35", "NUM36", "NUM37", "NUM38", "NUM39", "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", "UNUSED", 0'
626+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 17 29 31 '
627+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, 17, 29, 31, 0'
628+sig_size='69'
629 signal_t='void'
630-sitearch='/usr/lib/perl5/site_perl/5.8.8/armv4l-linux'
631-sitearchexp='/usr/lib/perl5/site_perl/5.8.8/armv4l-linux'
[07e528e]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'
[3035090]634 sitebin='/usr/bin'
635 sitebinexp='/usr/bin'
636 sitehtml1dir=''
[07e528e]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'
[3035090]688 useperlio='define'
689 useposix='true'
690 usereentrant='undef'
691-userelocatableinc='undef'
692 usesfio='false'
693+useshrplib='false'
694 usesitecustomize='undef'
695-useshrplib='true'
696 usesocks='undef'
[07e528e]697-usethreads='undef'
698+usethreads='define'
[3035090]699 usevendorprefix='undef'
[07e528e]700 usevfork='false'
701 usrinc='/usr/include'
702@@ -1031,8 +1029,15 @@
[3035090]703 zip='zip'
704 # Configure command line arguments.
705 config_arg0='Configure'
706-config_args=''
707-config_argc=0
[07e528e]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
[3035090]710+config_arg1='-ds'
711+config_arg2='-e'
712+config_arg3='-Dprefix=/usr'
713+config_arg4='-Dman1dir=/usr/share/man/man1'
714+config_arg5='-Dman3dir=/usr/share/man/man3'
715+config_arg6='-Dpager=/bin/less -isR'
[07e528e]716+config_arg7='-Dusethreads'
[3035090]717 PERL_REVISION=5
718 PERL_VERSION=8
719 PERL_SUBVERSION=8
[07e528e]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 @@
724+#!/bin/sh
725+#
726+# This file was produced by running the Configure script. It holds all the
727+# definitions figured out by Configure. Should you modify one of these values,
728+# do not forget to propagate your changes by running "Configure -der". You may
729+# instead choose to run each of the .SH files by yourself, or "Configure -S".
730+#
731+
732+# Package name : perl5
733+# Source directory : .
734+# Configuration time: Wed Dec 13 18:09:50 EST 2006
735+# Configured by : root
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
737+
738+Author=''
739+Date='$Date'
740+Header=''
741+Id='$Id'
742+Locker=''
743+Log='$Log'
744+Mcc='Mcc'
745+RCSfile='$RCSfile'
746+Revision='$Revision'
747+Source=''
748+State=''
749+_a='.a'
750+_exe=''
751+_o='.o'
752+afs='false'
753+afsroot='/afs'
754+alignbytes='8'
755+ansi2knr=''
756+aphostname='/bin/hostname'
757+api_revision='5'
758+api_subversion='0'
759+api_version='8'
760+api_versionstring='5.8.0'
761+ar='ar'
762+archlib='/usr/lib/perl5/5.8.8/parisc-linux-thread-multi'
763+archlibexp='/usr/lib/perl5/5.8.8/parisc-linux-thread-multi'
764+archname64=''
765+archname='parisc-linux-thread-multi'
766+archobjs=''
767+asctime_r_proto='REENTRANT_PROTO_B_SB'
768+awk='awk'
769+baserev='5.0'
770+bash=''
771+bin='/usr/bin'
772+binexp='/usr/bin'
773+bison='bison'
774+byacc='byacc'
775+byteorder='4321'
776+c=''
777+castflags='0'
778+cat='cat'
779+cc='cc'
780+cccdlflags='-fpic'
781+ccdlflags='-Wl,-E'
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'
783+ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
784+ccname='gcc'
785+ccsymbols=''
786+ccversion=''
787+cf_by='root'
788+cf_email='root@treebeard.ciccone'
789+cf_time='Wed Dec 13 18:09:50 EST 2006'
790+charsize='1'
791+chgrp=''
792+chmod='chmod'
793+chown=''
794+clocktype='clock_t'
795+comm='comm'
796+compress=''
797+contains='grep'
798+cp='cp'
799+cpio=''
800+cpp='cpp'
801+cpp_stuff='42'
802+cppccsymbols=''
803+cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
804+cpplast='-'
805+cppminus='-'
806+cpprun='cc -E'
807+cppstdin='cc -E'
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'
810+cryptlib=''
811+csh='csh'
812+ctermid_r_proto='0'
813+ctime_r_proto='REENTRANT_PROTO_B_SB'
814+d_Gconvert='gcvt((x),(n),(b))'
815+d_PRIEUldbl='define'
816+d_PRIFUldbl='define'
817+d_PRIGUldbl='define'
818+d_PRIXU64='define'
819+d_PRId64='define'
820+d_PRIeldbl='define'
821+d_PRIfldbl='define'
822+d_PRIgldbl='define'
823+d_PRIi64='define'
824+d_PRIo64='define'
825+d_PRIu64='define'
826+d_PRIx64='define'
827+d_SCNfldbl='define'
828+d__fwalk='undef'
829+d_access='define'
830+d_accessx='undef'
831+d_aintl='undef'
832+d_alarm='define'
833+d_archlib='define'
834+d_asctime_r='define'
835+d_atolf='undef'
836+d_atoll='define'
837+d_attribute_format='define'
838+d_attribute_malloc='define'
839+d_attribute_nonnull='define'
840+d_attribute_noreturn='define'
841+d_attribute_pure='define'
842+d_attribute_unused='define'
843+d_attribute_warn_unused_result='define'
844+d_bcmp='define'
845+d_bcopy='define'
846+d_bsd='undef'
847+d_bsdgetpgrp='undef'
848+d_bsdsetpgrp='undef'
849+d_bzero='define'
850+d_casti32='define'
851+d_castneg='define'
852+d_charvspr='define'
853+d_chown='define'
854+d_chroot='define'
855+d_chsize='undef'
856+d_class='undef'
857+d_clearenv='define'
858+d_closedir='define'
859+d_cmsghdr_s='define'
860+d_const='define'
861+d_copysignl='define'
862+d_crypt='define'
863+d_crypt_r='define'
864+d_csh='undef'
865+d_ctermid_r='undef'
866+d_ctime_r='define'
867+d_cuserid='define'
868+d_dbl_dig='define'
869+d_dbminitproto='undef'
870+d_difftime='define'
871+d_dirfd='define'
872+d_dirnamlen='undef'
873+d_dlerror='define'
874+d_dlopen='define'
875+d_dlsymun='undef'
876+d_dosuid='undef'
877+d_drand48_r='define'
878+d_drand48proto='define'
879+d_dup2='define'
880+d_eaccess='define'
881+d_endgrent='define'
882+d_endgrent_r='undef'
883+d_endhent='define'
884+d_endhostent_r='undef'
885+d_endnent='define'
886+d_endnetent_r='undef'
887+d_endpent='define'
888+d_endprotoent_r='undef'
889+d_endpwent='define'
890+d_endpwent_r='undef'
891+d_endsent='define'
892+d_endservent_r='undef'
893+d_eofnblk='define'
894+d_eunice='undef'
895+d_faststdio='undef'
896+d_fchdir='define'
897+d_fchmod='define'
898+d_fchown='define'
899+d_fcntl='define'
900+d_fcntl_can_lock='undef'
901+d_fd_macros='define'
902+d_fd_set='define'
903+d_fds_bits='define'
904+d_fgetpos='define'
905+d_finite='define'
906+d_finitel='define'
907+d_flexfnam='define'
908+d_flock='define'
909+d_flockproto='define'
910+d_fork='define'
911+d_fp_class='undef'
912+d_fpathconf='define'
913+d_fpclass='undef'
914+d_fpclassify='undef'
915+d_fpclassl='undef'
916+d_fpos64_t='undef'
917+d_frexpl='define'
918+d_fs_data_s='undef'
919+d_fseeko='define'
920+d_fsetpos='define'
921+d_fstatfs='define'
922+d_fstatvfs='define'
923+d_fsync='define'
924+d_ftello='define'
925+d_ftime='undef'
926+d_futimes='define'
927+d_getcwd='define'
928+d_getespwnam='undef'
929+d_getfsstat='undef'
930+d_getgrent='define'
931+d_getgrent_r='define'
932+d_getgrgid_r='define'
933+d_getgrnam_r='define'
934+d_getgrps='define'
935+d_gethbyaddr='define'
936+d_gethbyname='define'
937+d_gethent='define'
938+d_gethname='define'
939+d_gethostbyaddr_r='define'
940+d_gethostbyname_r='define'
941+d_gethostent_r='define'
942+d_gethostprotos='define'
943+d_getitimer='define'
944+d_getlogin='define'
945+d_getlogin_r='define'
946+d_getmnt='undef'
947+d_getmntent='define'
948+d_getnbyaddr='define'
949+d_getnbyname='define'
950+d_getnent='define'
951+d_getnetbyaddr_r='define'
952+d_getnetbyname_r='define'
953+d_getnetent_r='define'
954+d_getnetprotos='define'
955+d_getpagsz='define'
956+d_getpbyname='define'
957+d_getpbynumber='define'
958+d_getpent='define'
959+d_getpgid='define'
960+d_getpgrp2='undef'
961+d_getpgrp='define'
962+d_getppid='define'
963+d_getprior='define'
964+d_getprotobyname_r='define'
965+d_getprotobynumber_r='define'
966+d_getprotoent_r='define'
967+d_getprotoprotos='define'
968+d_getprpwnam='undef'
969+d_getpwent='define'
970+d_getpwent_r='define'
971+d_getpwnam_r='define'
972+d_getpwuid_r='define'
973+d_getsbyname='define'
974+d_getsbyport='define'
975+d_getsent='define'
976+d_getservbyname_r='define'
977+d_getservbyport_r='define'
978+d_getservent_r='define'
979+d_getservprotos='define'
980+d_getspnam='define'
981+d_getspnam_r='define'
982+d_gettimeod='define'
983+d_gmtime_r='define'
984+d_gnulibc='define'
985+d_grpasswd='define'
986+d_hasmntopt='define'
987+d_htonl='define'
988+d_ilogbl='define'
989+d_index='undef'
990+d_inetaton='define'
991+d_int64_t='define'
992+d_isascii='define'
993+d_isfinite='undef'
994+d_isinf='define'
995+d_isnan='define'
996+d_isnanl='define'
997+d_killpg='define'
998+d_lchown='define'
999+d_ldbl_dig='define'
1000+d_libm_lib_version='define'
1001+d_link='define'
1002+d_localtime_r='define'
1003+d_locconv='define'
1004+d_lockf='define'
1005+d_longdbl='define'
1006+d_longlong='define'
1007+d_lseekproto='define'
1008+d_lstat='define'
1009+d_madvise='define'
1010+d_malloc_good_size='undef'
1011+d_malloc_size='undef'
1012+d_mblen='define'
1013+d_mbstowcs='define'
1014+d_mbtowc='define'
1015+d_memchr='define'
1016+d_memcmp='define'
1017+d_memcpy='define'
1018+d_memmove='define'
1019+d_memset='define'
1020+d_mkdir='define'
1021+d_mkdtemp='define'
1022+d_mkfifo='define'
1023+d_mkstemp='define'
1024+d_mkstemps='undef'
1025+d_mktime='define'
1026+d_mmap='define'
1027+d_modfl='define'
1028+d_modfl_pow32_bug='undef'
1029+d_modflproto='undef'
1030+d_mprotect='define'
1031+d_msg='define'
1032+d_msg_ctrunc='define'
1033+d_msg_dontroute='define'
1034+d_msg_oob='define'
1035+d_msg_peek='define'
1036+d_msg_proxy='define'
1037+d_msgctl='define'
1038+d_msgget='define'
1039+d_msghdr_s='define'
1040+d_msgrcv='define'
1041+d_msgsnd='define'
1042+d_msync='define'
1043+d_munmap='define'
1044+d_mymalloc='undef'
1045+d_nice='define'
1046+d_nl_langinfo='define'
1047+d_nv_preserves_uv='define'
1048+d_nv_zero_is_allbits_zero='define'
1049+d_off64_t='define'
1050+d_old_pthread_create_joinable='undef'
1051+d_oldpthreads='undef'
1052+d_oldsock='undef'
1053+d_open3='define'
1054+d_pathconf='define'
1055+d_pause='define'
1056+d_perl_otherlibdirs='undef'
1057+d_phostname='undef'
1058+d_pipe='define'
1059+d_poll='define'
1060+d_portable='define'
1061+d_procselfexe='define'
1062+d_pthread_atfork='define'
1063+d_pthread_attr_setscope='define'
1064+d_pthread_yield='define'
1065+d_pwage='undef'
1066+d_pwchange='undef'
1067+d_pwclass='undef'
1068+d_pwcomment='undef'
1069+d_pwexpire='undef'
1070+d_pwgecos='define'
1071+d_pwpasswd='define'
1072+d_pwquota='undef'
1073+d_qgcvt='define'
1074+d_quad='define'
1075+d_random_r='define'
1076+d_readdir64_r='define'
1077+d_readdir='define'
1078+d_readdir_r='define'
1079+d_readlink='define'
1080+d_readv='define'
1081+d_recvmsg='define'
1082+d_rename='define'
1083+d_rewinddir='define'
1084+d_rmdir='define'
1085+d_safebcpy='undef'
1086+d_safemcpy='undef'
1087+d_sanemcmp='define'
1088+d_sbrkproto='define'
1089+d_scalbnl='define'
1090+d_sched_yield='define'
1091+d_scm_rights='define'
1092+d_seekdir='define'
1093+d_select='define'
1094+d_sem='define'
1095+d_semctl='define'
1096+d_semctl_semid_ds='define'
1097+d_semctl_semun='define'
1098+d_semget='define'
1099+d_semop='define'
1100+d_sendmsg='define'
1101+d_setegid='define'
1102+d_seteuid='define'
1103+d_setgrent='define'
1104+d_setgrent_r='undef'
1105+d_setgrps='define'
1106+d_sethent='define'
1107+d_sethostent_r='undef'
1108+d_setitimer='define'
1109+d_setlinebuf='define'
1110+d_setlocale='define'
1111+d_setlocale_r='undef'
1112+d_setnent='define'
1113+d_setnetent_r='undef'
1114+d_setpent='define'
1115+d_setpgid='define'
1116+d_setpgrp2='undef'
1117+d_setpgrp='define'
1118+d_setprior='define'
1119+d_setproctitle='undef'
1120+d_setprotoent_r='undef'
1121+d_setpwent='define'
1122+d_setpwent_r='undef'
1123+d_setregid='define'
1124+d_setresgid='define'
1125+d_setresuid='define'
1126+d_setreuid='define'
1127+d_setrgid='undef'
1128+d_setruid='undef'
1129+d_setsent='define'
1130+d_setservent_r='undef'
1131+d_setsid='define'
1132+d_setvbuf='define'
1133+d_sfio='undef'
1134+d_shm='define'
1135+d_shmat='define'
1136+d_shmatprototype='define'
1137+d_shmctl='define'
1138+d_shmdt='define'
1139+d_shmget='define'
1140+d_sigaction='define'
1141+d_sigprocmask='define'
1142+d_sigsetjmp='define'
1143+d_sockatmark='define'
1144+d_sockatmarkproto='define'
1145+d_socket='define'
1146+d_socklen_t='define'
1147+d_sockpair='define'
1148+d_socks5_init='undef'
1149+d_sprintf_returns_strlen='define'
1150+d_sqrtl='define'
1151+d_srand48_r='define'
1152+d_srandom_r='define'
1153+d_sresgproto='define'
1154+d_sresuproto='define'
1155+d_statblks='define'
1156+d_statfs_f_flags='undef'
1157+d_statfs_s='define'
1158+d_statvfs='define'
1159+d_stdio_cnt_lval='undef'
1160+d_stdio_ptr_lval='undef'
1161+d_stdio_ptr_lval_nochange_cnt='undef'
1162+d_stdio_ptr_lval_sets_cnt='undef'
1163+d_stdio_stream_array='undef'
1164+d_stdiobase='undef'
1165+d_stdstdio='undef'
1166+d_strchr='define'
1167+d_strcoll='define'
1168+d_strctcpy='define'
1169+d_strerrm='strerror(e)'
1170+d_strerror='define'
1171+d_strerror_r='define'
1172+d_strftime='define'
1173+d_strlcat='undef'
1174+d_strlcpy='undef'
1175+d_strtod='define'
1176+d_strtol='define'
1177+d_strtold='define'
1178+d_strtoll='define'
1179+d_strtoq='define'
1180+d_strtoul='define'
1181+d_strtoull='define'
1182+d_strtouq='define'
1183+d_strxfrm='define'
1184+d_suidsafe='undef'
1185+d_symlink='define'
1186+d_syscall='define'
1187+d_syscallproto='define'
1188+d_sysconf='define'
1189+d_sysernlst=''
1190+d_syserrlst='define'
1191+d_system='define'
1192+d_tcgetpgrp='define'
1193+d_tcsetpgrp='define'
1194+d_telldir='define'
1195+d_telldirproto='define'
1196+d_time='define'
1197+d_times='define'
1198+d_tm_tm_gmtoff='define'
1199+d_tm_tm_zone='define'
1200+d_tmpnam_r='define'
1201+d_truncate='define'
1202+d_ttyname_r='define'
1203+d_tzname='define'
1204+d_u32align='undef'
1205+d_ualarm='define'
1206+d_umask='define'
1207+d_uname='define'
1208+d_union_semun='undef'
1209+d_unordered='undef'
1210+d_unsetenv='define'
1211+d_usleep='define'
1212+d_usleepproto='define'
1213+d_ustat='define'
1214+d_vendorarch='undef'
1215+d_vendorbin='undef'
1216+d_vendorlib='undef'
1217+d_vendorscript='undef'
1218+d_vfork='undef'
1219+d_void_closedir='undef'
1220+d_voidsig='define'
1221+d_voidtty=''
1222+d_volatile='define'
1223+d_vprintf='define'
1224+d_wait4='define'
1225+d_waitpid='define'
1226+d_wcstombs='define'
1227+d_wctomb='define'
1228+d_writev='define'
1229+d_xenix='undef'
1230+date='date'
1231+db_hashtype='u_int32_t'
1232+db_prefixtype='size_t'
1233+db_version_major=''
1234+db_version_minor=''
1235+db_version_patch=''
1236+defvoidused='15'
1237+direntrytype='struct dirent'
1238+dlext='so'
1239+dlsrc='dl_dlopen.xs'
1240+doublesize='8'
1241+drand01='drand48()'
1242+drand48_r_proto='REENTRANT_PROTO_I_ST'
1243+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'
1244+eagain='EAGAIN'
1245+ebcdic='undef'
1246+echo='echo'
1247+egrep='egrep'
1248+emacs=''
1249+endgrent_r_proto='0'
1250+endhostent_r_proto='0'
1251+endnetent_r_proto='0'
1252+endprotoent_r_proto='0'
1253+endpwent_r_proto='0'
1254+endservent_r_proto='0'
1255+eunicefix=':'
1256+exe_ext=''
1257+expr='expr'
1258+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'
1259+extras=''
1260+fflushNULL='define'
1261+fflushall='undef'
1262+find=''
1263+firstmakefile='makefile'
1264+flex=''
1265+fpossize='16'
1266+fpostype='fpos_t'
1267+freetype='void'
1268+from=':'
1269+full_ar='/usr/bin/ar'
1270+full_csh='csh'
1271+full_sed='/bin/sed'
1272+gccansipedantic=''
1273+gccosandvers=''
1274+gccversion='4.1.1'
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'
1295+gidformat='"lu"'
1296+gidsign='1'
1297+gidsize='4'
1298+gidtype='gid_t'
1299+glibpth='/usr/shlib /lib /usr/lib /usr/lib/386 /lib/386 /usr/ccs/lib /usr/ucblib /usr/local/lib '
1300+gmake='gmake'
1301+gmtime_r_proto='REENTRANT_PROTO_S_TS'
1302+gnulibc_version='2.5'
1303+grep='grep'
1304+groupcat='cat /etc/group'
1305+groupstype='gid_t'
1306+gzip='gzip'
1307+h_fcntl='false'
1308+h_sysfile='true'
1309+hint='recommended'
1310+hostcat='cat /etc/hosts'
1311+html1dir=' '
1312+html1direxp=''
1313+html3dir=' '
1314+html3direxp=''
1315+i16size='2'
1316+i16type='short'
1317+i32size='4'
1318+i32type='long'
1319+i64size='8'
1320+i64type='long long'
1321+i8size='1'
1322+i8type='char'
1323+i_arpainet='define'
1324+i_bsdioctl=''
1325+i_crypt='define'
1326+i_db='undef'
1327+i_dbm='undef'
1328+i_dirent='define'
1329+i_dld='undef'
1330+i_dlfcn='define'
1331+i_fcntl='undef'
1332+i_float='define'
1333+i_fp='undef'
1334+i_fp_class='undef'
1335+i_gdbm='undef'
1336+i_grp='define'
1337+i_ieeefp='undef'
1338+i_inttypes='define'
1339+i_langinfo='define'
1340+i_libutil='undef'
1341+i_limits='define'
1342+i_locale='define'
1343+i_machcthr='undef'
1344+i_malloc='define'
1345+i_math='define'
1346+i_memory='undef'
1347+i_mntent='define'
1348+i_ndbm='undef'
1349+i_netdb='define'
1350+i_neterrno='undef'
1351+i_netinettcp='define'
1352+i_niin='define'
1353+i_poll='define'
1354+i_prot='undef'
1355+i_pthread='define'
1356+i_pwd='define'
1357+i_rpcsvcdbm='undef'
1358+i_sfio='undef'
1359+i_sgtty='undef'
1360+i_shadow='define'
1361+i_socks='undef'
1362+i_stdarg='define'
1363+i_stddef='define'
1364+i_stdlib='define'
1365+i_string='define'
1366+i_sunmath='undef'
1367+i_sysaccess='undef'
1368+i_sysdir='define'
1369+i_sysfile='define'
1370+i_sysfilio='undef'
1371+i_sysin='undef'
1372+i_sysioctl='define'
1373+i_syslog='define'
1374+i_sysmman='define'
1375+i_sysmode='undef'
1376+i_sysmount='define'
1377+i_sysndir='undef'
1378+i_sysparam='define'
1379+i_sysresrc='define'
1380+i_syssecrt='undef'
1381+i_sysselct='define'
1382+i_syssockio='undef'
1383+i_sysstat='define'
1384+i_sysstatfs='define'
1385+i_sysstatvfs='define'
1386+i_systime='define'
1387+i_systimek='undef'
1388+i_systimes='define'
1389+i_systypes='define'
1390+i_sysuio='define'
1391+i_sysun='define'
1392+i_sysutsname='define'
1393+i_sysvfs='define'
1394+i_syswait='define'
1395+i_termio='undef'
1396+i_termios='define'
1397+i_time='define'
1398+i_unistd='define'
1399+i_ustat='define'
1400+i_utime='define'
1401+i_values='define'
1402+i_varargs='undef'
1403+i_varhdr='stdarg.h'
1404+i_vfork='undef'
1405+ignore_versioned_solibs='y'
1406+inc_version_list=' '
1407+inc_version_list_init='0'
1408+incpath=''
1409+inews=''
1410+installarchlib='/usr/lib/perl5/5.8.8/parisc-linux-thread-multi'
1411+installbin='/usr/bin'
1412+installhtml1dir=''
1413+installhtml3dir=''
1414+installman1dir='/usr/share/man/man1'
1415+installman3dir='/usr/share/man/man3'
1416+installprefix='/usr'
1417+installprefixexp='/usr'
1418+installprivlib='/usr/lib/perl5/5.8.8'
1419+installscript='/usr/bin'
1420+installsitearch='/usr/lib/perl5/site_perl/5.8.8/parisc-linux-thread-multi'
1421+installsitebin='/usr/bin'
1422+installsitehtml1dir=''
1423+installsitehtml3dir=''
1424+installsitelib='/usr/lib/perl5/site_perl/5.8.8'
1425+installsiteman1dir='/usr/share/man/man1'
1426+installsiteman3dir='/usr/share/man/man3'
1427+installsitescript='/usr/bin'
1428+installstyle='lib/perl5'
1429+installusrbinperl='undef'
1430+installvendorarch=''
1431+installvendorbin=''
1432+installvendorhtml1dir=''
1433+installvendorhtml3dir=''
1434+installvendorlib=''
1435+installvendorman1dir=''
1436+installvendorman3dir=''
1437+installvendorscript=''
1438+intsize='4'
1439+issymlink='/bin/test -h'
1440+ivdformat='"ld"'
1441+ivsize='4'
1442+ivtype='long'
1443+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'
1444+ksh=''
1445+ld='cc'
1446+lddlflags='-shared -L/usr/local/lib'
1447+ldflags=' -L/usr/local/lib'
1448+ldflags_uselargefiles=''
1449+ldlibpthname='LD_LIBRARY_PATH'
1450+less='less'
1451+lib_ext='.a'
1452+libc='/lib/libc-2.5.so'
1453+libperl='libperl.a'
1454+libpth='/usr/local/lib /lib /usr/lib'
1455+libs='-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc'
1456+libsdirs=' /usr/lib'
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'
1459+libspath=' /usr/local/lib /lib /usr/lib'
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'
1461+libswanted_uselargefiles=''
1462+line=''
1463+lint=''
1464+lkflags=''
1465+ln='ln'
1466+lns='/bin/ln -s'
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
[3035090]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
[07e528e]1774+++ perl-5.8.8/Cross/config.sh-x86-linux 2007-01-15 15:15:55.000000000 -0500
1775@@ -0,0 +1,1048 @@
[3035090]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 : .
[07e528e]1786+# Configuration time: Mon Dec 11 21:24:56 EST 2006
[3035090]1787+# Configured by : root
[07e528e]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
[3035090]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'
[07e528e]1814+archlib='/usr/lib/perl5/5.8.8/i686-linux-thread-multi'
1815+archlibexp='/usr/lib/perl5/5.8.8/i686-linux-thread-multi'
[3035090]1816+archname64=''
[07e528e]1817+archname='i686-linux-thread-multi'
[3035090]1818+archobjs=''
[07e528e]1819+asctime_r_proto='REENTRANT_PROTO_B_SB'
[3035090]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'
[07e528e]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'
[3035090]1835+ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
1836+ccname='gcc'
1837+ccsymbols=''
1838+ccversion=''
1839+cf_by='root'
[07e528e]1840+cf_email='root@sasquach.cicone'
1841+cf_time='Mon Dec 11 21:24:56 EST 2006'
[3035090]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=''
[07e528e]1855+cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
[3035090]1856+cpplast='-'
1857+cppminus='-'
1858+cpprun='cc -E'
1859+cppstdin='cc -E'
[07e528e]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'
[3035090]1862+cryptlib=''
1863+csh='csh'
1864+ctermid_r_proto='0'
[07e528e]1865+ctime_r_proto='REENTRANT_PROTO_B_SB'
[3035090]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'
[07e528e]1886+d_asctime_r='define'
[3035090]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'
[07e528e]1915+d_crypt_r='define'
[3035090]1916+d_csh='undef'
1917+d_ctermid_r='undef'
[07e528e]1918+d_ctime_r='define'
[3035090]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'
[07e528e]1929+d_drand48_r='define'
[3035090]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'
[07e528e]1955+d_fds_bits='define'
[3035090]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'
[07e528e]1983+d_getgrent_r='define'
1984+d_getgrgid_r='define'
1985+d_getgrnam_r='define'
[3035090]1986+d_getgrps='define'
1987+d_gethbyaddr='define'
1988+d_gethbyname='define'
1989+d_gethent='define'
1990+d_gethname='define'
[07e528e]1991+d_gethostbyaddr_r='define'
1992+d_gethostbyname_r='define'
1993+d_gethostent_r='define'
[3035090]1994+d_gethostprotos='define'
1995+d_getitimer='define'
1996+d_getlogin='define'
[07e528e]1997+d_getlogin_r='define'
[3035090]1998+d_getmnt='undef'
1999+d_getmntent='define'
2000+d_getnbyaddr='define'
2001+d_getnbyname='define'
2002+d_getnent='define'
[07e528e]2003+d_getnetbyaddr_r='define'
2004+d_getnetbyname_r='define'
2005+d_getnetent_r='define'
[3035090]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'
[07e528e]2016+d_getprotobyname_r='define'
2017+d_getprotobynumber_r='define'
2018+d_getprotoent_r='define'
[3035090]2019+d_getprotoprotos='define'
2020+d_getprpwnam='undef'
2021+d_getpwent='define'
[07e528e]2022+d_getpwent_r='define'
2023+d_getpwnam_r='define'
2024+d_getpwuid_r='define'
[3035090]2025+d_getsbyname='define'
2026+d_getsbyport='define'
2027+d_getsent='define'
[07e528e]2028+d_getservbyname_r='define'
2029+d_getservbyport_r='define'
2030+d_getservent_r='define'
[3035090]2031+d_getservprotos='define'
2032+d_getspnam='define'
[07e528e]2033+d_getspnam_r='define'
[3035090]2034+d_gettimeod='define'
[07e528e]2035+d_gmtime_r='define'
[3035090]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'
[07e528e]2054+d_localtime_r='define'
[3035090]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'
[07e528e]2101+d_off64_t='define'
[3035090]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'
[07e528e]2114+d_pthread_atfork='define'
[3035090]2115+d_pthread_attr_setscope='define'
[07e528e]2116+d_pthread_yield='define'
[3035090]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'
[07e528e]2127+d_random_r='define'
2128+d_readdir64_r='define'
[3035090]2129+d_readdir='define'
[07e528e]2130+d_readdir_r='define'
[3035090]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'
[07e528e]2203+d_srand48_r='define'
2204+d_srandom_r='define'
2205+d_sresgproto='define'
2206+d_sresuproto='define'
[3035090]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'
[07e528e]2223+d_strerror_r='define'
[3035090]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'
[07e528e]2252+d_tmpnam_r='define'
[3035090]2253+d_truncate='define'
[07e528e]2254+d_ttyname_r='define'
[3035090]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()'
[07e528e]2294+drand48_r_proto='REENTRANT_PROTO_I_ST'
[3035090]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'
[07e528e]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'
[3035090]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'
[07e528e]2353+gmtime_r_proto='REENTRANT_PROTO_S_TS'
2354+gnulibc_version='2.5'
[3035090]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=''
[07e528e]2462+installarchlib='/usr/lib/perl5/5.8.8/i686-linux-thread-multi'
[3035090]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'
[07e528e]2472+installsitearch='/usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi'
[3035090]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'
[07e528e]2504+libc='/lib/libc-2.5.so'
[3035090]2505+libperl='libperl.a'
2506+libpth='/usr/local/lib /lib /usr/lib'
[07e528e]2507+libs='-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc'
[3035090]2508+libsdirs=' /usr/lib'
[07e528e]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'
[3035090]2511+libspath=' /usr/local/lib /lib /usr/lib'
[07e528e]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'
[3035090]2513+libswanted_uselargefiles=''
2514+line=''
2515+lint=''
2516+lkflags=''
2517+ln='ln'
2518+lns='/bin/ln -s'
[07e528e]2519+localtime_r_proto='REENTRANT_PROTO_S_TS'
[3035090]2520+locincpth='/usr/local/include /opt/local/include /usr/gnu/include /opt/gnu/include /usr/GNU/include /opt/GNU/include'
2521+loclibpth='/usr/local/lib /opt/local/lib /usr/gnu/lib /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib'
2522+longdblsize='12'
2523+longlongsize='8'
2524+longsize='4'
2525+lp=''
2526+lpr=''
2527+ls='ls'
2528+lseeksize='8'
2529+lseektype='off_t'
2530+mail=''
2531+mailx=''
2532+make='make'
2533+make_set_make='#'
2534+mallocobj=''
2535+mallocsrc=''
2536+malloctype='void *'
2537+man1dir='/usr/share/man/man1'
2538+man1direxp='/usr/share/man/man1'
2539+man1ext='1'
2540+man3dir='/usr/share/man/man3'
2541+man3direxp='/usr/share/man/man3'
2542+man3ext='3'
2543+mips_type=''
2544+mistrustnm=''
2545+mkdir='mkdir'
2546+mmaptype='void *'
2547+modetype='mode_t'
2548+more='more'
2549+multiarch='undef'
2550+mv=''
2551+myarchname='i686-linux'
[07e528e]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 '
[3035090]2555+n='-n'
2556+need_va_copy='undef'
2557+netdb_hlen_type='size_t'
2558+netdb_host_type='const void *'
2559+netdb_name_type='const char *'
2560+netdb_net_type='in_addr_t'
2561+nm='nm'
2562+nm_opt=''
2563+nm_so_opt='--dynamic'
2564+nonxs_ext='Errno'
2565+nroff='nroff'
2566+nvEUformat='"E"'
2567+nvFUformat='"F"'
2568+nvGUformat='"G"'
2569+nv_preserves_uv_bits='32'
2570+nveformat='"e"'
2571+nvfformat='"f"'
2572+nvgformat='"g"'
2573+nvsize='8'
2574+nvtype='double'
2575+o_nonblock='O_NONBLOCK'
2576+obj_ext='.o'
2577+old_pthread_create_joinable=''
2578+optimize='-O2'
2579+orderlib='false'
2580+osname='linux'
[07e528e]2581+osvers='2.6.18'
[3035090]2582+otherlibdirs=' '
2583+package='perl5'
[07e528e]2584+pager='/bin/less -isR'
[3035090]2585+passcat='cat /etc/passwd'
2586+patchlevel='8'
2587+path_sep=':'
[07e528e]2588+perl5='/usr/bin/perl'
[3035090]2589+perl=''
2590+perl_patchlevel=''
[07e528e]2591+perladmin='root@sasquach.cicone'
2592+perllibs='-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc'
[3035090]2593+perlpath='/usr/bin/perl'
2594+pg='pg'
2595+phostname='hostname'
2596+pidtype='pid_t'
2597+plibpth=''
2598+pmake=''
2599+pr=''
2600+prefix='/usr'
2601+prefixexp='/usr'
2602+privlib='/usr/lib/perl5/5.8.8'
2603+privlibexp='/usr/lib/perl5/5.8.8'
2604+procselfexe='"/proc/self/exe"'
2605+prototype='define'
2606+ptrsize='4'
2607+quadkind='3'
2608+quadtype='long long'
2609+randbits='48'
2610+randfunc='drand48'
[07e528e]2611+random_r_proto='REENTRANT_PROTO_I_St'
[3035090]2612+randseedtype='long'
2613+ranlib=':'
2614+rd_nodata='-1'
[07e528e]2615+readdir64_r_proto='REENTRANT_PROTO_I_TSR'
2616+readdir_r_proto='REENTRANT_PROTO_I_TSR'
[3035090]2617+revision='5'
2618+rm='rm'
2619+rmail=''
2620+run=''
2621+runnm='false'
2622+sPRIEUldbl='"LE"'
2623+sPRIFUldbl='"LF"'
2624+sPRIGUldbl='"LG"'
2625+sPRIXU64='"LX"'
2626+sPRId64='"Ld"'
2627+sPRIeldbl='"Le"'
2628+sPRIfldbl='"Lf"'
2629+sPRIgldbl='"Lg"'
2630+sPRIi64='"Li"'
2631+sPRIo64='"Lo"'
2632+sPRIu64='"Lu"'
2633+sPRIx64='"Lx"'
2634+sSCNfldbl='"Lf"'
2635+sched_yield='sched_yield()'
2636+scriptdir='/usr/bin'
2637+scriptdirexp='/usr/bin'
2638+sed='sed'
2639+seedfunc='srand48'
2640+selectminbits='32'
2641+selecttype='fd_set *'
2642+sendmail=''
2643+setgrent_r_proto='0'
2644+sethostent_r_proto='0'
2645+setlocale_r_proto='0'
2646+setnetent_r_proto='0'
2647+setprotoent_r_proto='0'
2648+setpwent_r_proto='0'
2649+setservent_r_proto='0'
2650+sh='/bin/sh'
2651+shar=''
2652+sharpbang='#!'
2653+shmattype='void *'
2654+shortsize='2'
2655+shrpenv=''
2656+shsharp='true'
2657+sig_count='65'
2658+sig_name='ZERO HUP INT QUIT ILL TRAP ABRT BUS FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT CHLD CONT STOP TSTP TTIN TTOU URG XCPU XFSZ VTALRM PROF WINCH IO PWR SYS NUM32 NUM33 RTMIN NUM35 NUM36 NUM37 NUM38 NUM39 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 UNUSED '
2659+sig_name_init='"ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "BUS", "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM", "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN", "TTOU", "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO", "PWR", "SYS", "NUM32", "NUM33", "RTMIN", "NUM35", "NUM36", "NUM37", "NUM38", "NUM39", "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", "UNUSED", 0'
2660+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 17 29 31 '
2661+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, 17, 29, 31, 0'
2662+sig_size='69'
2663+signal_t='void'
[07e528e]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'
[3035090]2666+sitebin='/usr/bin'
2667+sitebinexp='/usr/bin'
2668+sitehtml1dir=''
2669+sitehtml1direxp=''
2670+sitehtml3dir=''
2671+sitehtml3direxp=''
2672+sitelib='/usr/lib/perl5/site_perl/5.8.8'
2673+sitelib_stem='/usr/lib/perl5/site_perl'
2674+sitelibexp='/usr/lib/perl5/site_perl/5.8.8'
2675+siteman1dir='/usr/share/man/man1'
2676+siteman1direxp='/usr/share/man/man1'
2677+siteman3dir='/usr/share/man/man3'
2678+siteman3direxp='/usr/share/man/man3'
2679+siteprefix='/usr'
2680+siteprefixexp='/usr'
2681+sitescript='/usr/bin'
2682+sitescriptexp='/usr/bin'
2683+sizesize='4'
2684+sizetype='size_t'
2685+sleep=''
2686+smail=''
2687+so='so'
2688+sockethdr=''
2689+socketlib=''
2690+socksizetype='socklen_t'
2691+sort='sort'
2692+spackage='Perl5'
2693+spitshell='cat'
[07e528e]2694+srand48_r_proto='REENTRANT_PROTO_I_LS'
2695+srandom_r_proto='REENTRANT_PROTO_I_TS'
[3035090]2696+src='.'
2697+ssizetype='ssize_t'
2698+startperl='#!/usr/bin/perl'
2699+startsh='#!/bin/sh'
2700+static_ext=' '
2701+stdchar='char'
2702+stdio_base='((fp)->_IO_read_base)'
2703+stdio_bufsiz='((fp)->_IO_read_end - (fp)->_IO_read_base)'
2704+stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
2705+stdio_filbuf=''
2706+stdio_ptr='((fp)->_IO_read_ptr)'
2707+stdio_stream_array=''
[07e528e]2708+strerror_r_proto='REENTRANT_PROTO_B_IBW'
[3035090]2709+strings='/usr/include/string.h'
2710+submit=''
2711+subversion='8'
2712+sysman='/usr/share/man/man1'
2713+tail=''
2714+tar=''
2715+targetarch=''
2716+tbl=''
2717+tee=''
2718+test='test'
2719+timeincl='/usr/include/sys/time.h /usr/include/time.h '
2720+timetype='time_t'
[07e528e]2721+tmpnam_r_proto='REENTRANT_PROTO_B_B'
[3035090]2722+to=':'
2723+touch='touch'
2724+tr='tr'
2725+trnl='\n'
2726+troff=''
[07e528e]2727+ttyname_r_proto='REENTRANT_PROTO_I_IBW'
[3035090]2728+u16size='2'
2729+u16type='unsigned short'
2730+u32size='4'
2731+u32type='unsigned long'
2732+u64size='8'
2733+u64type='unsigned long long'
2734+u8size='1'
2735+u8type='unsigned char'
2736+uidformat='"lu"'
2737+uidsign='1'
2738+uidsize='4'
2739+uidtype='uid_t'
2740+uname='uname'
2741+uniq='uniq'
2742+uquadtype='unsigned long long'
2743+use5005threads='undef'
2744+use64bitall='undef'
2745+use64bitint='undef'
2746+usecrosscompile='undef'
2747+usedl='define'
2748+usefaststdio='define'
[07e528e]2749+useithreads='define'
[3035090]2750+uselargefiles='define'
2751+uselongdouble='undef'
2752+usemallocwrap='define'
2753+usemorebits='undef'
[07e528e]2754+usemultiplicity='define'
[3035090]2755+usemymalloc='n'
2756+usenm='false'
2757+useopcode='true'
2758+useperlio='define'
2759+useposix='true'
2760+usereentrant='undef'
2761+usesfio='false'
2762+useshrplib='false'
2763+usesitecustomize='undef'
2764+usesocks='undef'
[07e528e]2765+usethreads='define'
[3035090]2766+usevendorprefix='undef'
2767+usevfork='false'
2768+usrinc='/usr/include'
2769+uuname=''
2770+uvXUformat='"lX"'
2771+uvoformat='"lo"'
2772+uvsize='4'
2773+uvtype='unsigned long'
2774+uvuformat='"lu"'
2775+uvxformat='"lx"'
2776+vendorarch=''
2777+vendorarchexp=''
2778+vendorbin=''
2779+vendorbinexp=''
2780+vendorhtml1dir=' '
2781+vendorhtml1direxp=''
2782+vendorhtml3dir=' '
2783+vendorhtml3direxp=''
2784+vendorlib=''
2785+vendorlib_stem=''
2786+vendorlibexp=''
2787+vendorman1dir=' '
2788+vendorman1direxp=''
2789+vendorman3dir=' '
2790+vendorman3direxp=''
2791+vendorprefix=''
2792+vendorprefixexp=''
2793+vendorscript=''
2794+vendorscriptexp=''
2795+version='5.8.8'
2796+version_patchlevel_string='version 8 subversion 8'
2797+versiononly='undef'
2798+vi=''
2799+voidflags='15'
2800+xlibpth='/usr/lib/386 /lib/386'
2801+yacc='yacc'
2802+yaccflags=''
2803+zcat=''
2804+zip='zip'
2805+# Configure command line arguments.
2806+config_arg0='Configure'
[07e528e]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
[3035090]2809+config_arg1='-ds'
2810+config_arg2='-e'
2811+config_arg3='-Dprefix=/usr'
2812+config_arg4='-Dman1dir=/usr/share/man/man1'
2813+config_arg5='-Dman3dir=/usr/share/man/man3'
[07e528e]2814+config_arg6='-Dpager=/bin/less -isR'
2815+config_arg7='-Dusethreads'
[3035090]2816+PERL_REVISION=5
2817+PERL_VERSION=8
2818+PERL_SUBVERSION=8
2819+PERL_API_REVISION=5
2820+PERL_API_VERSION=8
2821+PERL_API_SUBVERSION=0
2822+PERL_PATCHLEVEL=
2823+PERL_CONFIG_SH=true
2824diff -Naur perl-5.8.8.orig/Cross/generate_config_sh perl-5.8.8/Cross/generate_config_sh
[07e528e]2825--- perl-5.8.8.orig/Cross/generate_config_sh 2003-09-05 04:31:08.000000000 -0400
[3035090]2826+++ perl-5.8.8/Cross/generate_config_sh 1969-12-31 19:00:00.000000000 -0500
2827@@ -1,132 +0,0 @@
2828-#!/usr/bin/perl
2829-
2830-##############################################################################
2831-#
2832-# generate_config_sh
2833-# Process that takes an automatically generated config.sh
2834-# file and allows the environment to overload the values
2835-# automatically discovered by Configure on our target platform.
2836-#
2837-# Author Redvers Davies <red@criticalintegration.com>
2838-#
2839-##############################################################################
2840-
2841-my $config = shift;
2842-
2843-my $sys = $ENV{SYS};
2844-
2845-my $callbacks = {};
2846-$callbacks->{'ar'} = [\&simple_process, ["AR", "arm-linux-ar"]];
2847-$callbacks->{'archname'} = [\&simple_process, ["SYS", "armv4l-linux"]];
2848-$callbacks->{'cc'} = [\&simple_process, ["CC", "arm-linux-gcc"]];
2849-$callbacks->{'cccdlflags'} = [\&simple_process, ["CFLAGS", ""]];
2850-$callbacks->{'ccdlflags'} = [\&simple_process, ["CFLAGS", ""]];
2851-$callbacks->{'ccflags'} = [\&simple_process, ["CFLAGS", "-fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"]];
2852-$callbacks->{'ccflags_uselargefiles'} = [\&simple_process, ["CFLAGS", "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"]];
2853-$callbacks->{'ccname'} = [\&simple_process, ["CC", "arm-linux-gcc"]];
2854-$callbacks->{'cpp'} = [\&simple_process, ["CCP", "arm-linux-cpp"]];
2855-$callbacks->{'cppflags'} = [\&simple_process, ["CCPFLAGS", "-fno-strict-aliasing"]];
2856-$callbacks->{'cpprun'} = [\&simple_process_append, ["CC", "arm-linux-gcc -E", "-E"]];
2857-$callbacks->{'cppstdin'} = [\&simple_process_append, ["CC", "arm-linux-gcc -E", "-E"]];
2858-$callbacks->{'full_ar'} = [\&backtick, ["AR", "which $ENV{AR}", "/usr/local/arm/2.95.3/bin/arm-linux-ar"]];
2859-$callbacks->{'ld'} = [\&simple_process, ["LD", "arm-linux-ld"]];
2860-$callbacks->{'ldflags'} = [\&simple_process, ["LDFLAGS", ""]];
2861-$callbacks->{'ldflags_uselargefiles'} = [\&simple_process, ["LDFLAGS", ""]];
2862-$callbacks->{'myarchname'} = [\&simple_process, ["SYS", "armv4l-linux"]];
2863-$callbacks->{'archlib'} = [\&library_munge, ["SYS", "armv4l-linux"]];
2864-$callbacks->{'archlibexp'} = [\&library_munge, ["SYS", "armv4l-linux"]];
2865-$callbacks->{'installarchlib'} = [\&library_munge, ["SYS", "armv4l-linux"]];
2866-$callbacks->{'installsitearch'} = [\&library_munge, ["SYS", "armv4l-linux"]];
2867-$callbacks->{'sitearch'} = [\&library_munge, ["SYS", "armv4l-linux"]];
2868-$callbacks->{'sitearchexp'} = [\&library_munge, ["SYS", "armv4l-linux"]];
2869-
2870-if ($config eq "") {
2871- die("Please run me as generate_config_sh path/to/original/config.sh");
2872-}
2873-
2874-open(FILE, "$config") || die("Unable to open $config");
2875-
2876-my $line_in;
2877-while ($line_in = <FILE>) {
2878- if ($line_in =~ /^#/) {
2879- next;
2880- }
2881-
2882- if ($line_in !~ /./) {
2883- next;
2884- }
2885-
2886- $line_in =~ /^([^=]+)=(.*)/;
2887- my $key = $1;
2888- my $value = $2;
2889- if (ref($callbacks->{$key}) eq "ARRAY") {
2890- ($callbacks->{$key}[0])->($key,$value);
2891- } else {
2892- print($line_in);
2893- }
2894-}
2895-
2896-sub backtick {
2897- my $key = shift;
2898- my $value = shift;
2899- my $envvar = $callbacks->{$key}->[1][0];
2900-
2901- if ($ENV{$envvar}) {
2902- my $rawtext = `$callbacks->{$key}->[1][1]`;
2903- chomp($rawtext);
2904- print("$key=\'$rawtext\'\n");
2905- } else {
2906- print("$key=\'$callbacks->{$key}->[1][2]\'\n");
2907- }
2908-}
2909-
2910-
2911-sub simple_process {
2912- my $key = shift;
2913- my $envvar = $callbacks->{$key}->[1][0];
2914-
2915- if ($ENV{$envvar}) {
2916- print("$key=\"$ENV{$envvar}\"\n");
2917- } else {
2918- print("$key=\'$callbacks->{$key}->[1][1]\'\n");
2919- }
2920-
2921-}
2922-
2923-sub simple_process_append {
2924- my $key = shift;
2925- my $envvar = $callbacks->{$key}->[1][0];
2926-
2927- if ($ENV{$envvar}) {
2928- print("$key=\"$ENV{$envvar} $callbacks->{$key}->[1][2]\"\n");
2929- } else {
2930- print("$key=\'$callbacks->{$key}->[1][1]\'\n");
2931- }
2932-
2933-}
2934-
2935-sub library_munge {
2936- my $key = shift;
2937- my $value = shift;
2938- my $envvar = $callbacks->{$key}->[1][0];
2939-
2940- if ($ENV{$envvar}) {
2941- $value =~ s/$callbacks->{$key}->[1][1]/$ENV{$envvar}/g;
2942- print("$key=$value\n");
2943- } else {
2944- print("$key=$value\n");
2945- }
2946-
2947-}
2948-
2949-
2950-
2951-
2952-
2953-
2954-
2955-
2956-
2957-
2958-
2959-
2960diff -Naur perl-5.8.8.orig/Cross/installperl.patch perl-5.8.8/Cross/installperl.patch
[07e528e]2961--- perl-5.8.8.orig/Cross/installperl.patch 2003-12-21 19:56:02.000000000 -0500
[3035090]2962+++ perl-5.8.8/Cross/installperl.patch 1969-12-31 19:00:00.000000000 -0500
2963@@ -1,22 +0,0 @@
2964---- ../installperl 2003-08-31 11:58:48.000000000 -0500
2965-+++ installperl 2003-09-05 02:38:40.000000000 -0500
2966-@@ -3,8 +3,8 @@
2967- BEGIN {
2968- require 5.004;
2969- chdir '..' if !-d 'lib' and -d '../lib';
2970-- @INC = 'lib';
2971-- $ENV{PERL5LIB} = 'lib';
2972-+# @INC = 'lib';
2973-+# $ENV{PERL5LIB} = 'lib';
2974- }
2975-
2976- use strict;
2977-@@ -946,7 +946,7 @@
2978- print " " if (@opts);
2979- print "$file\n";
2980- }
2981-- system("strip", @opts, $file);
2982-+ system("XXSTRIPXX-strip", @opts, $file);
2983- } else {
2984- print "# file '$file' skipped\n" if $verbose;
2985- }
2986diff -Naur perl-5.8.8.orig/Cross/Makefile perl-5.8.8/Cross/Makefile
[07e528e]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
[3035090]2989@@ -1,68 +1,62 @@
2990-## Toplevel Makefile for cross-compilation of perl
2991-#
2992-## $Id: Makefile,v 1.7 2004/01/12 15:41:02 red Exp red $
2993-
2994-export TOPDIR=${shell pwd}
2995-include $(TOPDIR)/config
2996-export CFLAGS
2997-export SYS=$(ARCH)-$(OS)
2998-export CROSS=$(ARCH)-$(OS)-
2999-export FULL_OPTIMIZATION = -fexpensive-optimizations -fomit-frame-pointer -O2
3000-export OPTIMIZATION = -O2
3001-
3002-export CC = $(CROSS)gcc
3003-export CXX = $(CROSS)g++
3004-export LD = $(CROSS)ld
3005-export STRIP = $(CROSS)strip
3006-export AR = $(CROSS)ar
3007-export RANLIB = $(CROSS)ranlib
3008-
3009-
3010-## Optimisation work
3011-ifeq ($(ARCH),arm)
3012- ifdef CONFIG_TARGET_ARM_SA11X0
3013- ifndef Architecture
3014- Architecture = armv4l-strongarm
3015- endif
3016- FULL_OPTIMIZATION += -march=armv4 -mtune=strongarm1100 -mapcs-32
3017- OPTIMIZATION += -march=armv4 -mtune=strongarm1100 -mapcs-32
3018- endif
3019-endif
3020+PWD := $(shell pwd)
3021+TOP := $(shell dirname $(PWD))
3022
3023-CFLAGS+=$(FULL_OPTIMIZATION)
3024+VERSION := $(shell awk '/define[ ]PERL_REVISION/ {printf $$3"."} /define[ ]PERL_VERSION/ {printf $$3"."} /define[ ]PERL_SUBVERSION/ {print $$3}' $(TOP)/patchlevel.h)
3025
3026-all:
3027- @echo Please read the README file before doing anything else.
3028+CROSS_COMPILE := arm-unknown-linux-gnu-
3029+
3030+ARCH := arm
3031+OS := linux
3032+
3033+SYS := $(ARCH)-$(OS)
3034
3035-gen_patch:
3036- diff -Bbur ../Makefile.SH Makefile.SH > Makefile.SH.patch
3037- diff -Bbur ../installperl installperl > installperl.patch
3038-
3039-patch:
3040- cd .. ; if [ ! -e ./CROSS_PATCHED ] ; then \
3041- patch -p1 < Cross/Makefile.SH.patch; \
3042- patch -p1 < Cross/installperl.patch ; mv installperl installperl-patched; \
3043- sed -e 's/XXSTRIPXX/$(SYS)/' installperl-patched > installperl; \
3044- touch CROSS_PATCHED ; fi
3045-
3046-dry_patch:
3047- cd .. ; patch --dry-run -p1 < Cross/Makefile.SH.patch; \
3048- patch --dry-run -p1 < Cross/installperl.patch; \
3049-
3050-perl:
3051- @echo Perl cross-build directory is $(TOPDIR)
3052- @echo Target arch is $(SYS)
3053- @echo toolchain: $(CC), $(CXX), $(LD), $(STRIP), $(AR), $(RANLIB)
3054- @echo Optimizations: $(FULL_OPTIMIZATION)
3055-
3056- $(TOPDIR)/generate_config_sh config.sh-$(SYS) > $(TOPDIR)/../config.sh
3057- cd $(TOPDIR)/.. ; ./Configure -S ; make depend ; make ; make more
3058- cd $(TOPDIR)/.. ; mkdir -p fake_config_library ; cp lib/Config.pm fake_config_library
3059- cd $(TOPDIR)/.. ; $(MAKE) more2 "PERLRUN=/usr/bin/perl -I$(TOPDIR)/../fake_config_library -MConfig"
3060- cd $(TOPDIR)/.. ; $(MAKE) more3 "PERLRUN=/usr/bin/perl -I$(TOPDIR)/../fake_config_library -MConfig"
3061- cd $(TOPDIR)/.. ; $(MAKE) more4 "PERLRUN=/usr/bin/perl -I$(TOPDIR)/../fake_config_library -MConfig"
3062- cd $(TOPDIR)/.. ; rm -rf install_me_here
3063- cd $(TOPDIR)/.. ; make install-strip
3064- cd $(TOPDIR)/.. ; sh -x Cross/warp
3065+AR := $(CROSS_COMPILE)ar
3066+CC := $(CROSS_COMPILE)gcc
3067+CXX := $(CROSS_COMPILE)g++
3068+CPP := $(CROSS_COMPILE)cpp
3069+LD := $(CROSS_COMPILE)ld
3070+RANLIB := $(CROSS_COMPILE)ranlib
3071+STRIP := $(CROSS_COMPILE)strip
3072
3073+.PHONY: all install create-config.sh
3074+
3075+all:
3076+ cd $(TOP); CC=gcc ./configure.gnu
3077
3078+ # Make miniperl
3079+ $(MAKE) -C $(TOP) miniperl
3080+ mv -v $(TOP)/miniperl $(TOP)/miniperl-cross
3081+ $(MAKE) -C $(TOP) clean
3082+
3083+ # Do the final build
3084+ $(MAKE) create-config.sh
3085+ cd $(TOP); ./Configure -S
3086+ $(MAKE) -C $(TOP)
3087+
3088+install:
3089+ $(MAKE) -C $(TOP) install
3090+
3091+create-config.sh:
3092+ sed -e "s@\(^archname=\).*@\1'$(SYS)'@g" \
3093+ -e "s@\(^myarchname=\).*@\1'$(SYS)'@g" \
3094+ -e "s@\(^ar=\).*@\1'$(AR)'@g" \
3095+ -e "s@\(^cc=\).*@\1'$(CC)'@g" \
3096+ -e "s@\(^ccname=\).*@\1'$(CC)'@g" \
3097+ -e "s@\(^cpp=\).*@\1'$(CPP)'@g" \
3098+ -e "s@\(^cpprun=\).*@\1'$(CC) -E'@g" \
3099+ -e "s@\(^cppstdin=\).*@\1'$(CC) -E'@g" \
3100+ -e "s@\(^ld=\).*@\1'$(LD)'@g" \
3101+ -e "s@\(^ranlib=\).*@\1'$(RANLIB)'@g" \
3102+ -e "s@\(^full_ar=\).*@\1'$(shell which $(AR))'@g" \
3103+ -e "s@\(^full_sed=\).*@\1'$(shell which sed)'@g" \
3104+ -e "/^ccflags=/s@-I/usr/local/include@@g" \
3105+ -e "/^cppflags=/s@-I/usr/local/include@@g" \
3106+ -e "/^ldflags=/s@-L/usr/local/lib@@g" \
3107+ -e "/^lddlflags=/s@-L/usr/local/lib@@g" \
3108+ -e "/^archlib=/s@$(VERSION).*@$(VERSION)/$(SYS)'@" \
3109+ -e "/^archlibexp=/s@$(VERSION).*@$(VERSION)/$(SYS)'@" \
3110+ -e "/^installarchlib=/s@$(VERSION).*@$(VERSION)/$(SYS)'@" \
3111+ -e "/^installsitearch=/s@$(VERSION).*@$(VERSION)/$(SYS)'@" \
3112+ -e "/^sitearch/s@$(VERSION).*@$(VERSION)/$(SYS)'@" \
3113+ -e "/^sitearchexp/s@$(VERSION).*@$(VERSION)/$(SYS)'@" \
3114+ $(PWD)/config.sh-$(SYS) > $(TOP)/config.sh
3115diff -Naur perl-5.8.8.orig/Cross/Makefile.SH.patch perl-5.8.8/Cross/Makefile.SH.patch
[07e528e]3116--- perl-5.8.8.orig/Cross/Makefile.SH.patch 2006-01-12 15:18:31.000000000 -0500
[3035090]3117+++ perl-5.8.8/Cross/Makefile.SH.patch 1969-12-31 19:00:00.000000000 -0500
3118@@ -1,189 +0,0 @@
3119---- ../Makefile.SH
3120-+++ ../Makefile.SH
3121-@@ -129,18 +129,7 @@
3122- # INSTALL file, under "Building a shared perl library".
3123- # If there is no pre-existing $libperl, we don't need
3124- # to do anything further.
3125-- if test -f $archlib/CORE/$libperl; then
3126-- rm -f preload
3127-- cat <<'EOT' > preload
3128--#! /bin/sh
3129--lib=$1
3130--shift
3131--test -r $lib && export LD_PRELOAD="$lib $LD_PRELOAD"
3132--exec "$@"
3133--EOT
3134-- chmod 755 preload
3135-- ldlibpth="$ldlibpth `pwd`/preload `pwd`/$libperl"
3136-- fi
3137-+ echo linux libraries overwritten by cross-compile patches
3138- ;;
3139- os390) test -f /bin/env && ldlibpth="/bin/env $ldlibpth"
3140- ;;
3141-@@ -389,9 +378,21 @@
3142- .c.s:
3143- $(CCCMDSRC) -S $*.c
3144-
3145--all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT) extra.pods $(private) $(unidatafiles) $(public) $(dynamic_ext) $(nonxs_ext) extras.make
3146-- @echo " ";
3147-- @echo " Everything is up to date. Type '$(MAKE) test' to run test suite."
3148-+#all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT) extra.pods $(private) $(unidatafiles) $(public) $(dynamic_ext) $(nonxs_ext) extras.make
3149-+# @echo " ";
3150-+# @echo " Everything is up to date. Type '$(MAKE) test' to run test suite."
3151-+
3152-+all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT)
3153-+ mv miniperl miniperl-arm
3154-+ ln -s /usr/bin/perl miniperl
3155-+
3156-+more: extra.pods $(private) $(public)
3157-+
3158-+more2: $(dynamic_ext)
3159-+
3160-+more3: $(nonxs_ext)
3161-+
3162-+more4: extras.make
3163-
3164- .PHONY: all compile translators utilities
3165-
3166-@@ -401,10 +402,10 @@
3167- cd x2p; $(MAKE) compile;
3168- cd pod; $(MAKE) compile;
3169-
3170--translators: miniperl$(EXE_EXT) $(CONFIGPM) FORCE
3171-+translators: $(CONFIGPM) FORCE
3172- @echo " "; echo " Making x2p stuff"; cd x2p; $(LDLIBPTH) $(MAKE) all
3173-
3174--utilities: miniperl$(EXE_EXT) $(CONFIGPM) $(plextract) lib/lib.pm FORCE
3175-+utilities: $(CONFIGPM) $(plextract) lib/lib.pm FORCE
3176- @echo " "; echo " Making utilities"; cd utils; $(LDLIBPTH) $(MAKE) all
3177-
3178-
3179-@@ -579,7 +580,7 @@
3180- $(CC) -o miniperl $(CLDFLAGS) \
3181- `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
3182- miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perl$(OBJ_EXT) $(libs)
3183-- $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
3184-+# $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
3185- !NO!SUBS!
3186- ;;
3187- next4*)
3188-@@ -587,7 +588,7 @@
3189- miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
3190- $(CC) -o miniperl `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
3191- miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perl$(OBJ_EXT) $(libs)
3192-- $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
3193-+# $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
3194- !NO!SUBS!
3195- ;;
3196- darwin*)
3197-@@ -754,7 +755,7 @@
3198- # We need to autosplit in two steps because VOS can't handle so many args
3199- #
3200- .PHONY: preplibrary
3201--preplibrary: miniperl$(EXE_EXT) $(CONFIGPM) lib/lib.pm $(PREPLIBRARY_LIBPERL)
3202-+preplibrary: $(CONFIGPM) lib/lib.pm $(PREPLIBRARY_LIBPERL)
3203- @sh ./makedir lib/auto
3204- @echo " AutoSplitting perl library"
3205- $(LDLIBPTH) ./miniperl -Ilib -e 'use AutoSplit; \
3206-@@ -763,35 +764,35 @@
3207- autosplit_lib_modules(@ARGV)' lib/*/*.pm
3208- $(MAKE) lib/re.pm
3209-
3210--lib/Config.pod: config.sh miniperl$(EXE_EXT) configpm Porting/Glossary
3211-+lib/Config.pod: config.sh configpm Porting/Glossary
3212- $(LDLIBPTH) ./miniperl -Ilib configpm --heavy=lib/Config_heavy.pl lib/Config.pm
3213-
3214- $(CONFIGPM): lib/Config.pod
3215-
3216--lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl$(EXE_EXT) minimod.pl $(CONFIGPM)
3217-+lib/ExtUtils/Miniperl.pm: miniperlmain.c minimod.pl $(CONFIGPM)
3218- $(LDLIBPTH) ./miniperl minimod.pl > lib/ExtUtils/Miniperl.pm
3219-
3220- lib/re.pm: ext/re/re.pm
3221- cp ext/re/re.pm lib/re.pm
3222-
3223--$(plextract): miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p
3224-+$(plextract): $(CONFIGPM) x2p/s2p
3225- @-rm -f $@
3226- $(LDLIBPTH) ./miniperl -I`pwd`/lib $@.PL
3227-
3228--x2p/s2p: miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p.PL
3229-+x2p/s2p: $(CONFIGPM) x2p/s2p.PL
3230- cd x2p; $(LDLIBPTH) $(MAKE) s2p
3231-
3232--lib/lib.pm: miniperl$(EXE_EXT) $(CONFIGPM)
3233-+lib/lib.pm: $(CONFIGPM)
3234- @-rm -f $@
3235- $(LDLIBPTH) ./miniperl -Ilib lib/lib_pm.PL
3236-
3237- unidatafiles $(unidatafiles): uni.data
3238-
3239--uni.data: miniperl$(EXE_EXT) $(CONFIGPM) lib/unicore/mktables
3240-+uni.data: $(CONFIGPM) lib/unicore/mktables
3241- cd lib/unicore && $(LDLIBPTH) ../../miniperl -I../../lib mktables -w
3242- touch uni.data
3243-
3244--extra.pods: miniperl$(EXE_EXT)
3245-+extra.pods:
3246- -@test -f extra.pods && rm -f `cat extra.pods`
3247- -@rm -f extra.pods
3248- -@for x in `grep -l '^=[a-z]' README.* | grep -v README.vms` ; do \
3249-@@ -798,18 +799,7 @@
3250- INSTALL_DEPENDENCE = all
3251-
3252- install.perl: $(INSTALL_DEPENDENCE) installperl
3253-- if [ -n "$(COMPILE)" ]; \
3254-- then \
3255-- cd utils; $(MAKE) compile; \
3256-- cd ../x2p; $(MAKE) compile; \
3257-- cd ../pod; $(MAKE) compile; \
3258-- else :; \
3259-- fi
3260-- $(LDLIBPTH) ./perl installperl --destdir=$(DESTDIR) $(INSTALLFLAGS) $(STRIPFLAGS)
3261-- $(MAKE) extras.install
3262--
3263--install.man: all installman
3264-- $(LDLIBPTH) ./perl installman --destdir=$(DESTDIR) $(INSTALLFLAGS)
3265-+ /usr/bin/perl -Ifake_config_library -MConfig installperl $(INSTALLFLAGS) $(STRIPFLAGS)
3266-
3267- # XXX Experimental. Hardwired values, but useful for testing.
3268- # Eventually Configure could ask for some of these values.
3269-@@ -925,16 +915,16 @@
3270- #
3271- # DynaLoader may be needed for extensions that use Makefile.PL.
3272-
3273--$(DYNALOADER): miniperl$(EXE_EXT) preplibrary FORCE
3274-+$(DYNALOADER): preplibrary FORCE
3275- @$(LDLIBPTH) sh ext/util/make_ext $(STATIC) $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
3276-
3277--d_dummy $(dynamic_ext): miniperl$(EXE_EXT) preplibrary $(DYNALOADER) FORCE
3278-+d_dummy $(dynamic_ext): preplibrary $(DYNALOADER) FORCE
3279- @$(LDLIBPTH) sh ext/util/make_ext dynamic $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
3280-
3281--s_dummy $(static_ext): miniperl$(EXE_EXT) preplibrary $(DYNALOADER) FORCE
3282-+s_dummy $(static_ext): preplibrary $(DYNALOADER) FORCE
3283- @$(LDLIBPTH) sh ext/util/make_ext $(STATIC) $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
3284-
3285--n_dummy $(nonxs_ext): miniperl$(EXE_EXT) preplibrary $(DYNALOADER) FORCE
3286-+n_dummy $(nonxs_ext): preplibrary $(DYNALOADER) FORCE
3287- @$(LDLIBPTH) sh ext/util/make_ext nonxs $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
3288-
3289- .PHONY: clean _tidy _mopup _cleaner1 _cleaner2 \
3290-@@ -1074,7 +1064,7 @@
3291-
3292- test_prep_pre: preplibrary utilities $(nonxs_ext)
3293-
3294--test_prep: test_prep_pre miniperl$(EXE_EXT) $(unidatafiles) perl$(EXE_EXT) $(dynamic_ext) $(TEST_PERL_DLL)
3295-+test_prep: test_prep_pre $(unidatafiles) perl$(EXE_EXT) $(dynamic_ext) $(TEST_PERL_DLL)
3296- PERL=./perl $(MAKE) _test_prep
3297-
3298- _test_tty:
3299-@@ -1167,7 +1157,7 @@
3300-
3301- # Can't depend on lib/Config.pm because that might be where miniperl
3302- # is crashing.
3303--minitest: miniperl$(EXE_EXT) lib/re.pm minitest.prep
3304-+minitest: lib/re.pm minitest.prep
3305- - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \
3306- && $(LDLIBPTH) ./perl TEST -minitest base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t </dev/tty
3307-
3308diff -Naur perl-5.8.8.orig/Cross/README perl-5.8.8/Cross/README
[07e528e]3309--- perl-5.8.8.orig/Cross/README 2005-06-30 05:24:56.000000000 -0400
[3035090]3310+++ perl-5.8.8/Cross/README 1969-12-31 19:00:00.000000000 -0500
3311@@ -1,90 +0,0 @@
3312-Building for arm-linux
3313-----------------------
3314-
3315-The files in this directory add another cross-compilation
3316-target to the Perl buildsystem. It was built as a part of
3317-the Open Zaurus (http://www.openzaurus.com/) distribution.
3318-Most / All of the arm compiler optimisations are "borrowed"
3319-from this excellent project.
3320-
3321-(Further discussion about cross-compiling Perl in the top level
3322-INSTALL file, see the section "Cross-compilation".)
3323-
3324-The main target is arm-linux but I have also managed to
3325-successfully cross-compile Perl for Solaris x86 using the same
3326-buildsystem.
3327-
3328-We are currently dependent on an existing working local copy of
3329-Perl ** of the same version and revision ** which is available
3330-as /usr/bin/perl.
3331-
3332-You need a working and tested cross-compiler for your build
3333-and target combination. The binary directory must be in
3334-your path.
3335-
3336-1) You should be reading me (README) in perl-5.x.y/Cross
3337-
3338-2) Make sure you are in the Cross directory.
3339-
3340-3) Edit the file 'config' to contain your target platform information.
3341-
3342-4) make patch ## This will patch the existing source-tree.
3343-5) make perl ## Will make perl
3344-
3345-Your built Perl environment is in install_me_here/ in your build
3346-directory. From here you can package and deploy as you wish.
3347-
3348-The Obvious Ommissions
3349-----------------------
3350-
3351-This does NOT perform any installation as site installation method
3352-will be dependent on the target architecture and OS.
3353-
3354-make test will NOT work as the binaries and libraries will not execute
3355-on your BUILD machine.
3356-
3357-Due to space limitations on the Zaurus (it's a PDA) we do not provide
3358-documentation in the core - Therefore man pages are not even generated.
3359-
3360-Other Targets (For Developers)
3361-------------------------------
3362-
3363-It is possible to extend the cross-compilation to other targets.
3364-We have sucessfully compiled for the target solaris2.8/x86
3365-on linux/x86 build system.
3366-
3367-To attempt a cross-compile for another target using the methods
3368-in this directory:
3369-
3370-1) Copy the Perl source code onto your TARGET machine.
3371-2) Execute sh Configure as normal and configure as required,
3372- do not "make".
3373-3) Copy the config.sh file that is generated to your BUILD
3374- machine and place it in the Cross directory with the
3375- filename config.sh-ARCH-OS. For example,
3376- config.sh-i386-pc-solaris2.8. For the appropriate ARCH
3377- and OS please refer to your cross-compiler documentation.
3378-4) Edit Cross/config to reflect your new target and continue
3379- with build as above.
3380-
3381-Should you wish to produce optimised binaries for different
3382-architectures you can add the appropriate compiler flags to
3383-the Makefile in a new ifeq ($(ARCH),...) ... endif block.
3384-
3385-
3386-Please refer to your cross-compiler documentation for details.
3387-
3388-
3389- Note that the Cross/ directory is also used by a different
3390- cross-compilation setup described in the INSTALL file, and
3391- executed by Configure. There should be no conflicts since
3392- it is unlikely both that cross-compilation setups are used
3393- simultaneously.
3394-
3395-Enjoy!
3396-
3397-References
3398-----------
3399-Redvers Davies <red@criticalintegration.com>
3400-Open Zaurus http://www.openzaurus.org/
3401-Perl OZ Packages http://www.criticalintegration.com/perl-oz/
3402diff -Naur perl-5.8.8.orig/Cross/TODO perl-5.8.8/Cross/TODO
[07e528e]3403--- perl-5.8.8.orig/Cross/TODO 2003-09-05 04:16:48.000000000 -0400
[3035090]3404+++ perl-5.8.8/Cross/TODO 1969-12-31 19:00:00.000000000 -0500
3405@@ -1 +0,0 @@
3406-Provide a better sandbox for building additional XS libraries.
3407diff -Naur perl-5.8.8.orig/Cross/warp perl-5.8.8/Cross/warp
[07e528e]3408--- perl-5.8.8.orig/Cross/warp 2003-04-14 22:00:58.000000000 -0400
[3035090]3409+++ perl-5.8.8/Cross/warp 1969-12-31 19:00:00.000000000 -0500
3410@@ -1,14 +0,0 @@
3411-#!/bin/sh -x
3412-
3413-## This script contains an rm -rf. This may alarm you.
3414-## These directories need to be reccursively deleted.
3415-## I don't see any method of making "Bad Things"[tm]
3416-## Happen. But we don't run buildroot as root do we? :-)
3417-
3418-for f in `find lib -name install_me_here`;do
3419-cp -r $f/* ./install_me_here/
3420-done
3421-
3422-for f in `find lib -name install_me_here`;do
3423-rm -rf $f
3424-done
3425diff -Naur perl-5.8.8.orig/ext/util/make_ext perl-5.8.8/ext/util/make_ext
[07e528e]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
[3035090]3428@@ -119,7 +119,7 @@
3429 esac
3430
3431 if test ! -f $makefile ; then
3432- test -f Makefile.PL && ../$depth/miniperl -I../$depth/lib Makefile.PL INSTALLDIRS=perl PERL_CORE=1 $passthru
3433+ test -f Makefile.PL && ../$depth/miniperl-cross -I../$depth/lib Makefile.PL INSTALLDIRS=perl PERL_CORE=1 $passthru
3434 fi
3435 if test ! -f $makefile ; then
3436 if test -f Makefile.SH; then
3437diff -Naur perl-5.8.8.orig/installman perl-5.8.8/installman
[07e528e]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
[3035090]3440@@ -1,5 +1,4 @@
3441 #!./perl -w
3442-BEGIN { @INC = qw(lib) }
3443 use strict;
3444 use Config;
3445 use Getopt::Long;
3446diff -Naur perl-5.8.8.orig/installperl perl-5.8.8/installperl
[07e528e]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
[3035090]3449@@ -3,8 +3,6 @@
3450 BEGIN {
3451 require 5.004;
3452 chdir '..' if !-d 'lib' and -d '../lib';
3453- @INC = 'lib';
3454- $ENV{PERL5LIB} = 'lib';
3455 }
3456
3457 use strict;
3458diff -Naur perl-5.8.8.orig/lib/unicore/Makefile perl-5.8.8/lib/unicore/Makefile
[07e528e]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
[3035090]3461@@ -1,11 +1,11 @@
3462 all:
3463- ../../miniperl -I../../lib ./mktables
3464+ ../../miniperl-cross -I../../lib ./mktables
3465
3466 TestProp.pl: mktables UnicodeData.txt Scripts.txt Blocks.txt PropList.txt
3467- ../../miniperl -I../../lib ./mktables -maketest
3468+ ../../miniperl-cross -I../../lib ./mktables -maketest
3469
3470 test: TestProp.pl
3471- ../../miniperl -I../../lib TestProp.pl
3472+ ../../miniperl-cross -I../../lib TestProp.pl
3473
3474 clean:
3475 rm -f *.pl */*.pl
3476diff -Naur perl-5.8.8.orig/Makefile.SH perl-5.8.8/Makefile.SH
[07e528e]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
[3035090]3479@@ -591,7 +591,7 @@
3480 $(CC) -o miniperl $(CLDFLAGS) \
3481 `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
3482 miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perl$(OBJ_EXT) $(libs)
3483- $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
3484+ $(LDLIBPTH) ./miniperl-cross -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
3485 !NO!SUBS!
3486 ;;
3487 next4*)
3488@@ -599,7 +599,7 @@
3489 miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)
3490 $(CC) -o miniperl `echo $(obj) | sed 's/ op$(OBJ_EXT) / /'` \
3491 miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) perl$(OBJ_EXT) $(libs)
3492- $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
3493+ $(LDLIBPTH) ./miniperl-cross -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
3494 !NO!SUBS!
3495 ;;
3496 darwin*)
3497@@ -620,7 +620,7 @@
3498 -@rm -f miniperl.xok
3499 $(CC) $(CLDFLAGS) $(NAMESPACEFLAGS) -o miniperl \
3500 miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) $(LLIBPERL) $(libs)
3501- $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
3502+ $(LDLIBPTH) ./miniperl-cross -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
3503 !NO!SUBS!
3504 ;;
3505 *)
3506@@ -629,7 +629,7 @@
3507 -@rm -f miniperl.xok
3508 $(LDLIBPTH) $(CC) $(CLDFLAGS) -o miniperl \
3509 miniperlmain$(OBJ_EXT) opmini$(OBJ_EXT) $(LLIBPERL) $(libs)
3510- $(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
3511+ $(LDLIBPTH) ./miniperl-cross -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
3512 !NO!SUBS!
3513 ;;
3514 esac
3515@@ -769,38 +769,38 @@
3516 preplibrary: miniperl$(EXE_EXT) $(CONFIGPM) lib/lib.pm $(PREPLIBRARY_LIBPERL)
3517 @sh ./makedir lib/auto
3518 @echo " AutoSplitting perl library"
3519- $(LDLIBPTH) ./miniperl -Ilib -e 'use AutoSplit; \
3520+ $(LDLIBPTH) ./miniperl-cross -Ilib -e 'use AutoSplit; \
3521 autosplit_lib_modules(@ARGV)' lib/*.pm
3522- $(LDLIBPTH) ./miniperl -Ilib -e 'use AutoSplit; \
3523+ $(LDLIBPTH) ./miniperl-cross -Ilib -e 'use AutoSplit; \
3524 autosplit_lib_modules(@ARGV)' lib/*/*.pm
3525 $(MAKE) lib/re.pm
3526
3527 lib/Config.pod: config.sh miniperl$(EXE_EXT) configpm Porting/Glossary
3528- $(LDLIBPTH) ./miniperl -Ilib configpm --heavy=lib/Config_heavy.pl lib/Config.pm
3529+ $(LDLIBPTH) ./miniperl-cross -Ilib configpm --heavy=lib/Config_heavy.pl lib/Config.pm
3530
3531 $(CONFIGPM): lib/Config.pod
3532
3533 lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl$(EXE_EXT) minimod.pl $(CONFIGPM)
3534- $(LDLIBPTH) ./miniperl minimod.pl > lib/ExtUtils/Miniperl.pm
3535+ $(LDLIBPTH) ./miniperl-cross minimod.pl > lib/ExtUtils/Miniperl.pm
3536
3537 lib/re.pm: ext/re/re.pm
3538 cp ext/re/re.pm lib/re.pm
3539
3540 $(plextract): miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p
3541 @-rm -f $@
3542- $(LDLIBPTH) ./miniperl -I`pwd`/lib $@.PL
3543+ $(LDLIBPTH) ./miniperl-cross -I`pwd`/lib $@.PL
3544
3545 x2p/s2p: miniperl$(EXE_EXT) $(CONFIGPM) x2p/s2p.PL
3546 cd x2p; $(LDLIBPTH) $(MAKE) s2p
3547
3548 lib/lib.pm: miniperl$(EXE_EXT) $(CONFIGPM)
3549 @-rm -f $@
3550- $(LDLIBPTH) ./miniperl -Ilib lib/lib_pm.PL
3551+ $(LDLIBPTH) ./miniperl-cross -Ilib lib/lib_pm.PL
3552
3553 unidatafiles $(unidatafiles): uni.data
3554
3555 uni.data: miniperl$(EXE_EXT) $(CONFIGPM) lib/unicore/mktables
3556- cd lib/unicore && $(LDLIBPTH) ../../miniperl -I../../lib mktables -w
3557+ cd lib/unicore && $(LDLIBPTH) ../../miniperl-cross -I../../lib mktables -w
3558 touch uni.data
3559
3560 extra.pods: miniperl$(EXE_EXT)
3561@@ -829,7 +829,7 @@
3562 no-install install.perl install.man install.html
3563
3564 META.yml: Porting/makemeta Porting/Maintainers.pl Porting/Maintainers.pm
3565- $(LDLIBPTH) ./miniperl -Ilib Porting/makemeta
3566+ $(LDLIBPTH) ./miniperl-cross -Ilib Porting/makemeta
3567
3568 install-strip:
3569 $(MAKE) STRIPFLAGS=-s install DESTDIR="$(DESTDIR)"
3570@@ -857,17 +857,17 @@
3571 cd ../pod; $(MAKE) compile; \
3572 else :; \
3573 fi
3574- $(LDLIBPTH) ./perl installperl --destdir=$(DESTDIR) $(INSTALLFLAGS) $(STRIPFLAGS)
3575+ $(LDLIBPTH) ./miniperl-cross -Ilib installperl --destdir=$(DESTDIR) $(INSTALLFLAGS) $(STRIPFLAGS)
3576 $(MAKE) extras.install
3577
3578 install.man: all installman
3579- $(LDLIBPTH) ./perl installman --destdir=$(DESTDIR) $(INSTALLFLAGS)
3580+ $(LDLIBPTH) ./miniperl-cross -Ilib installman --destdir=$(DESTDIR) $(INSTALLFLAGS)
3581
3582 # XXX Experimental. Hardwired values, but useful for testing.
3583 # Eventually Configure could ask for some of these values.
3584 install.html: all installhtml
3585 -@test -f README.vms && cd vms && $(LNS) ../README.vms README_vms.pod && cd ..
3586- $(LDLIBPTH) ./perl installhtml \
3587+ $(LDLIBPTH) ./miniperl-cross -Ilib installhtml \
3588 --podroot=. --podpath=. --recurse \
3589 --htmldir=$(privlib)/html \
3590 --htmlroot=$(privlib)/html \
3591@@ -1173,7 +1173,7 @@
3592 # Targets for UTF16 testing:
3593
3594 minitest.utf16: minitest.prep
3595- - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \
3596+ - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl-cross$(EXE_EXT) perl$(EXE_EXT)) \
3597 && $(LDLIBPTH) ./perl TEST -minitest -utf16 base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t </dev/tty
3598
3599 test.utf16 check.utf16: test_prep
3600@@ -1239,7 +1239,7 @@
3601 # Can't depend on lib/Config.pm because that might be where miniperl
3602 # is crashing.
3603 minitest: miniperl$(EXE_EXT) lib/re.pm minitest.prep
3604- - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl$(EXE_EXT) perl$(EXE_EXT)) \
3605+ - cd t && (rm -f perl$(EXE_EXT); $(LNS) ../miniperl-cross$(EXE_EXT) perl$(EXE_EXT)) \
3606 && $(LDLIBPTH) ./perl TEST -minitest base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t </dev/tty
3607
3608 # Test via harness
3609diff -Naur perl-5.8.8.orig/MANIFEST perl-5.8.8/MANIFEST
[07e528e]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 @@
[3035090]3613 configure.gnu Crude emulation of GNU configure
3614 cop.h Control operator header
3615 Copying The GNU General Public License
3616-Cross/config Cross-compilation
3617 Cross/config.sh-arm-linux Cross-compilation
3618-Cross/generate_config_sh Cross-compilation
3619-Cross/installperl.patch Cross-compilation
[07e528e]3620+Cross/config.sh-x86-linux Cross-compilation
3621+Cross/config.sh-hppa-linux Cross-compilation
[3035090]3622 Cross/Makefile Cross-compilation
3623-Cross/Makefile.SH.patch Cross-compilation
3624-Cross/README Cross-compilation
3625-Cross/TODO Cross-compilation
3626-Cross/warp Cross-compilation
3627 cv.h Code value header
3628 cygwin/cygwin.c Additional code for Cygwin port
3629 cygwin/ld2.in ld wrapper template for Cygwin port
3630diff -Naur perl-5.8.8.orig/pod/Makefile.SH perl-5.8.8/pod/Makefile.SH
[07e528e]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
[3035090]3633@@ -63,7 +63,7 @@
3634 --podroot=.. --podpath=pod:lib:ext:vms \
3635 --libpods=perlfunc:perlguts:perlvar:perlrun:perlop
3636
3637-PERL = ../miniperl
3638+PERL = ../miniperl-cross
3639 PERLILIB = $(PERL) -I../lib
3640 REALPERL = ../perl
3641
3642diff -Naur perl-5.8.8.orig/utils/Makefile perl-5.8.8/utils/Makefile
[07e528e]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
[3035090]3645@@ -1,5 +1,5 @@
3646
3647-PERL = ../miniperl
3648+PERL = ../miniperl-cross
3649 REALPERL = ../perl
3650
3651 # Files to be built with variable substitution after miniperl is
3652diff -Naur perl-5.8.8.orig/x2p/Makefile.SH perl-5.8.8/x2p/Makefile.SH
[07e528e]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
[3035090]3655@@ -172,7 +172,7 @@
3656 # These should be automatically generated
3657
3658 $(plextract):
3659- ../miniperl -I../lib $@.PL
3660+ ../miniperl-cross -I../lib $@.PL
3661
3662 find2perl: find2perl.PL
3663
Note: See TracBrowser for help on using the repository browser.