Re: GCC 4.2

2007-05-21 Thread Harald Schmalzbauer
Am Montag, 21. Mai 2007 schrieb Robert Huff:
   Can someone confirm GCC 4.2 is now in the -CURRENT source, and
 if so effective what date?
   Thanks.

It is there! Thanks to the good guys for that work!
I think it hit the tree on saturday.

-Harry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GCC 4.2

2007-05-21 Thread Garrett Cooper

Harald Schmalzbauer wrote:

Am Montag, 21. Mai 2007 schrieb Robert Huff:

Can someone confirm GCC 4.2 is now in the -CURRENT source, and
if so effective what date?
Thanks.


It is there! Thanks to the good guys for that work!
I think it hit the tree on saturday.

-Harry


It's there, but unless you want some major components to break I'd wait 
a bit... good job by the FreeBSD guys for the hard work, bad job by the 
GCC guys by breaking some code.


Also, there's a feature which is present in GCC that FreeBSD may be 
having issues with.


I'd subscribe to current@ and watch the GCC error threads (mostly the 
fPIE one now).


Cheers,

-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gcc 4.2

2007-05-19 Thread Kris Kennaway
On Sat, May 19, 2007 at 04:55:27PM +0200, Johan Hendriks wrote:
  
 Hello all.
  
 It looks like the current maillist is off line, so that is the reason for my 
 question here.
  
 I have a question regarding gcc 4.2
  
 Do i need to rebuild world twice to actually get it build with 4.2?
 first to get it build and installed but (still using gcc3.x)
 secondly to actually use gcc 4.2 to do the build again.
  
 or is there a quicker way?

Yeah, just build it once :)

Kris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: gcc 4.2

2007-05-19 Thread Johan Hendriks
 



Van: Kris Kennaway [mailto:[EMAIL PROTECTED]
Verzonden: za 19-5-2007 19:57
Aan: Johan Hendriks
CC: freebsd-questions@freebsd.org
Onderwerp: Re: gcc 4.2



On Sat, May 19, 2007 at 04:55:27PM +0200, Johan Hendriks wrote:
 
 Hello all.
 
 It looks like the current maillist is off line, so that is the reason for my 
 question here.
 
 I have a question regarding gcc 4.2
 
 Do i need to rebuild world twice to actually get it build with 4.2?
 first to get it build and installed but (still using gcc3.x)
 secondly to actually use gcc 4.2 to do the build again.
 
 or is there a quicker way?

Yeah, just build it once :)

Sorry i am proberly wasting your time!
But from you answer i guess a buildworld use the compiler in the src tree?

So it is not using the one already in base system (/usr/bin/gcc).
If not could you explain it in short for me

Thanks fot your time!!

regards,

Johan Hendriks

 


 

 

 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gcc 4.2

2007-05-19 Thread Kris Kennaway
On Sat, May 19, 2007 at 09:36:29PM +0200, Johan Hendriks wrote:
  
 
 
 
 Van: Kris Kennaway [mailto:[EMAIL PROTECTED]
 Verzonden: za 19-5-2007 19:57
 Aan: Johan Hendriks
 CC: freebsd-questions@freebsd.org
 Onderwerp: Re: gcc 4.2
 
 
 
 On Sat, May 19, 2007 at 04:55:27PM +0200, Johan Hendriks wrote:
  
  Hello all.
  
  It looks like the current maillist is off line, so that is the reason for 
  my question here.
  
  I have a question regarding gcc 4.2
  
  Do i need to rebuild world twice to actually get it build with 4.2?
  first to get it build and installed but (still using gcc3.x)
  secondly to actually use gcc 4.2 to do the build again.
  
  or is there a quicker way?
 
 Yeah, just build it once :)
 
 Sorry i am proberly wasting your time!
 But from you answer i guess a buildworld use the compiler in the src tree?
 
 So it is not using the one already in base system (/usr/bin/gcc).
 If not could you explain it in short for me
 

It builds the new compiler as part of the bootstrap phase.

Kris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]