[openal] Compiling OpenAL (ex- OpenAL bug that freezes Blender)

Chris Robinson chris.kcat at gmail.com
Fri Jun 26 09:45:28 EDT 2015


On 06/26/2015 05:54 AM, Mario Mey wrote:
>> And make sure you're matching 32-bit/64-bit (32-bit apps need a 32-bit
>> lib, and 64-bit apps need a 64-bit lib).
> How do I know it? I'm working on 64bits... but I didn't see any "64bits
> version" anywhere...

Generally it'll be the same as your OS version, though there are some 
binary apps that may be 32-bit only. To tell if a given executable or 
library is 32-bit or 64-bit, you can use the file command. For example,

$ file build/openal-info
build/openal-info: ELF 64-bit LSB executable ...

$ file build32/libopenal.so.1.16.0
build32/libopenal.so.1.16.0: ELF 32-bit LSB shared object ...


More information about the openal mailing list