After I solved my first problem I got into another one. Looks like I’m missing some kind of library, making the linker complain that the -lXi is not working.
I’ve included most of the Xorg devel packages, what more do I need?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When linking to ‘-lXi’ the compiler looks for a file with name starting with ‘libXi.so’ (followed by some version number). The command
gives
on my Fedora 10 system, so you are probably missing the libXi-devel package.