[vdr] missing library in Makefile?

2013-03-05 Thread Alexander Aring
Hi,

I got a linker error for libiconv functions in vdr-1.7.39.

This is used by libsi/si.c and tools.c.

I fixed this with adding "-liconv" in LIBS compiler flags.

I don't know if there is a standard behavior in some systems which
adding this library per default.

I only want to give a hint to this issue.

If this is true, we need to add libiconv in INSTALL file.

Regards
Alex

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] missing library in Makefile?

2013-03-05 Thread Alexander Aring
Hi,

On Tue, Mar 05, 2013 at 11:53:17AM +0100, Alexander Aring wrote:
> Hi,
> 
> I got a linker error for libiconv functions in vdr-1.7.39.
> 
> This is used by libsi/si.c and tools.c.
> 
> I fixed this with adding "-liconv" in LIBS compiler flags.
> 
> I don't know if there is a standard behavior in some systems which
> adding this library per default.
> 
> I only want to give a hint to this issue.
> 
> If this is true, we need to add libiconv in INSTALL file.
> 

I solved it. Need to enable it in glibc which has iconv support.
Otherwise I need to install a separate libiconv.

Sorry about that. :-)

Regards
Alex

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr