SUN에서 cppunit

bizzare의 이미지

SUN에서 cppunit을 64비트로 컴파일 하려고 하는데 잘 안되는군요.
결론부터 말하면
configure 후에 make를 했더니
잘 진행되다가

ld: fatal: file .libs\AdditionalMessage.o: wrong ELF  class:ELFCLASS64

라는 메시지가 나오고 실패해버리더군요.

해당 디렉토리에 AdditionalMessage.o가 존재하긴 하는데, 에러 메시지가 뭘 의미하는지, 해결책은 무엇인지 전혀 모르겠더군요.

혹시나해서 32비트로 컴파일해보려고 다시 시도해보았으나 결과는 마찬가지였습니다.

도움을 부탁드립니다.

64비트 컴파일 시도할 때의 configure옵션
/data/user1/bizzare/cppunit/cppunit-1.10.2/configure CXX=CC CXXFLAGS="-pta -instances=static -mt -xtarget=generic64 -g -features=no%transitions -xildoff" LD=CC LDFLAGS=-xildoff

32비트 컴파일 시도할 때의 configure옵션
//data/user1/bizzare/cppunit/cppunit-1.10.2/configure CXX=CC CXXFLAGS="-pta -instances=static -mt -xtarget=generic -g -features=no%transitions -xildoff" LD=CC LDFLAGS=-xildoff