Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing symbols when using libEGL #43

Closed
tthef opened this issue Jun 15, 2012 · 2 comments
Closed

missing symbols when using libEGL #43

tthef opened this issue Jun 15, 2012 · 2 comments

Comments

@tthef
Copy link

tthef commented Jun 15, 2012

When I try to build against libEGL, I get a bunch of errors like this:

lib/libEGL.so: undefined reference to `glxx_client_*'

Unless my grep is failing me, these are not present in any of the libs.

@adammw
Copy link

adammw commented Jun 20, 2012

try linking against -lGLESv2 as well as -lEGL - i think that fixed a similar problem for me.

@tthef
Copy link
Author

tthef commented Jun 20, 2012

Thanks, that seems to have done the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants