Re: [mpeg2-dev] Error while compiling mpeg2dec

2008-01-18 Thread reena nair
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

[mpeg2-dev] Re: Re: Error while compiling mpeg2dec

2008-01-18 Thread Lionel Debroux
> > 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

Re: [mpeg2-dev] Error while compiling mpeg2dec

2008-01-18 Thread reena nair
--- 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

[mpeg2-dev] Re: Error while compiling mpeg2dec

2008-01-18 Thread Lionel Debroux
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:

[mpeg2-dev] Error while compiling mpeg2dec

2008-01-18 Thread reena nair
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