Re: Cannot build jogl-2.1.1
Posted by Wade Walker on Aug 29, 2014; 1:10am
URL: https://forum.jogamp.org/Cannot-build-jogl-2-1-1-tp4030392p4032956.html
It's ld reporting the error, which means it's trying to link your compiled code with library code of a different architecture. So either you've got 64-bit JDK mixed with 32-bit GCC/MinGW, or vice versa. You just need to check both those installs and make sure they're correct and not corrupt somehow. Worst-case, reinstall the JDK and GCC/MinGW to make sure they're both the same architecture.