Linux 32 bit versions?

The engine.
Post Reply
kwistjhp
Posts: 3
Joined: Thu Jan 05, 2017 3:33 pm

Linux 32 bit versions?

Post by kwistjhp »

Hi,

it appears to me that the 32 bit Linux versions on https://download.bayesfusion.com/files. ... y=Academia are actually 64 bit. When downloading and extracting one of the .o files from the archive, file sfo.o returns "sfo.o: ELF 64-bit LSB relocateable, X86-64, version 1 (SYSV), not stripped". The same holds for all three Linux versions. Could you upload the correct 32 bit versions?

Thanks!
Johan
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Linux 32 bit versions?

Post by shooltz[BayesFusion] »

Our downloadable files are OK wrt to 32 vs 64 bit architecture. Here's what I'm getting when running the file command on sfo.o:

Code: Select all

smile_linux_x86_gcc_3_4_6.tar.gz
sfo.o: ELF 32-bit LSB  relocatable, Intel 80386, version 1 (SYSV), not stripped

smile_linux_x86_gcc_4_4_5.tar.gz
sfo.o: ELF 32-bit LSB  relocatable, Intel 80386, version 1 (SYSV), not stripped

smile_linux_x64_gcc_4_4_5.tar.gz
sfo.o: ELF 64-bit LSB  relocatable, x86-64, version 1 (SYSV), not stripped
What's the size of your sfo.o file?
kwistjhp
Posts: 3
Joined: Thu Jan 05, 2017 3:33 pm

Re: Linux 32 bit versions?

Post by kwistjhp »

Err.. apparently I forgot to copy the correct .a file to the library directory my makefile was referring to... Sorry for the inconvenience :$
Post Reply