Hi! My name is Eugene. I came across this site by accident. I am an actual drifter and I drive a 1985 Toyota Corolla GT-S (or AE86). So naturally I want to try out this game and see it's realistic physics compared to real life =)
(enough of that).
I am installing this under Gentoo:
Code:
hachiroku ~ # uname -ar
Linux hachiroku 2.6.16-ck12-r2 #4 SMP PREEMPT Wed Oct 11 10:46:07 PDT 2006 i686 Intel(R) Pentium(R) 4 CPU 1.60GHz GenuineIntel GNU/Linux
Code:
hachiroku ~ # gcc -v
Reading specs from /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/specs
Configured with: /var/tmp/portage/gcc-3.4.6-r1/work/gcc-3.4.6/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.4.6 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.6 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.6/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.6/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/g++-v3 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libgcj --enable-languages=c,c++,f77 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)
I use the .package file as I think this would be the easiest for me to install. However after a successful install, I try to run it and I get the following error:
Code:
enarciso@hachiroku ~/games $ vdrift
vdrift: /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libstdc++.so.6: version `CXXABI_1.3.1' not found (required by vdrift)
Here's the output during the installation:
enarciso@hachiroku ~/games $ sh vdrift-2006-10-06-full.x86.package
Code:
____________________________________________________________________________________________________________________________________________________________
[ Installing: VDrift ]
Do you have the system password?
If so, please enter it.
1. Yes, continue with password (install system-wide).
2. No, I don't know the system password (install as normal user).
3. Cancel installation.
_____________________________________________________________________________________________________________________________________________________________
Enter the number of a choice and press ENTER: 1
Password:
# Preparing: VDrift
# Checking for required C library versions ... passed
# Checking for Standard C++ library ... passed
# Checking for Simple DirectMedia Layer (SDL) ... passed
# Checking for SDL Image Library ... passed
# Checking for SDL Network Library ... passed
# Checking for OpenGL Graphics Toolkit ... passed
# Checking for OpenGL Utility Library ... passed
# Installing: VDrift [1/1]
# 100%[==================================================] Extracting files
# Copying files to /usr/share/games/vdrift/bin
# Copying files to /usr/share/games/vdrift/data/carparts
# Copying files to /usr/share/games/vdrift/data/settings
# Copying files to /usr/share/games/vdrift/data/lists
# Copying files to /usr/share/games/vdrift/data/sounds
# Copying files to /usr/share/games/vdrift/data/skins
# Copying files to /usr/share/games/vdrift/data/textures
# Copying files to /usr/share/games/vdrift/data/cars
# Copying files to /usr/share/games/vdrift/data/tracks
# Copying files to /usr/share/games/vdrift/share/locale
# Linking from /usr/bin/vdrift to /usr/share/games/vdrift/bin/vdrift
# Installing icons...
# Installing menu items...
vdrift.desktop: missing encoding (guessed UTF-8)
vdrift.desktop: key "Categories" string list not semicolon-terminated, fixing
# Updating package database...
The following package was successfully installed:
* VDrift
The following menu entry is now available:
* VDrift (Game, Simulation)
The installation size was 204.19 MB.
Remove this package by running package remove vdrift from the command line.
Anyone can help me out?
Thank you in advance =)