eisseven > tar xzf Crypt-Twofish-2.14.tar.gz eisseven > cd Crypt-Twofish-2.14 eisseven > perl Makefile.PL Searching for uint*_t... inttypes.h Checking if your kit is complete... Looks good Writing Makefile for Crypt::Twofish eisseven > make cp Twofish.pm blib/lib/Crypt/Twofish.pm /usr/bin/perl /usr/lib/perl5/5.12.0/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.12.0/ExtUtils/typemap -typemap typemap Twofish.xs > Twofish.xsc && mv Twofish.xsc Twofish.c cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV -O2 -DVERSION=\"2.14\" -DXS_VERSION=\"2.14\" -fPIC "-I/usr/lib/perl5/5.12.0/i686-linux-thread-multi/CORE" Twofish.c perl tab/tables.pl cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV -O2 -DVERSION=\"2.14\" -DXS_VERSION=\"2.14\" -fPIC "-I/usr/lib/perl5/5.12.0/i686-linux-thread-multi/CORE" _twofish.c Running Mkbootstrap for Crypt::Twofish () chmod 644 Twofish.bs rm -f blib/arch/auto/Crypt/Twofish/Twofish.so cc -shared -O2 Twofish.o _twofish.o -o blib/arch/auto/Crypt/Twofish/Twofish.so \ \ chmod 755 blib/arch/auto/Crypt/Twofish/Twofish.so cp Twofish.bs blib/arch/auto/Crypt/Twofish/Twofish.bs chmod 644 blib/arch/auto/Crypt/Twofish/Twofish.bs eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..10 # Running under perl version 5.012000 for linux # Current time local: Sat May 22 01:30:08 2010 # Current time GMT: Fri May 21 23:30:08 2010 # Using Test.pm version 1.25_02 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 skipping Crypt::CBC test Benchmarks Encrypting (10,000 cycles, uncached cipher): 0 wallclock secs ( 0.21 usr + 0.00 sys = 0.21 CPU) Decrypting (10,000 cycles, uncached cipher): 0 wallclock secs ( 0.21 usr + 0.00 sys = 0.21 CPU) Encrypting (10,000 cycles, cached cipher): 0 wallclock secs ( 0.07 usr + 0.00 sys = 0.07 CPU) Decrypting (10,000 cycles, cached cipher): 1 wallclock secs ( 0.06 usr + 0.00 sys = 0.06 CPU) eeisseven > tar xzf Crypt-Twofish-2.14.tar.gz eisseven > cd Crypt-Twofish-2.14 eisseven > perl Makefile.PL Searching for uint*_t... inttypes.h Checking if your kit is complete... Looks good Writing Makefile for Crypt::Twofish eisseven > make cp Twofish.pm blib/lib/Crypt/Twofish.pm /usr/bin/perl /usr/lib/perl5/5.12.0/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.12.0/ExtUtils/typemap -typemap typemap Twofish.xs > Twofish.xsc && mv Twofish.xsc Twofish.c cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV -O2 -DVERSION=\"2.14\" -DXS_VERSION=\"2.14\" -fPIC "-I/usr/lib/perl5/5.12.0/i686-linux-thread-multi/CORE" Twofish.c perl tab/tables.pl cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV -O2 -DVERSION=\"2.14\" -DXS_VERSION=\"2.14\" -fPIC "-I/usr/lib/perl5/5.12.0/i686-linux-thread-multi/CORE" _twofish.c Running Mkbootstrap for Crypt::Twofish () chmod 644 Twofish.bs rm -f blib/arch/auto/Crypt/Twofish/Twofish.so cc -shared -O2 Twofish.o _twofish.o -o blib/arch/auto/Crypt/Twofish/Twofish.so \ \ chmod 755 blib/arch/auto/Crypt/Twofish/Twofish.so cp Twofish.bs blib/arch/auto/Crypt/Twofish/Twofish.bs chmod 644 blib/arch/auto/Crypt/Twofish/Twofish.bs eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..10 # Running under perl version 5.012000 for linux # Current time local: Sat May 22 01:40:21 2010 # Current time GMT: Fri May 21 23:40:21 2010 # Using Test.pm version 1.25_02 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 trying CBC... ok 10 Benchmarks Encrypting (10,000 cycles, uncached cipher): 0 wallclock secs ( 0.21 usr + 0.00 sys = 0.21 CPU) Decrypting (10,000 cycles, uncached cipher): 1 wallclock secs ( 0.21 usr + 0.00 sys = 0.21 CPU) Encrypting (10,000 cycles, cached cipher): 0 wallclock secs ( 0.07 usr + 0.00 sys = 0.07 CPU) Decrypting (10,000 cycles, cached cipher): 0 wallclock secs ( 0.06 usr + 0.00 sys = 0.06 CPU)