where can I find 64-bit-libraries in the system

Hallo,I have a small problem. A collegue want to compile a C-program on my machine, a V880 with solaris9. The linker tells him that he is unable to find the 64-bit-libraries.Where can I find these libraries?Could somebody help?Thanksrossi
[280 byte] By [rossi] at [2007-11-26 11:41:44]
# 1

The binaries normaly resides in directories named "64" or "sparcv9".

Examples:

/usr/lib/64/

/usr/lib/sparcv9/

You can test if it's a 64-bit binary by using the "file" command:

bash-3.00# file /usr/lib/sparcv9/libmp.so

/usr/lib/sparcv9/libmp.so:ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped

Hope this helps.

stw at 2007-7-7 11:44:14 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
Thank you for the quick help.I have found the libraries, where you describe.I think it helpsrossi
rossi at 2007-7-7 11:44:14 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...