Hi! I gave up with the binary installation and am now trying to compile
3.23.14. I have installed egcs1.1.2 successfully, and I am now trying to
configure mySQL.
My command line to configure is as follows :
CC=/usr/local/egcs/gcc CFLAGS="-O6 -fomit-frame-pointer"
CXX=/usr/local/egcs/gcc
CXXFLAGS="-O6 -fomit-frame-pointer -felide-constructors -fno-exceptions -fno
-rtti" ./configure --prefix=/usr/local/mysql
and I am getting the following error (and I have been RTFM for quite a while
now :( ).
checking return type of sprintf... configure: error: can not run test
program while cross compiling
does anybody have an idea why this is happening? Any help would be greatly
appreciated!
Thanks,
Adam