On Wed, 3 Feb 2010, Zilon X wrote:

> Hi Davide,
> 
>    I'm lost with those message about ld.so.1:
> 
> # gmake CFLAGS=-m64 LDFLAGS=-m64 -f Makefile.sso
> g++  -m64 -c MkMachDep.cpp
> g++ -o bin/MkMachDep MkMachDep.o -m64
> touch bin/MkMachDep
> ../bin/MkMachDep > SysMachine.h
> ld.so.1: MkMachDep: fatal: /usr/sfw/lib/libstdc++.so.6: wrong ELF
> class: ELFCLASS32
> Killed
> gmake: *** [SysMachine.h] Error 137

Looks like you have not a properly configured 64bit system, with the GNU 
stuff.
The C++ library that is being picked up by the linker, is the 32bit 
version.



- Davide


_______________________________________________
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

Reply via email to