Hi all i am compiling mysql 4.1.20 with he following options:

export CFLAGS="-O3 -fomit-frame-pointer -march=nocona -msse3"
export CXXFLAGS="-O3 -fomit-frame-pointer -felide-constructors -march=nocona -msse3"

./configure --prefix=/opt/.mysql-4.1.20 --enable-assembler --with-mysqld-ldflags=-all-static --enable-thread-safe-client --with-gnu-ld --with-mysqld-user=mysql --without-debug --with-charset=latin1 --with-collation=latin1_danish_ci --without-innodb --with-lib-ccflags="-O3 -fomit-frame-pointer -march=nocona -msse3"

When configure runs it tells me that it isn't going to use assembler functions, even tho /usr/bin/as is in the path.

anyone have any idea why?

Regards

Martin Jespersen

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to