kernel configuration failure

coriolinus coriolinus at gmail.com
Wed Oct 10 18:05:52 PDT 2007


> Actually, that's not the problem.
> The file which is not found is the compiler itself:
>
> gcc34:No such file or directory
>
> Maybe you've installed gcc 4.3 from ports, linked /usr/bin/cc to
> /usr/local/bin/gcc43 and then upgrade gcc?

That doesn't seem right:
[coriolinus at labour /usr/src]$ which gcc34
/usr/local/bin/gcc34
[coriolinus at labour /usr/src]$ su
Password:
[root at labour /usr/src]# which gcc34
/usr/local/bin/gcc34

It's true that I installed gcc 3.4 from ports and put a line in
/etc/make.conf: CC=gcc34 . However, it's on the path for both my user
and for root; it seems weird that the makefile would lose track of it.


More information about the freebsd-questions mailing list