https://issues.apache.org/bugzilla/show_bug.cgi?id=46395
Ryo Wong <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Ryo Wong <[email protected]> 2008-12-15 02:47:17 PST --- (In reply to comment #1) > Please post your configure parameters. > source /opt/intel/cce/version.number/bin/iccvars.sh #!/bin/sh export CC="icc -static-intel" export CFLAGS="-O3 -unroll2 -ip -mp -restrict -xP" export CXX="icpc -static-intel" export CXXFLAGS="-O3 -unroll2 -ip -mp -restrict -xP" "./configure" \ "--prefix=/usr/httpd/apache-max" \ "--exec-prefix=/usr/httpd/apache-max" \ "--with-mpm=worker" \ "--enable-so" \ "--enable-suexec" \ "--enable-unique-id" \ "--enable-vhost_alias" \ "--enable-deflate" \ "--with-suexec-caller=apache" \ "--with-suexec-docroot=/" \ "--with-suexec-gidmin=100" \ "--with-suexec-logfile=/var/log/httpd/suexec_log" \ "--with-suexec-uidmin=100" \ "--with-suexec-userdir=/home" \ "--with-suexec-bin=/usr/sbin/suexec" \ "--with-apr=/usr/local/apr" \ "--with-apr-util=/usr/local/apr" \ "--with-pcre=/usr/local" \ "--enable-logio" \ "--enable-rewrite" \ "--enable-headers" -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
