GNOME Bugzilla – Bug 125727
gstreamer won't build on OSX 10.3
Last modified: 2004-12-22 21:47:04 UTC
I get this error before the build fails: gcc -r -keep_private_externs -nostdlib -o .libs/libgstspider.so-master.o libgstspider_la-gstspider.lo libgstspider_la-gstspideridentity.lo libgstspider_la-gstsearchfuncs.lo && gcc -bundle -flat_namespace -undefined suppress -o .libs/libgstspider.so .libs/libgstspider.so-master.o -L/sw/lib -lc ld: multiple definitions of symbol _gst_spider_identity_details libgstspider_la-gstspider.lo definition of _gst_spider_identity_details in section (__DATA,__common) libgstspider_la-gstspideridentity.lo definition of _gst_spider_identity_details in section (__DATA,__data) ### execution of make failed, exit code 2
Created attachment 21019 [details] build log
btw I was building 0.6.4
Created attachment 21076 [details] [review] fix
Applied to 0.6 CVS.