Re: Problems building JOGL: [cc] /usr/bin/ld: cannot find -lstdc++
Posted by rmshelby on Dec 17, 2014; 2:32am
URL: https://forum.jogamp.org/Problems-building-JOGL-cc-usr-bin-ld-cannot-find-lstdc-tp4033761p4033767.html
Thanks Sven, your second suggestion to disable OVR allowed the build to complete successfully.
However, I think I do have the libstdc++.so in the correct place:
$ ll -d /usr/lib/gcc/x86_64-redhat-linux/4.8.3/libstdc++.so
lrwxrwxrwx 1 root root 37 Sep 24 10:21 /usr/lib/gcc/x86_64-redhat-linux/4.8.3/libstdc++.so -> ../../../../lib64/libstdc++.so.6.0.19
So it still seems a puzzle.
Thanks,
Bob Shelby