I've actually noticed this in the past several releases; I apologize for
not mentioning it sooner.

I run:
BUILD/compile-pentium --with-other-libc=/usr/local/mysql-glibc-2.2.5 
--prefix=/usr/local --with-extra-charsets=none --without-innodb --without-isam

and part-way through, it fails.
Specifically in mysys/Makefile, the line:
EXTRA_FLAGS=-all-static

needs to be changed to:
EXTRA_FLAGS=-static

I've no experience with autoconf/automake and the like, so I don't even
know where to begin looking, but thought you might like to know.

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

Reply via email to