Date: Fri, 22 Mar 2013 14:23:11 -0700 (PDT) From: Beeblebrox <zaphod@berentweb.com> To: freebsd-ports-bugs@freebsd.org Subject: Re: ports/177279: emulators/kqemu-kmod-devel does not compile Message-ID: <1363987391164-5798206.post@n5.nabble.com> In-Reply-To: <201303221957.r2MJv4m6009293@red.freebsd.org> References: <201303221957.r2MJv4m6009293@red.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[SOLVED] 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, and package builds/installs. With many thanks to Ren=C3=A9 Ladan -- View this message in context: http://freebsd.1045724.n5.nabble.com/ports-17= 7279-emulators-kqemu-kmod-devel-does-not-compile-tp5798167p5798206.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?1363987391164-5798206.post>