Forgot to mention, if anyone wants to try compiling it, the package can be found here: https://drive.google.com/?utm_source=en&utm_medium=button&utm_campaign=web&utm_content=gotodrive&urp=http%3A%2F%2Fwww.google.com%2Fdrive%2Fabout.html%3Fusp%3Dad_search%26gclid%3DCIn8x9XysrsCFe3m7AodcXoAYw#folders/0B5LapMwk8iPrOE04eVhKZG1DVzQ And here are some instructions: Required packages gcc make openssl libcrypto libpthread libopenssl-devel In gogoc-1_2-RELEASE/gogoc-messaging/gogocmessaging/message.h Add #include <stddef.h> above the include of pal.h On 08/31/2014 04:15 PM, James Knott wrote:
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