Building Crypt-DES 1.01 on Solaris 7 SPARC
[bwann viper2 648:/usr/local/src/CPAN/Crypt-DES-1.01]$ /usr/local/bin/patch < /tmp/newpatch
patching file DES.xs
patching file des.c
patching file des.h
[bwann viper2 649:/usr/local/src/CPAN/Crypt-DES-1.01]$ perl Makefile.PL POLLUTE=1
Checking if your kit is complete...
Looks good
Writing Makefile for Crypt::DES
[bwann viper2 650:/usr/local/src/CPAN/Crypt-DES-1.01]$ make
mkdir blib
mkdir blib/lib
mkdir blib/lib/Crypt
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Crypt
mkdir blib/arch/auto/Crypt/DES
mkdir blib/lib/auto
mkdir blib/lib/auto/Crypt
mkdir blib/lib/auto/Crypt/DES
mkdir blib/man3
cp DES.pm blib/lib/Crypt/DES.pm
cp DES.pod blib/lib/Crypt/DES.pod
/bin/perl -I/usr/local/lib/perl5/5.6.0/sun4-solaris -I/usr/local/lib/perl5/5.6.0 /usr/local/lib/perl5/5.6.0/ExtUtils/xsubpp
-typemap /usr/local/lib/perl5/5.6.0/ExtUtils/typemap -typemap typemap DES.xs > DES.xsc && mv DES.xsc DES.c
Please specify prototyping behavior for DES.xs (see perlxs manual)
gcc -c -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_POLLUTE -O
-DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" -fPIC -I/usr/local/lib/perl5/5.6.0/sun4-solaris/CORE DES.c
gcc -c -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_POLLUTE -O
-DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" -fPIC -I/usr/local/lib/perl5/5.6.0/sun4-solaris/CORE des.c
Running Mkbootstrap for Crypt::DES ()
chmod 644 DES.bs
LD_RUN_PATH="" gcc -o blib/arch/auto/Crypt/DES/DES.so -G -L/usr/local/lib DES.o des.o
chmod 755 blib/arch/auto/Crypt/DES/DES.so
cp DES.bs blib/arch/auto/Crypt/DES/DES.bs
chmod 644 blib/arch/auto/Crypt/DES/DES.bs
Manifying blib/man3/Crypt::DES.3
[bwann viper2 651:/usr/local/src/CPAN/Crypt-DES-1.01]$ make test
PERL_DL_NONLAZY=1 /bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.0/sun4-solaris -I/usr/local/lib/perl5/5.6.0
test.pl
1..4
ok 1
ok 2
ok 3
ok 4
[bwann viper2 652:/usr/local/src/CPAN/Crypt-DES-1.01]$ gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/specs
gcc version 2.95.2 19991024 (release)
[bwann viper2 653:/usr/local/src/CPAN/Crypt-DES-1.01]$ perl -v
This is perl, v5.6.0 built for sun4-solaris
Copyright 1987-2000, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5.0 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.
[bwann viper2 654:/usr/local/src/CPAN/Crypt-DES-1.01]$ uname -a
SunOS viper2 5.7 Generic_106541-08 sun4u sparc SUNW,Ultra-1
[bwann viper2 655:/usr/local/src/CPAN/Crypt-DES-1.01]$