Hello all. 2-day Fedora newb here!
I'm currently having quite a bit if trouble manually compiling a downloaded app and trying to find the path to my X11 libraries (I think!)
At first I ran
and kept getting the message
Code:
checking for X... configure: error: Can't find X libraries. Please check your installation and add the correct paths!
So then after a bit of digging tried
Code:
./configure --x-includes=/etc/X11/ --x-libraries=/etc/X11/
as I assumed
/etc/X11/ was the correct path. Obviously not as I now get
Code:
checking for X... libraries /etc/X11/, headers /etc/X11/
checking for IceConnectionNumber in -lICE... no
checking for libXext... no
configure: error: We need a working libXext to proceed. Since configure
can't find it itself, we stop here assuming that make wouldn't find
them either.
So, what is the correct path?