You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by Belive Yourself- Monty <ma...@gmail.com> on 2008/06/09 09:47:41 UTC

wrong ELF class: ELFCLASS64

Hi All,

I am trying to bulid 64 bit xerces 2.7 on solaris 5.1. Following are
the sequence of command I am giving:

runConfigure -r pthread -p solaris -c CC -x CC -b 64
export CXXFLAGS="-library=stlport4" //want to build with stlport4
instead of std.
./configure
gmake

but I am getting the following error.
ld: fatal: file SOLARIS/AttrImpl.o: wrong ELF class: ELFCLASS64


I am not able to make it what is going wrong. Some one please help me.

Thanks....
Monty
--