python - Is "/lib64" different from "/lib/../lib64/"? -


in gdb python script /opt/gcc-4.8.2/lib64/libstdc++.so.6.0.18-gdb.py following line present

libdir = '/opt/gcc-4.8.2/lib/../lib64' 

instead have been /opt/gcc-4.8.2/lib64. make difference in bash or python?

paths when constructed shell scripts don't want depend on being on linux. it's harder canonicalize pathnames (get rid of ..) on other platforms. like solaris.

it's not problem leave paths are.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -