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

libSDL2_image.so: undefined references #343

Open
agamemnonpsx opened this issue Sep 27, 2022 · 0 comments
Open

libSDL2_image.so: undefined references #343

agamemnonpsx opened this issue Sep 27, 2022 · 0 comments

Comments

@agamemnonpsx
Copy link

agamemnonpsx commented Sep 27, 2022

I was trying to build anura (love this engine) but I ran into this problem:

Linking : anura
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/libSDL2_image.so: undefined reference to TIFFReadRGBAImageOriented@LIBTIFF_4.0' /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/libSDL2_image.so: undefined reference to TIFFGetField@LIBTIFF_4.0'
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/libSDL2_image.so: undefined reference to TIFFSetErrorHandler@LIBTIFF_4.0' /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/libSDL2_image.so: undefined reference to TIFFClose@LIBTIFF_4.0'
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/libSDL2_image.so: undefined reference to `TIFFClientOpen@LIBTIFF_4.0'
collect2: error: ld returned 1 exit status
make: *** [Makefile:197: anura] Error 1

I am building it on Manjaro Linux (so basically Arch Linux) and I installed all the dependencies, so I'm a little bit lost as to what is causing this problem

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