[mythtv-users] cannot find -lXmu

Michael T. Dean mtdean at thirdcontact.com
Thu Aug 31 18:37:19 UTC 2006


On 08/31/06 14:13, Charles Philip Chan wrote:

>On 2006-08-31 14:08:50 -0400 jim.herold at comcast.net wrote:
>
>>When trying to make MythGallery and MythArchive I get a message that 
>>"/usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: 
>>cannot find -lXmu".
>>
>I have to manually add -L/usr/X11R6/lib to the make files in several 
>modules.
>

Wouldn't it be easier to just add:

LIBS += -L/usr/X11R6/lib

to settings.pro in the top directory rather than editing a bunch of 
auto-generated Makefiles in different directories?

Then again, wouldn't it be more correct to just add

/usr/X11R6/lib

to /etc/ld.so.conf and run ldconfig?

Mike


More information about the mythtv-users mailing list