Jump to content
The Dark Mod Forums

anwyn

Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by anwyn

  1. Cool, I'm glad you found a work-around. I need to try it myself this evening. You can also try to start tdmlauncher.linux with preset LD_PRELOAD or LD_LIBRARY_PATH environment variables. Perhaps this will make the gcc-config switching unnecessary. $ [.../darkmod]> LD_PRELOAD=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.1/32/libstdc++.so.6 tdmlauncher.linux or $ [.../darkmod]> LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.1/32/ tdmlauncher.linux
  2. After a sucessfull update via tdm_update.linux the new tdmlauncher.linux fails with a variation of the library symbol error mentioned in the FAQ. This is on a 64bit Gentoo Linux system. $ 27 [../darkmod]> uname -a Linux winger 2.6.31-gentoo-r6 #1 PREEMPT Wed Dec 23 12:51:15 CET 2009 x86_64 AMD Athlon(tm) 64 Processor 3700+ AuthenticAMD GNU/Linux $ 28 [../darkmod]> ldd ./tdmlauncher.linux ./tdmlauncher.linux: /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/32/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by ./tdmlauncher.linux) linux-gate.so.1 => (0xffffe000) libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/32/libstdc++.so.6 (0xf7ebe000) libm.so.6 => /lib32/libm.so.6 (0xf7e98000) libgcc_s.so.1 => /lib32/libgcc_s.so.1 (0xf7e8a000) libc.so.6 => /lib32/libc.so.6 (0xf7d42000) /lib/ld-linux.so.2 (0xf7fe0000) The system uses gcc 4.3.4, newer gcc's are still flagged unstable for this architecture. Removing the libs from /opt/doom3 did not help, according to ldd they were not used anyway. Any hints? The previous TDM version did run fine (after I created a /export/tmp directory, because it could not handle that /home is a symlink to /export/home on my system).
×
×
  • Create New...