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
Post a Comment