Opened 18 years ago

Closed 18 years ago

#1762 closed defect (fixed)

mythreplex link error

Reported by: mythtv@… Owned by: paulh
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords: mythreplex link
Cc: Ticket locked: no

Description

Commit 9845 causes a link error for me :-(

ccache g++ -Wl,-rpath,/usr/lib/qt/lib -o mythreplex avi.o element.o mpg_common.o multiplex.o ringbuffer.o ts.o replex.o pes.o    -L/usr/lib/qt/lib -lqt-mt -lXext -lX11 -lm
/usr/lib/gcc/i486-slackware-linux/3.4.6/../../../../i486-slackware-linux/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
make: *** [mythreplex] Error 1

Attached patch fixes it...

Attachments (1)

mythreplex_linkage_error.patch (246 bytes) - added by mythtv@… 18 years ago.

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by mythtv@…

comment:1 Changed 18 years ago by mythtv@…

Resolution: fixed
Status: newclosed

Fixed by changeset 9853

Note: See TracTickets for help on using tickets.