Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Compiling VDR



Hello

which compiler is _required_ to compile VDR?

I only have a debian 3.0 which only contains 2.95.
The VDR here is segment fault without end when "osdteletext"
is plugged in.
Other wrote that their 1.3.17 segfaults too when including
an other plugin. (But did not report which compiler was used).

Too i found that a switch "-pthread" (not only -lpthread)
should be used. Is that switch irrelant for VDR?
(Google.man, info does not say anthing about the effect of
that switch, but g++ is not complaining.)

strings `which g++`| grep thread
%(cpp_cpu) %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__}
%{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT}
%{shared: -lc}    %{!shared: %{mieee-fp:-lieee} %{pthread:-lpthread}
%{profile:-lc_p} %{!profile: -lc}}


Rainer





Home | Main Index | Thread Index