hi, currently setting e.g. CXX=g++-X.X.X in Make.config only affects the main makefile and plugins, but libsi is not affected (the result being that linking libsi with vdr fails) - the following patch should help yours, Jouni --- libsi/Makefile 2004-10-16 16:31:50.000000000 +0300 +++ /home/vdr/vdr/libsi/Makefile 2005-03-06 15:18:19.000000000 +0200 @@ -19,6 +19,8 @@ LIBS += +-include ../Make.config + ### The object files (add further files here): OBJS = util.o si.o section.o descriptor.o