Front page | perl.perl5.porters |
Postings from February 2004
Re: [perl #26999] Perl 5.8.3 build on SPARC Solaris 2.8 64 bit
Thread Previous
|
Thread Next
From:
Thomas J. Kacvinsky
Date:
February 24, 2004 09:57
Subject:
Re: [perl #26999] Perl 5.8.3 build on SPARC Solaris 2.8 64 bit
Message ID:
Pine.GSO.4.53.0402241236060.10386@sun06.ams.org
#!/bin/sh
# This script is designed to provide a handy summary of the configuration
# information being used to build perl. This is especially useful if you
# are requesting help from comp.lang.perl.misc on usenet or via mail.
# Note that the text lines /^Summary of/ .. /^\s*$/ are copied into Config.pm.
cat <<'!NO!SUBS!'
Summary of my perl5 (revision 5.0 version 8 subversion 3) configuration:
Platform:
osname=solaris, osvers=2.8, archname=sun4-solaris-thread-multi-64
uname='sunos thor 5.8 generic_108528-22 sun4u sparc sunw,ultra-250 solaris '
config_args=''
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=define uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='/opt/SUNWspro/bin/cc', ccflags ='-D_REENTRANT -DDEBUGGING -xarch=v9 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-g',
cppflags='-D_REENTRANT -DDEBUGGING'
ccversion='Forte Developer 7 C 5.4 2002/03/09', gccversion='', gccosandvers=''
intsize=4, longsize=4, ptrsize=8, doublesize=8, byteorder=87654321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='/opt/SUNWspro/bin/cc', ldflags =' -xarch=v9 '
libpth=/usr/lib/64
libs=-lsocket -lnsl -ldl -lm -lpthread
perllibs=-lsocket -lnsl -ldl -lm -lpthread
libc=/usr/lib/sparcv9/libc.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-KPIC', lddlflags=' -G -xarch=v9'
!NO!SUBS!
Thread Previous
|
Thread Next