GNOME Bugzilla – Bug 684165
compile error on 0.11.94
Last modified: 2012-09-17 09:20:45 UTC
CCLD gst-plugin-scanner gst_plugin_scanner-gst-plugin-scanner.o: In function `main': gst-plugin-scanner.c:(.text.startup+0x4e): undefined reference to `_gst_disable_registry_cache' gst-plugin-scanner.c:(.text.startup+0x7b): undefined reference to `gst_init_check' gst-plugin-scanner.c:(.text.startup+0x92): undefined reference to `_gst_plugin_loader_client_run' collect2: ld returned 1 exit status make[4]: *** [gst-plugin-scanner] Error 1 make[4]: Leaving directory `/mnt/sda2/tcbuild/storage/gstreamer/src/temp/gstreamer-0.11.94/libs/gst/helpers' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/mnt/sda2/tcbuild/storage/gstreamer/src/temp/gstreamer-0.11.94/libs/gst' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/mnt/sda2/tcbuild/storage/gstreamer/src/temp/gstreamer-0.11.94/libs' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/mnt/sda2/tcbuild/storage/gstreamer/src/temp/gstreamer-0.11.94' make: *** [all] Error 2
Could you attach a log that contains the entire output of ./configure, and make V=1 ? Are you passing special configure options? What systems/environment is this on? (In other words: why does it break for you but not most other people)
Created attachment 224483 [details] configure
I've changed my flags from: CFLAGS="-march=i486 -mtune=i686 -pipe -fvisibility=hidden -O2" LDFLAGS="-Wl,-O1 -fvisibility=hidden" to CFLAGS="-march=i486 -mtune=i686 -Os -pipe" LDFLAGS="-Wl,-O1" and compilation went fine. Thanks for your reply I'm on TinyCoreLinux