News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Error: dyld: Symbol not found: _gll_noop MAC problem

Started by govinda, February 25, 2013, 02:30:00 PM

Previous topic - Next topic

govinda

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

MortenMacFly

...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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]