compiling wine for amd64 on ubuntu dapper 6.06

Neil Skrypuch ns03ja at brocku.ca
Mon Oct 2 19:37:54 CDT 2006


On Monday, October 02, 2006 10:28, Gerald Britton wrote:
> Is there a command to verify if the libs are 32- or 64-bit?

Try file:

neil at x2-42 ~ $ file /lib/libz.so.1.2.3
/lib/libz.so.1.2.3: ELF 64-bit LSB shared object, AMD x86-64, version 1 
(SYSV), stripped
neil at x2-42 ~ $ file /emul/linux/x86/lib/libz.so.1.2.3
/emul/linux/x86/lib/libz.so.1.2.3: ELF 32-bit LSB shared object, Intel 80386, 
version 1 (SYSV), stripped

- Neil



More information about the wine-devel mailing list