libegl icon indicating copy to clipboard operation
libegl copied to clipboard

Problem linking in application

Open sahilagnihotri opened this issue 10 years ago • 2 comments

"OBJC_CLASS$_CADisplayLink", referenced from: objc-class-ref in libegl.a(EAGLIOSSurface.o) ld: symbol(s) not found for architecture armv7

xcode also reports a logic error but i guess thatz becuz its not initialized yet.

i am trying to use eglGetCurrentContext() n included egl.h

sahilagnihotri avatar Dec 02 '14 22:12 sahilagnihotri

Did you link against QuartzCore.framework ?

For details see section " What are the dependencies/linker settings required to link with ?" at https://github.com/davidandreoletti/libegl/blob/master/README.md.

davidandreoletti avatar Dec 05 '14 16:12 davidandreoletti

@sahilagnihotri (bump)

davidandreoletti avatar Jan 09 '15 04:01 davidandreoletti