Problems building JOGL: [cc] /usr/bin/ld: cannot find -lstdc++
Posted by
rmshelby on
Dec 16, 2014; 10:19pm
URL: https://forum.jogamp.org/Problems-building-JOGL-cc-usr-bin-ld-cannot-find-lstdc-tp4033761.html
Hello,
I am brand new to JOGL. I've been trying to build JOGL on Fedora 20, according to the instructions here:
http://jogamp.org/jogl/doc/HowToBuild.html
No problems with gluegen. jogl compiles but fails to link:
[cc] Starting link
[cc] /usr/bin/ld: cannot find -lstdc++
[cc] collect2: error: ld returned 1 exit status
I can't understand how this is possible; libstdc++.so is of course present in /usr/lib64, and the 32bit version in /usr/lib.
I hope someone can give me an idea what the cause of this is and how to fix.
Thanks,
Bob Shelby