Nov 16, 2001 #1 hoctro Technical User Mar 29, 2001 34 US ld: fatal: wrong ELF class: ELFCLASS64 i m trying to compile c++ program and receive this error does anyone know how to debug it?
ld: fatal: wrong ELF class: ELFCLASS64 i m trying to compile c++ program and receive this error does anyone know how to debug it?
Nov 16, 2001 #2 brudnakm Programmer Jun 26, 2001 79 US You may be mixing 32-bit and 64-bit at link time and the linker will not allow it. I have seen similar problems on SGI hardware. Brudnakm Upvote 0 Downvote
You may be mixing 32-bit and 64-bit at link time and the linker will not allow it. I have seen similar problems on SGI hardware. Brudnakm
Nov 16, 2001 Thread starter #3 hoctro Technical User Mar 29, 2001 34 US how did u resolve it? Upvote 0 Downvote