the error msg is:
ld.so.1: ./action.exe: fatal: libstdc++.so.6: open failed: No such file or directory
Killed
-- <action.exe is the program>
I have no enough time to read the source code(c++).
in HP UNIX there is not a libstdc++.so.6, but I found one in Solaris(though it seems not be the right position, it is in /usr/local/lib/sparcv9/)
I tried changing the environment and attributes of the program, but fail still.
Does any library(static or dynamic library) depends on libstdc++.so.6?
Anybody can do any help?
ld.so.1: ./action.exe: fatal: libstdc++.so.6: open failed: No such file or directory
Killed
-- <action.exe is the program>
I have no enough time to read the source code(c++).
in HP UNIX there is not a libstdc++.so.6, but I found one in Solaris(though it seems not be the right position, it is in /usr/local/lib/sparcv9/)
I tried changing the environment and attributes of the program, but fail still.
Does any library(static or dynamic library) depends on libstdc++.so.6?
Anybody can do any help?