bmarkus
In posting on an issue I had recently for a build I was doing I noticed that
file weechat/usr/local/bin/weechat-curses
weechat/usr/local/bin/weechat-curses: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.21, stripped
IMHO it should not show 3.0.21 but 3.8.10?
which leads me to
file /tmp/tcloop/cmake/usr/local/bin/cmake
/tmp/tcloop/cmake/usr/local/bin/cmake: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.21, stripped
Do you agree?
Not really. It has nothing to do with cmake.
for GNU/Linux 3.0.21 means executable is backward compatible down to 3.0.21 kernel and not related to kernel usedf by machine where the compilation was done.