10.2.8 framework linking problem (XCode 2.1)
10.2.8 framework linking problem (XCode 2.1)
- Subject: 10.2.8 framework linking problem (XCode 2.1)
- From: Brian Barnes <email@hidden>
- Date: Sun, 13 Nov 2005 16:08:02 -0500
I have a project with a number of libraries. Each library (and the
application) is set to use gcc3.3 and Deployment Target to 10.2.
This has worked fine for a number of releases, I use a number of APIs
which don't exist in 10.2.8 (they are never hit because of OS
specific code paths.)
I've just added GLSL, but these specific routines are causing errors
on 10.2.8:
****** undefined reference to _glGetUniformLocationARB expected to be
defined in OpenGL
When running the dynamic linker. All these symbols should be weak
linked; I'm not sure what I did wrong here. Side note: It works
fine in 10.3, which should also be missing these symbols (as far as I
know.)
[>] Brian
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden