Hi!

Claus Buchberger wrote:

> After installing the liba52 into /usr/local/lib I tried an autoconf and 
> ./configure.
> The configure script keeps complaining
> 
> checking for a52_init in -la52... no
> configure: error: Did not find required a52 library
> 
> Can you give me an hint what I can do to compile dvbcut.

The compiler/linker probably doesn't look for libraries in
/usr/local/lib. You can fix that by using a command like

        LDFLAGS='-L/path/to/lib' ./configure

If that doesn't work either, I need to have a look at your config.log file.

-- 
Michael "Tired" Riepe <mich...@mr511.de>
X-Tired: Each morning I get up I die a little

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
DVBCUT-devel mailing list
DVBCUT-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-devel

Reply via email to