You are not logged in.
I don't seem to find libstdc++.so.2.8 anywhere on my up-to-date Arch installation. Is there a package I must be missing?
Offline
what app needs it?
The impossible missions are the only ones which succeed.
Offline
what app needs it?
accrosslite, which is an offline crossword puzzle reader supplied by the L.A. Times.
$ ldd acrossl
linux-gate.so.1 => (0xffffe000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0xb7f85000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb7f77000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7eab000)
libXp.so.6 => /usr/X11R6/lib/libXp.so.6 (0xb7ea2000)
libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0xb7e93000)
libstdc++.so.2.8 => not found
libm.so.6 => /lib/tls/libm.so.6 (0xb7e70000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7d57000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0xb7d4e000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0xb7d35000)
libdl.so.2 => /lib/tls/libdl.so.2 (0xb7d32000)
/lib/ld-linux.so.2 (0xb7feb000)
Offline
I don't think you're gonna have much luck getting that thing to work. I don't believe the "libstdc++.so.2.8" (separate from older gcc-2.x) lib will be compatible with glibc > 2.1.
That's a good project tho, I'll see if I can beat "dp" to the solution. I'd kind of like to try out that crossword puzzle game. Time to try out my rusty old gcc-2.95.3 compiler PKGBUILD...muahahaah...
Offline
I don't think you're gonna have much luck getting that thing to work. I don't believe the "libstdc++.so.2.8" (separate from older gcc-2.x) lib will be compatible with glibc > 2.1.
That's a good project tho, I'll see if I can beat "dp" to the solution. I'd kind of like to try out that crossword puzzle game. Time to try out my rusty old gcc-2.95.3 compiler PKGBUILD...muahahaah...
I ended up getting a the copy of libstdc++.so.2.8 that my Gentoo installation created, and placed it in my Arch /usr/lib directory. Now I can use acrosslite.
Offline
The impossible missions are the only ones which succeed.
Offline
Interesting page you cite above. However, I need to be able to read and print puzzles created in the AcrossLite format, as posted by the L.A. Times. I don't care about creating such puzzles.
Offline