I'm trying to build a package that needs libX11, and I get this message when i ./configure
Code: Select all
configure: error: ***libX11 not found. Check '
how do i tell gcc to always look in that directory for .so files?
Mike
Code: Select all
configure: error: ***libX11 not found. Check '
Try:mike_c wrote:Hi
I'm trying to build a package that needs libX11, and I get this message when i ./configure
i did a find for libX11.so and it appears to be at /usr/X11R6/lib/libX11.soCode: Select all
configure: error: ***libX11 not found. Check '
how do i tell gcc to always look in that directory for .so files?
Mike

Code: Select all
# emerge xorg-x11
# env-update
# emerge [whatever package you were trying to emerge before]
Oh did I mention? I had to re-install xfree because xorg-x11 wouldn't work for me. there's another post related to my problem: http://forums.gentoo.org/viewtopic.php? ... highlight=Roguelazer wrote:Code: Select all
# emerge xorg-x11 # env-update # emerge [whatever package you were trying to emerge before]
Code: Select all
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... no
checking for XOpenDisplay in -lX11... no
configure: error: *** libX11 not found. Check 'config.log' for more details.