/usr/bin/ld: cannot find -lgstreamer-0.10, plus other missing modules
Olivier Crête
olivier.crete at collabora.com
Wed Sep 14 11:20:37 UTC 2016
Hi,
On Tue, 2016-09-13 at 17:18 -0700, Graham wrote:
> BUT my compile command still fails. As follows:
>
> $ gcc -n hello_world.c -o hello_world `pkg-config --cflags --libs
> gstreamer-1.0`
>
> /usr/bin/ld: cannot find -lgstreamer-1.0
> /usr/bin/ld: cannot find -lgobject-2.0
> /usr/bin/ld: cannot find -lglib-2.0
> /usr/bin/ld: cannot find -lgcc_s
> /usr/bin/ld: cannot find -lpthread
> /usr/bin/ld: cannot find -lc
> /usr/bin/ld: cannot find -lgcc_s
> collect2: error: ld returned 1 exit status
It seems like you're missing all basic dev packages,
dnf install glib2-devel glibc-devel libgcc
--
Olivier Crête
olivier.crete at collabora.com
More information about the gstreamer-devel
mailing list