xeno74 wrote:sailorMH wrote:
No, I am used 32-bit ubuntu version (arcticfox-27.9.17-ubuntu10.04-powerpc.tar.bz2), as ubuntu is basicaly debian
I will test the also 64-bit OpenSUSE and Fedora version on weekend, and post results.
Thank you!

You need a 64-bit version of Debian (64-bit kernel + 64-bit userland) for testing the 64-bit version of Arctic Fox.
-- Christian
I don't suceed with
64bit version:
Code: Select all
$ ./arcticfox
./arcticfox: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Code: Select all
$ file arcticfox
arcticfox: ELF 64-bit MSB executable, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=36ea321a735feb80c16b7489fc94b6957f84cc11, stripped
Code: Select all
$ ldd arcticfox
linux-vdso64.so.1 (0x00003fff9b700000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00003fff9b6b1000)
libatomic.so.1 => /usr/lib64/libatomic.so.1 (0x00003fff9b696000)
libdl.so.2 => /lib64/libdl.so.2 (0x00003fff9b682000)
libstdc++.so.6 => not found
libm.so.6 => /lib64/libm.so.6 (0x00003fff9b5b7000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00003fff9b591000)
libc.so.6 => /lib64/libc.so.6 (0x00003fff9b3c1000)
/lib64/ld64.so.1 (0x000000005c626000)
alter installing lib64stdc++.6, g++-4.8-multilib, lib64stdc++-4.9-dev I got:
Code: Select all
tata@amigaone:~/Plocha/arcticfox$ ldd arcticfox
./arcticfox: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./arcticfox)
linux-vdso64.so.1 (0x00003fffac060000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00003fffac011000)
libatomic.so.1 => /usr/lib64/libatomic.so.1 (0x00003fffabff6000)
libdl.so.2 => /lib64/libdl.so.2 (0x00003fffabfe2000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00003fffabe47000)
libm.so.6 => /lib64/libm.so.6 (0x00003fffabd7d000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00003fffabd57000)
libc.so.6 => /lib64/libc.so.6 (0x00003fffabb88000)
/lib64/ld64.so.1 (0x000000002ed4c000)
and check GLIBC versions:
Code: Select all
$ strings /usr/lib/powerpc-linux-gnu/libstdc++.so.6 | grep GLIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBCXX_3.4.20
GLIBCXX_LDBL_3.4
GLIBCXX_LDBL_3.4.7
GLIBCXX_LDBL_3.4.10
GLIBCXX_FORCE_NEW
GLIBCXX_DEBUG_MESSAGE_LENGTH
GLIBCXX_3.4.21 is missing - need I higher version of gc++?
Also I suppose that Debian 8 is 64 bit system, but it seems to be 64bit kernel/32bit userland: