Home › Forums › Tech Support › Neverwinter Nights how-to › Reply To: Neverwinter Nights how-to
November 30, 2015 at 7:17 pm
#75431
Participant
Unaccounted4 wrote:
Why is it calling stdc++6? The game needs stdc++5.
The executable seems to be linked against libstdc++6:
Code:
ldd nwmain | grep libstd
libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xf4e06000)
libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xf4e06000)
Removing it makes the game complain about the lack of it.