Hi All,<div>This is encountered when compiling llvm-gcc-4.2 (yeah, it's deprecated, but still want to play with it :)). </div><div>I compiled an old gcc(4.2.1) in my home directory and set the bin to PATH to work with it.</div>
<div>llvm-gcc compilation failed with the following:</div><div>llvm-gcc/obj/./gcc/cc1: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found.</div><div>So seems it didn't try to search the library directory in the newly installed gcc path, which</div>
<div>I exported LD_LIBRARY_PATH to point to.</div><div>This machine uses even older gcc(4.1), and I don't have permission to create symlink in</div><div>/usr/lib(lib64). If there a way to let the search start from the newly installed GCC path?</div>
<div><br></div><div>Thank you,</div><div>Ryan</div><div><br></div>