solaris 2.7이 설치되어 있는 Sun Sparc 머신에서 mysql 컴파일시
아래와 같은 에러가 납니다.
해결 방법을 알려주세요.
[ 29 ] test2#/usr/local/mysql-3.23.36> ./configure --prefix=/usr/local/mysql
loading cache ./config.cache
checking host system type... sparc-sun-solaris2.7
checking target system type... sparc-sun-solaris2.7
checking build system type... sparc-sun-solaris2.7
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
.
.
.
.
creating libtool
loading cache ./config.cache
checking for a BSD compatible install... ./install-sh -c
checking for bison... no
checking for byacc... no
checking for pdftex... no
checking return type of sprintf... configure: error: can not run test program while cross compiling
위와같이 맨 마지막줄에서 에러가 납니다. 해결 방법좀 알려주세요.
그럼...