[gst-devel] compiling
Fabian Hergenreder
fabian_h at uol.com.ar
Sun Jul 10 20:20:41 CEST 2005
> Do you have /usr/local/lib/libglib-2.0* on your system by any chance? If
> yes,
> you should get rid of the non-package version by doing something like:
Yes, I have it
> # rm /usr/local/lib/libglib-2.0*
> # rm /usr/local/lib/libgobject-2.0*
> (if you still have the glib source tree around, 'make uninstall' would be
> better of course).
>
I did make uninstall and now I got this:
fabian at jaguar:~/programas$ gcc -Wall $(pkg-config --cflags --libs
gstreamer-0.8) hello.c -o hello
/usr/bin/ld: warning: libglib-2.0.so.0, needed by
/usr/lib/gcc-lib/i486-linux/3.3.5/../../../libgobject-2.0.so, not found
(try using -rpath or -rpath-link)
/tmp/ccQY4sRD.o(.text+0x17): In function `new_pad':
: undefined reference to `gst_element_get_pad'
/tmp/ccQY4sRD.o(.text+0x26): In function `new_pad':
: undefined reference to `gst_pad_link'
.....
/tmp/ccQY4sRD.o(.text+0x2a8): In function `main':
: undefined reference to `gst_object_unref'
collect2: ld returned 1 exit status
I dont know what that means and
I really dont know what to do.
I did think re-install all again but what I have to remove first?
Would it be a good idea?
fabian
More information about the gstreamer-devel
mailing list