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

Offline govinda

  • Single posting newcomer
  • *
  • Posts: 2
Error: dyld: Symbol not found: _gll_noop MAC problem
« on: February 25, 2013, 02:30:00 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Error: dyld: Symbol not found: _gll_noop MAC problem
« Reply #1 on: February 27, 2013, 07:52:16 am »
...and the relation to Code::Blocks is?

I don't see any. We don't provide support for 3rd party lib errors here. We cannot!
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ