Added description of the perl environment on the N900
[minimae] / www / perl.html
1
2 <html><body><code>
3 ~ $ perl -V
4 Summary of my perl5 (revision 5.0 version 8 subversion 3) configuration:
5   Platform:
6     osname=linux, osvers=2.6.18-6-amd64, archname=arm-linux-gnueabi-thread-multi
7     uname='linux ngsw-bifh-06 2.6.18-6-amd64 #1 smp mon oct 13 18:13:07 utc 2008 arm gnulinux '
8     config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=arm-linux-gnueabi -Dprefix=/usr -Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.8.3 -Dsitearch=/usr/local/lib/perl/5.8.3 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -A undef:i_db -Uafs -Ud_csh -Uusesfio -Uusenm -Duseshrplib -Dlibperl=libperl.so.5.8.3 -Dd_dosuid -des'
9     hint=recommended, useposix=true, d_sigaction=define
10     usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
11     useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
12     use64bitint=undef use64bitall=undef uselongdouble=undef
13     usemymalloc=n, bincompat5005=undef
14   Compiler:
15     cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
16     optimize='-O2',
17     cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -I/usr/local/include'
18     ccversion='', gccversion='4.2.1', gccosandvers=''
19     intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
20     d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
21     ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
22     alignbytes=8, prototype=define
23   Linker and Libraries:
24     ld='cc', ldflags =' -L/usr/local/lib'
25     libpth=/usr/local/lib /lib /usr/lib
26     libs=-lgdbm -lgdbm_compat -ldl -lm -lpthread -lc -lcrypt
27     perllibs=-ldl -lm -lpthread -lc -lcrypt
28     libc=/lib/libc-2.5.so, so=so, useshrplib=true, libperl=libperl.so.5.8.3
29     gnulibc_version='2.5'
30   Dynamic Linking:
31     dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
32     cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'
33
34
35 Characteristics of this binary (from libperl): 
36   Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT
37   Built under linux
38   Compiled at Dec 18 2008 15:23:37
39   @INC:
40     /etc/perl
41     /usr/local/lib/perl/5.8.3
42     /usr/local/share/perl/5.8.3
43     /usr/lib/perl5
44     /usr/share/perl5
45     /usr/lib/perl/5.8
46     /usr/share/perl/5.8
47     /usr/local/lib/site_perl
48     .
49 </code></body></html>