Hi,
> Do you use linker options such as
> -lSM -lICE -lXext -lX11 -lXv -lSDL
> to link your program against those libraries ?
> (The Makefiles generated by configure do.)
The problem was that I was not familiar with gcc. I
got the correct options to be used from the makefile.
It worked fine with
> > You're missing libvo.a, which is generated in the
> > "libvo" folder. I guess the reason why libvo isn't
> > installed in /usr/local/lib, is that unlike
> > libmpeg2, it's intended to remain an internal
> > component of the MPEG-2 decoder application
> > (mpeg2dec).
> I used the libvo library a
--- Lionel Debroux <[EMAIL PROTECTED]> wrote:
> Hi again,
Hello,
> You're missing libvo.a, which is generated in the
> "libvo"
> folder. I guess the reason why libvo isn't installed
> in
> /usr/local/lib, is that unlike libmpeg2, it's
> intended
> to remain an internal component of the MPEG-2
> d
Hi again,
> I used ./configure, make and make install to install
> the library. It created one archive libmpeg2.a in
> /usr/local/lib.
>
> when I compiled mpeg2dec.c with libmpeg2.a, the number
> of errors got reduced to the following
>
> /tmp/ccOsQlRE.o: In function `print_usage':
> mpeg2dec.c:
Sorry for posting a new thread. I forgot to enable the
option to get a copy into my mail box.
I used ./configure, make and make install to install
the library. It created one archive libmpeg2.a in
/usr/local/lib.
when I compiled mpeg2dec.c with libmpeg2.a, the number
of errors got reduced to the