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

Re: libmatroska-dev and libebml-dev on alpha (mplayer build-failure)



On Wed, Oct 08, 2003, Jan Hetges wrote:
> I tried to build mplayer on alpha (PWS 500au) with following failure:
> 
>  gcc [...] -lstdc++

   This is not correct. Please link C++ programs with g++.

> > libmpdemux/libmpdemux.a(demux_mkv.o)(.text+0x1370): In function `free_mkv_demuxer(mkv_demuxer *)':
> > : undefined reference to `libebml::EbmlStream::~EbmlStream(void)'

   I'll investigate this. Which version of libebml-dev is this?

   I'm also interested in the output of the following commands:

     nm /usr/lib/libebml.a | c++filt | grep '~EbmlStream'
     nm /usr/lib/libebml_pic.a | c++filt | grep '~EbmlStream'

-- 
Sam.



Reply to: