are you sure that the icc binary is in your path?
have you sourced the script in the icc directory which sets the
environment variables for you?
yonah
Walter Andreas wrote:
Hi there,
I am trying to compile mysql 4.x with intel compiler for maximum performance. On my research I have found that f
Walter Andreas wrote:
#define SYSTEM_TYPE "pc-linux"
#define VERSION "4.0.18"
configure: exit 77
andy ideas?
That's singularly sparse; not even a line number. All I can suggest is to
find where configure tests for an executable output and see what it's doing.
It may be misinterpreting "icc" f
Problem description:
> > CFLAGS="-O3 -unroll2 -ip -mp -no-gcc -restrict" CC=icc CXX=icc CXXFLAGS="-O3
> > -unroll2 -ip -mp -no-gcc -restrict" ./configure --prefix=/usr/local/mysql
> > --with-mysqld-user=mysqladm --without-debug --with-client-ldflags=-all-static
> > --with-mysqld-ldflags
Walter Andreas wrote:
CFLAGS="-O3 -unroll2 -ip -mp -no-gcc -restrict" CC=icc CXX=icc CXXFLAGS="-O3 -unroll2 -ip -mp -no-gcc -restrict" ./configure --prefix=/usr/local/mysql--with-mysqld-user=mysqladm --without-debug --with-client-ldflags=-all-static--with-mysqld-ldflags=-all-static --d
Hi there,
I am trying to compile mysql 4.x with intel compiler for maximum performance. On my
research I have found that following line will squese more performance out of mysql:
CFLAGS="-O3 -unroll2 -ip -mp -no-gcc -restrict" CC=icc CXX=icc CXXFLAGS="-O3 -unroll2
-ip -mp -no-gcc -restrict" ./c