Has anyone else seen this while building kdesupport? Linking CXX shared library ../lib/phonon_gstreamer.so Undefined first referenced symbol in file g_once_init_leave /usr/lib/libgstreamer-0.10.so g_once_init_enter_impl /usr/lib/libgstreamer-0.10.so ld: fatal: Symbol referencing errors. No output written to ../lib/phonon_gstreamer.so make[4]: *** [phonon/lib/phonon_gstreamer.so] Error 1 make[4]: Leaving directory `/export/home/kdeuser/build/kdesupport'
It's grabbing gstreamer from /usr/lib which in turn must depend on glib2, but it isn't getting linked in automatically. The real fix may be to get it to not use the system's gstreamer at all since it is only 32bit from what I remember, and I'm building 64bit. Brett Albertson bretta at consonus.com 919-379-8449
