ppc 컴파일 에러...

익명 사용자의 이미지

File in wrong format failed to merge target specific data
of file ./lib/libmysqlclient.so
/usr/bin/ld slproxy/sock.o compiled for a little endian
system and target is big endian

ppc로 컴파일 하는데요...이런류의 에러들이 많이 나옵니다..
gcc에서 옵션을 줘야할꺼 같은데 man페이지를 봐도 잘 모르겠군요..
혹시 아시는분 답변좀 부탁드려요..^^

익명 사용자의 이미지

박승균 wrote..
File in wrong format failed to merge target specific data
of file ./lib/libmysqlclient.so --> mysqlclient라는 라이브러리가 설치되어있지 않을때 나타나는 에러
입니다. 이경우에는 해당되는 라이브러리를 설치하면 됩니다.
/usr/bin/ld slproxy/sock.o compiled for a little endian
system and target is big endian --> 저도 자세한건 모르지만 자료를 검색하보니 -mlittle이나 -mbig중
에 하나를 옵션으로 주라는 것 같기도 하고... -)
http//sources.redhat.com/ml/crossgcc/2002-02/msg00120.html
위 문서에서 힌트를 직접 찾아보시는 것도 좋겠죠?
(제가 해석을 잘 못해서... -))

ppc로 컴파일 하는데요...이런류의 에러들이 많이 나옵니다..
gcc에서 옵션을 줘야할꺼 같은데 man페이지를 봐도 잘 모르겠군요..
혹시 아시는분 답변좀 부탁드려요..^^