환경 : 솔라리스8(x86)
GCC 2.95.3
인데요..
Mysql 3.23.38소스를 가져와서
컴파일하다가 다음작업을 돌리니깐 아래와 같은 에러가 났네요
./configure --prefix=/usr/local/mysql
--localstatedir=/usr/local/mysql/data
--enable--large-files --with-charset=euc_kr
--with-client-ldflags=-all-static
--with-mysqld-ldflags=-all-static
--without-debug
물론 한줄에 다 이어쓴내용이구요
이 아래는 바루 위의 옵션으로 컴파일하다가 나온 에러 메시지입니다.
checking return type of sprintf... configure: error: can not run test
program while cross compiling
고견 부탁드립니다.