You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when trying to run a program compiled with
g++ main.cpp -ltins
compiles successfully
but at run time throws error
libtins.so.4.5: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
when trying to run a program compiled with
g++ main.cpp -ltins
compiles successfully
but at run time throws error
libtins.so.4.5: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: