|  | 
		Hello there, 
Git cloned both jogl and gluegen and trying to build these on my linux desktop.
 Gluegen builds with ant just fine, but jogl spouts out the following:
 
 /jogamp/jogl/make/build-nativewindow.xml:685: gcc failed with return code 1
 
 I'm really clueless on gcc and what this means exactly, and the xml file gives me little hope to find this out myself.
 
 (JDK 7, 64 bit, gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3))
 
 |