Date: Fri, 22 Mar 2013 14:14:44 -0700 (PDT) From: Beeblebrox <zaphod@berentweb.com> To: freebsd-ports-bugs@freebsd.org Subject: Re: ports/177283: www/chromium does not compile Message-ID: <1363986884300-5798200.post@n5.nabble.com> In-Reply-To: <201303222020.r2MKKE5Y042424@freefall.freebsd.org> References: <201303222013.r2MKDElb042094@red.freebsd.org> <201303222020.r2MKKE5Y042424@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I seem to have found the solution to the problem: lang/gcc needs to have symlinks in /usr/bin. Create these: # ln -s /usr/local/bin/gcc46 /usr/bin/gcc # ln -s /usr/local/bin/g++46 /usr/bin/g++ This way most, "gcc not found" errors should disappear. With many thanks to Ren=C3=A9 Ladan -- View this message in context: http://freebsd.1045724.n5.nabble.com/ports-17= 7283-www-chromium-does-not-compile-tp5798182p5798200.html Sent from the freebsd-ports-bugs mailing list archive at Nabble.com.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1363986884300-5798200.post>