Ken Gillett wrote:
[EMAIL PROTECTED] mod_perl]# make
cd "src/modules/perl" && make
make[1]: Entering directory `/usr/src/mod_perl-2.0.0-RC3/src/modules/perl'
gcc -I/usr/src/mod_perl-2.0.0-RC3/src/modules/perl
[...]
-D_SVID_SOURCE -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -fPIC \
-c mod_perl.c && mv mod_perl.o mod_perl.lo
cc1: invalid option `tune=pentium4'

that means that your perl wasn't built with the same gcc that you've on your machine. It's your perl that suggests modperl to use -mtune=pentium as you can see:


config_args='-des -Doptimize=-O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -Dversion=5.8.5 -Dmyh

rebuild perl using the compiler you have on *your* machine and then return on the modperl build process and you will be fine.


--
__________________________________________________________________
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

Reply via email to