Page 1 of 1

link error

PostPosted: Jul 30, 2012 @ 10:36am
by iphonegamesapps
I have just tried to upgrade to 4.2 edgelib for my iphone project.
I now get the following link error.

Can you let me know how to fix it please?


Undefined symbols for architecture armv7:
"__Z13EdgeGL_RepairPv", referenced from:
__ZN13ClassEDisplay13OnContextLostEv in libedge.a(emod_dsp.o)
"__Z22MacCreateOpenGLContextPvRS_RjS1_S_i", referenced from:
__ZN15EdgeGLInterface4OpenEimmb in libplugingl1-1.a(wrap_glesmac.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Re: link error

PostPosted: Aug 23, 2012 @ 11:07am
by edge
Are you sure you're not mixing libraries from different releases? You seem to be using a 4.x edgelib with a 3.x opengl plugin.