-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
This is likely a very minor issue. I successfully built inchi-1 1.07-beta.3 binary on Debian Bookworm (Raspberry Pi 5, aarch64) via the following:
cd InChI-1.07-beta.3/INCHI-1-SRC/INCHI_EXE/inchi-1/gcc
make
Then, running the binary (i.e., ./inchi-1), reports the following:
InChI version 1, Software v. 1.07 (inchi-1 executable)
Linux 32-bit Build (gcc 12.2.0) of Mar 4 2024 17:24:59
...
...
However, inspecting the ./inchi-1 with file outputs:
file ./inchi-1
./inchi-1: ELF 64-bit LSB pie executable, ARM aarch64....
So, I think the file is indeed a 64 bit binary, but the console print statement reporting 32 bit is incorrect. I tried the build with x86 and it correctly recognizes the build as 64 bit.
Thanks,
Vin
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working