Re: no gcc 4.1after rebuild

2007-05-13 Thread arnuld
On 5/12/07, Peter Avalos [EMAIL PROTECTED] wrote: Ok, let's try this...Make /etc/make.conf only have this line in it: WANT_GCC41=yes Then rebuild your sources. YIPPEYAA. it works :-) # setenv CCVER gcc41 # cc --version gives gcc 4.1.2 :-) It's too hard to figure out what is

Re: no gcc 4.1after rebuild

2007-05-13 Thread arnuld
On 5/13/07, Peter Avalos [EMAIL PROTECTED] wrote: On Sun, May 13, 2007 at 03:42:05PM +, arnuld wrote: only one thing is left: how can i make my shell (tcsh) remember gcc 4.1 for *always*. i do not want to setenv at every boot. i have put CCVER=gcc41 into both /etc/mk.conf and

Re: no gcc 4.1after rebuild

2007-05-13 Thread Erik Wikström
On 2007-05-13 17:56, arnuld wrote: On 5/13/07, Peter Avalos [EMAIL PROTECTED] wrote: On Sun, May 13, 2007 at 03:42:05PM +, arnuld wrote: only one thing is left: how can i make my shell (tcsh) remember gcc 4.1 for *always*. i do not want to setenv at every boot. i have put

Re: no gcc 4.1after rebuild

2007-05-12 Thread arnuld
On 5/12/07, Peter Avalos [EMAIL PROTECTED] wrote: On Sat, May 12, 2007 at 09:11:32PM +0530, arnuld wrote: On 5/12/07, Peter Avalos [EMAIL PROTECTED] wrote: On Fri, May 11, 2007 at 06:47:37PM +, arnuld wrote: as advised on this mailing list. i added this line in /etc/mk.conf:

Re: no gcc 4.1after rebuild

2007-05-12 Thread Erik Wikström
On 2007-05-12 18:35, arnuld wrote: On 5/12/07, Peter Avalos [EMAIL PROTECTED] wrote: On Sat, May 12, 2007 at 09:11:32PM +0530, arnuld wrote: On 5/12/07, Peter Avalos [EMAIL PROTECTED] wrote: On Fri, May 11, 2007 at 06:47:37PM +, arnuld wrote: as advised on this mailing list. i

Re: no gcc 4.1after rebuild

2007-05-12 Thread Sascha Wildner
Erik Wikström wrote: For example the make.conf man-page is quite informative (it says among other thing that there is no option WANT_GCC41, gcc41 will be compiled by default and you'll have to set NO_GCC if you don't want it). That's for HEAD. In the 1.8 branch it's still needed. Sascha --

Re: no gcc 4.1after rebuild

2007-05-12 Thread Matthew Dillon
Just copy the entire contents of your /etc/mk.conf and the entire contents of your /etc/make.conf into the email. And label which one is which. -Matt Matthew Dillon

no gcc 4.1after rebuild

2007-05-11 Thread arnuld
as advised on this mailing list. i added this line in /etc/mk.conf: WANT_GCC41=yes i also noted that /usr/lib has 2 directories: gcc34 and gcc41 and on my newly installed 1.8.1 release, gcc --version gave gcc 3.4. so i fetched the sources using cvsup using my 1.8-release supfile. then i did

Re: no gcc 4.1after rebuild

2007-05-11 Thread Peter Avalos
On Fri, May 11, 2007 at 06:47:37PM +, 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. Try reading the manpage for make.conf or look at /etc/defaults/make.conf. pgpYMtpgz8QgA.pgp

Re: no gcc 4.1after rebuild

2007-05-11 Thread Matthew Dillon
:as advised on this mailing list. i added this line in /etc/mk.conf: : :WANT_GCC41=yes : :i also noted that /usr/lib has 2 directories: gcc34 and gcc41 and on :my newly installed 1.8.1 release, gcc --version gave gcc 3.4. so i :fetched the sources using cvsup using my 1.8-release supfile. then i