On 5/12/07, Peter Avalos <[EMAIL PROTECTED]> wrote:
> On Fri, May 11, 2007 at 06:47:37PM +0000, arnuld wrote:
> as advised on this mailing list. i added this line in "/etc/mk.conf": > > WANT_GCC41=yes
Try /etc/make.conf. Then also add CCVER=gcc41.
this file does not exist so i created as copy of "/etc/mk.conf" to "/etc/make.conf" with WANT_GCC41=yes and rebuilt the system.
Try reading the manpage for make.conf or look at /etc/defaults/make.conf.
a line "WANT_GCC41" is there in "/etc/defaults/make.conf" and comments say that it can be set in "/etc/make.conf" and that will override "/etc/defaults/make.conf" (NOTICE: it does not say anything about "/etc/mk.conf") havn't tried the CCVER flag but tried "setenv CCVER gcc41" after rebuild. this i what i get: # cc --version cc: in PATH []/usr/libexec/gcc41/cc : No such file or directory i checked "/usr/libexec/gcc41" and it is an empty directory what is wrong now ? -- http://arnuld.blogspot.com/
