Now that I catch my make output, I am hoping somebody might be able to point me in the right direction here. I am trying to compile a flight sim that uses OpenGL, after hours shit-fighting with libraries et al, I am at present stumped at the point when the linker throws me:
/usr/local/lib/libGLU.so: undefined reference to `__pure_virtual' /usr/local/lib/libGLU.so: undefined reference to `__rtti_user' /usr/local/lib/libGLU.so: undefined reference to `__rtti_si' /usr/local/lib/libGLU.so: undefined reference to `__rethrow' /usr/local/lib/libGLU.so: undefined reference to `terminate(void)' /usr/local/lib/libGLU.so: undefined reference to `__builtin_vec_new' /usr/local/lib/libGLU.so: undefined reference to `__builtin_vec_delete' /usr/local/lib/libGLU.so: undefined reference to `__rtti_class' /usr/local/lib/libGLU.so: undefined reference to `__builtin_delete' /usr/local/lib/libGLU.so: undefined reference to `__builtin_new' collect2: ld returned 1 exit status make: *** [crrcsim] Error 1 It used to compile in Mdk 8.1 (I'm know using 8.2), libGLU is 1.3.402 I realise it's a long shot without knowing a lot more about what I've got running etc. but any guidance in detangling myself would be appreciated......... :) ChrisB
