[mythtv] Undefined reference in libmyth

Carl Reynolds mythtv-dev at hyperbole-software.com
Wed Nov 28 16:26:35 UTC 2007


Anton Farygin wrote:
> Hello.
> 
> After update to latest svn snapshot (2007-11-27), i found this problem 
> with mythtv build:
> 
> <snip...>
> 

You said you made an update to the latest svn. Was this from another 
version of the svn? Is it possible you installed mythtv from the 
binaries before you updated to the latest svn?

I've had a problem in the past where I installed mythtv on a machine 
from binaries. Later, when I installed a source version of Myth on the 
same machine and compiled, the older versions of the libraries were 
still on the machine and in a path that was looked in before the path 
where the newly compiled libraries were stored. The make file was adding 
the libraries in a new location instead of replacing the ones that were 
already there, then when it linked to the libraries, it used the old 
ones and this caused un-resolved references in the link.

You might check to see if you have more than one instance of libmyth on 
the machine and get rid of the one that was created by an earlier 
install, if that's what's happening.



Carl.


More information about the mythtv-dev mailing list