Perrin Harkins wrote:
[...]
A) perl-5.006001
        path        = /usr/local/perl56/bin/perl
        cc          = cc
        optimize    = -O2
        ccflags     = -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64
        usemymalloc = n

B) perl-5.008
        path        = /usr/local/perl580/bin/perl
        cc          = cc
        optimize    = -O3
        ccflags     = -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-I/usr/include/gdbm
        usemymalloc = n

BTW, notice that -02 and -03 aren't the same. As you will see from my followup next, this option can make quite a lot of difference.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to