[mythtv-commits] Ticket #2230: mytharchivehelper Makefile needs an additional -L

MythTV mythtv at cvs.mythtv.org
Fri Sep 1 14:56:34 UTC 2006


#2230: mytharchivehelper Makefile needs an additional -L
------------------------------------+---------------------------------------
 Reporter:  jason.fisher at gmail.com  |        Owner:  paulh   
     Type:  defect                  |       Status:  reopened
 Priority:  minor                   |    Milestone:          
Component:  mytharchive             |      Version:          
 Severity:  medium                  |   Resolution:          
------------------------------------+---------------------------------------
Changes (by anonymous):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 As of Repository version 11013:

 mytharchive does not build against the libs in the src tree, but rather
 expects a make install to already have been done on the main mythtv src.
 This makes updating from the repository problematic at best.  It is the
 only plugin to require such.  The other plugins will build without the
 need to have done a make install.  This was noticed on the transition from
 -0.19 libs to -0.20 libs.

 g++  -o mytharchivehelper main.o archiveutil.o    -L/usr/kde/3.3/lib
 -L/usr/qt/3/lib -L/usr/X11R6/lib -L/usr/lib -lmyth-0.20 -lmythtv-0.20
 -lmythui-0.20 -lmythfreemheg-0.20 -lmythlivemedia-0.20 -lqt-mt -lGLU -lGL
 -lXmu -lXext -lX11 -lm -lpthread
 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../../i686-pc-linux-
 gnu/bin/ld: cannot find -lmyth-0.20

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2230#comment:9>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list