I'm trying to compile a gogoc client, something I have done successfully a few times before. However, this time I get an error: /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lstdc++ After searching with Google, it appears the required file is libstdc++.so, which is located in /usr/lib64. According to the error, as far as I can tell, it's not looking in the appropriate directory. I started tracing the links: /usr/x86_64-suse-linux/bin/ld to /usr/bin/ld to /etc/alternatives/ld to /usr/bin/ld.bfd which appears to be an executable file How did we manage to get from what's supposed to be a directory at /usr/x86_64-suse-linux/bin/ld to an executable at /usr/bin/ld.bfd??? There is also /usr/bin/ld, but it too is a file. WTF??? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org