Date: Mon, 16 May 2011 10:18:55 -0700 (PDT) From: Jakub Lach <jakub_lach@mailplus.pl> To: freebsd-multimedia@freebsd.org Subject: Re: multimedia/gstreamer is not respecting environment upon linking stage Message-ID: <1305566335423-4401035.post@n5.nabble.com> In-Reply-To: <1305560274.2882.2.camel@crashalot.rainbow-runner.nl> References: <1305123509649-4387492.post@n5.nabble.com> <1305181542.64803.2.camel@crashalot.rainbow-runner.nl> <1305211901476-4390463.post@n5.nabble.com> <1305406366979-4396544.post@n5.nabble.com> <1305560274.2882.2.camel@crashalot.rainbow-runner.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
I will describe more precisely my problems. I use gcc46 and binutils. The problem do not occur with base compiler. After update of gstreamer, first port build stopped with: "/usr/bin/ld: unrecognized option '-Bsymbolic-functions'" /usr/bin/ld shouldn't been invoked at all when using gcc46, but as ugly band aid I temporarily linked /usr/bin/ld to /usr/local/bin/ld. Update went fine, then I deleted soft link. After that, I can rebuild gstreamer with gcc46 without problems. (???) While debugging unrelated sound problem, I rebuilt audio/gstreamer-plugins-vorbis with base compiler. After that, to rebuild with gcc46 I again needed to link local ld. I don't know why sometimes base ld is used, when it shouldn't. Hope this is clearer. Have a nice day, - Jakub Lach -- View this message in context: http://freebsd.1045724.n5.nabble.com/multimedia-gstreamer-is-not-respecting-environment-upon-linking-stage-tp4387492p4401035.html Sent from the freebsd-multimedia mailing list archive at Nabble.com.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1305566335423-4401035.post>