Opened 16 years ago
Closed 16 years ago
Last modified 16 years ago
#8039 closed defect (fixed)
Undefined reference to clock_gettime after [23468]
| Reported by: | anonymous | Owned by: | Nigel |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - General | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Linker fails with undefined reference to clock_gettime (from hdhomerun_os_posix.c). Doesn't seem to happen on all systems (Fedora 11 OK, Ubuntu 8.10 failed).
Attaching patch to add -lrt to unix libs, but should this only be for systems with posix realtime extensions?
Attachments (2)
Change History (6)
by , 16 years ago
| Attachment: | hdhr_lrt.patch added |
|---|
comment:1 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 16 years ago
If some-one affected by the fault could apply and test that configure patch?
comment:3 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

This is likely related to changeset r23468