[gst-devel] newbie developer's question

till busch buti at gmx.at
Fri Mar 4 06:22:25 CET 2005


hi,

you'll at least have to link against gstreamer-0.8:
add -lgstreamer-0.8 to your gcc options

it is even better if you add all the options from
pkg-config gstreamer-0.8 --libs
and
pkg-config gstreamer-0.8 --cflags
to your gcc command line.

greetings,

- till

On Friday 04 March 2005 12:13, Regis Guyomarch wrote:
> Hello,
>
>     I'm trying to compile the documentation's simple gstreamer
> initialisation prog on my gentoo box
>
> ...
>
> > /tmp/ccod3x4M.o(.text+0x18): In function `main':
> > : undefined reference to `gst_init'
> >
> > /tmp/ccod3x4M.o(.text+0x29): In function `main':
> > : undefined reference to `gst_version'
> >
> > collect2: ld a retourné 1 code d'état d'exécution
>
> Thanks for your help !
>




More information about the gstreamer-devel mailing list