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

error compile eom to gcc-4.9.3 #94

Closed
ghost opened this issue Jul 27, 2015 · 3 comments
Closed

error compile eom to gcc-4.9.3 #94

ghost opened this issue Jul 27, 2015 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 27, 2015

/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../lib64/libcairo.so: undefined reference to symbol 'XUnlockDisplay'
/usr/lib64/libX11.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:751: recipe for target 'eom' failed
make[3]: *** [eom] Error 1
make[3]: Leaving directory '/var/calculate/tmp/portage/media-gfx/eom-1.10.0/work/eom-1.10.0/src'
Makefile:652: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/var/calculate/tmp/portage/media-gfx/eom-1.10.0/work/eom-1.10.0/src'
Makefile:534: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/var/calculate/tmp/portage/media-gfx/eom-1.10.0/work/eom-1.10.0'
Makefile:465: recipe for target 'all' failed
make: *** [all] Error 2

@ghost
Copy link
Author

ghost commented Jul 28, 2015

I'm sorry to trouble you, fixing

@infirit
Copy link
Contributor

infirit commented Jul 28, 2015

Looks like a cairo is missing a link to -lX11. However this is outside of eom's control as it get's it's linker flags from the cairo pkg-config file.

@ghost
Copy link
Author

ghost commented Jul 31, 2015

Yes, Thanks

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

1 participant