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?
|
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?
| |||
|
feedback
|
|
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. | |||
feedback
|