[mythtv] Ticket #4422: when linking errors occur while loading plugins, the errors are not displayed correctly

Andrei Tanas andrei at tanas.ca
Mon Jan 7 19:51:50 UTC 2008


> Try surrounding the dlerror function in compat.h with
> 
> #ifdef __cplusplus
> ...
> #endif
> 
> I just tried that and came up with the same error.

The function is already in the object files. You need to do "make clean" or
at least manually delete the *.o files generated from the *.c files
(dvdnav.o, navigation.o, searching.o etc.) and recompile them before trying
to link again.




More information about the mythtv-dev mailing list