gcc - libiconv solaris-sparc/opteron 64 bits -


i have 64 bit solaris - sparc , opteron systems. under /usr/local/lib , can see libiconv.so both systems. file command on libiconv.so gives following output:-

elf 32-bit lsb dynamic lib 80386 version 1, dynamically linked, not stripped, no debugging information available 

how build 64 bit libiconv w/o disturbing existing 32 bit on both sparc , opteron systems? reason being, not aware of existing version of libiconv.

this libiconv.so not part of os being in non standard /usr/local/lib. should want build or install elsewhere 64 bit version of library, install in /usr/local/lib/amd64 or /usr/local/lib/64.

however, useless in first place solaris includes iconv library function in standard c library gnu libiconv redundant , unnecessary here.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -