Author Topic: Error: dyld: Symbol not found: _gll_noop MAC problem  (Read 2985 times)

Offline govinda

  • Single posting newcomer
  • *
  • Posts: 2
Error: dyld: Symbol not found: _gll_noop MAC problem
« on: February 20, 2013, 01:28:06 pm »
Hi All

I work on Code::Blocks for my C++ codes. After recent updates from Apple, I am getting error

dyld: Symbol not found: _gll_noop
Referenced from: /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
Expected in: /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
in /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

After searching on internet, I could nt find any concrete replies.

PLease reply if someone knows how to fix it. It is related to some dynamic library linkage.

Cheers
Govi