Reply To: Neverwinter Nights how-to

Home Forums Tech Support Neverwinter Nights how-to Reply To: Neverwinter Nights how-to

#75431
strider
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)

Removing it makes the game complain about the lack of it.