[mythtv] myth-gallery fails compile

Isaac Richards mythtv-dev@snowman.net
Mon, 18 Nov 2002 23:26:31 -0500


On Monday 18 November 2002 10:52 pm, Robert Dege wrote:
> It must be my day for road blocks.  I tried to compile & install
> mythgallery, and g++ failed:
>
> g++  -o mythgallery iconview.o main.o singleview.o moc_iconview.o 
> moc_singleview.o   -Wl,-rpath,/usr/lib/qt3-gcc2.96/lib
> -L/usr/lib/qt3-gcc2.96/lib  -L/usr/X11R6/lib -L/usr/local/lib -lmyth-0.7 
> -lqt-mt -lpthread -lXext -lX11 -lm
>
> /usr/bin/ld: cannot find -lmyth-0.7
> collect2: ld returned 1 exit status
> make[1]: *** [mythgallery] Error 1
> make[1]: Leaving directory `/usr/src/MythTV/mythgallery-0.7/mythgallery'
> make: *** [sub-mythgallery] Error 2
>
> /usr/local/lib is in the /etc/ld.so.conf file.  I even setenv
> LD_LIBRARY_PATH, but neither solution solved the problem.
>
> Am I missing something simple?

Does libmyth-0.7.* exist in /usr/local/lib?  That'd be the first thing to 
check.

Isaac