Wrong ELF class: ELFCLASS32
807578Jan 10 2003 — edited Jan 12 2003Hi,
Anyone knows how to fix the following errors:
eval make -f unix/Makefile zips `cat flags`
cc -o zip -s zip.o zipfile.o zipup.o fileio.o util.o globals.o crypt.o ttyio.o unix.o crc32.o crctab.o deflate.o trees.o bits.o -xarch=v9
ld: fatal: file zip.o: wrong ELF class: ELFCLASS32
ld: fatal: File processing errors. No output written to zip
*** Error code 1
make: Fatal error: Command failed for target `zip'
I am trying to convert the 32-bit zip application into 64-bit so that the application can handle files greater than 2Gb. Does anyone have ever encountered this before? Any ideas will be greatly appreciated.
Thanks in advance.