Buildroot 리눅스 배포판 (ARM 용 Python 2.7.2)에서 crossfiling netifaces 확장에 문제가 있습니다. 내가 CC를 정의한 http://whatschrisdoing.com/blog/2009/10/16/cross-compiling-python-extensions/이 블로그에 따르면, LDSHARE 등 환경 변수 만 고려 CC를 고려하지 않습니다의 distutils/setuptools에 그렇게 모든 테스트가 실패합니다 파이썬 확장 컴파일하기
running build
Setting prefix
Setting prefix
running build_ext
checking for getifaddrs... not found. (cached)
checking for getnameinfo... not found. (cached)
checking for socket IOCTLs... not found. (cached)
checking for optional header files... netash/ash.h netatalk/at.h netax25/ax25.h neteconet/ec.h netipx/ipx.h netpacket/packet.h linux/irda.h linux/atm.h linux/llc.h linux/tipc.h linux/dn.h. (cached)
checking whether struct sockaddr has a length field... no. (cached)
checking which sockaddr_xxx structs are defined... at ax25 in in6 ipx un ash ec ll atmpvc atmsvc dn irda llc. (cached)
building 'netifaces' extension
다른 십자가 예/자습서가 컴파일 있습니까 또는 내가 뭘 잘못하고 있니?