From owner-freebsd-multimedia@FreeBSD.ORG Mon May 16 17:18:56 2011 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9666D1065670 for ; Mon, 16 May 2011 17:18:56 +0000 (UTC) (envelope-from jakub_lach@mailplus.pl) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 6F7EE8FC12 for ; Mon, 16 May 2011 17:18:55 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1QM1RX-0001MB-Ds for freebsd-multimedia@freebsd.org; Mon, 16 May 2011 10:18:55 -0700 Date: Mon, 16 May 2011 10:18:55 -0700 (PDT) From: Jakub Lach To: freebsd-multimedia@freebsd.org 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: multimedia/gstreamer is not respecting environment upon linking stage X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2011 17:18:56 -0000 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.