proftpd 소스파일을 가져와서 크로스 컴파일을 하려고 하는데요..
./configure 를 하려고하니 옵션이 많네요...

export CC=armv5l-linux-gcc
export LD=armv5l-linux-ld
export OBJCOPY=armv5l-linux-objcopy

먼저 이렇게 했구요..
다음에

./configure --prefix=/ez-x5/proftpd-1.2.8-kr/result --enable-
autoshadow --host=arm-linux


이렇게 했는데.. 다음과 같은 에러가 나옵니다.


--------------------------------------
checking whether setpgrp takes no argument... configure: error: cannot
check setpgrp when cross compiling


이런 비슷한 문제 경험하신 분들 계신가요..
proftp를 arm으로 컴파일해보신 분들의 답변 부탁드립니다.