gcc 4.x for DragonFlyBSD

2007-05-03 Thread arnuld
i wanted to use DragonFly as my basic OS. i need GCC 4.x to finish a project but pkgsrc collection doe snot have gcc 4.x: http://pkgsrc.se/search.php?so=gcc any idea on getting gcc 4.x on DragonFly BSD ? also which version of ISO should i download , from snapshots directory or from iso-images

Re: gcc 4.x for DragonFlyBSD

2007-05-03 Thread Trevor Kendall
any idea on getting gcc 4.x on DragonFly BSD ? DragonFly has gcc 4.x already. If you are using 1.8.x: In /etc/make.conf uncomment WANT_GCC41=yes and rebuild. If you are using HEAD, it is built automatically already. To use it set CCVER to gcc41.

Re: gcc 4.x for DragonFlyBSD

2007-05-03 Thread arnuld
On 5/3/07, Trevor Kendall [EMAIL PROTECTED] wrote: arnuld wrote: any idea on getting gcc 4.x on DragonFly BSD ? DragonFly has gcc 4.x already. If you are using 1.8.x: In /etc/make.conf uncomment WANT_GCC41=yes and rebuild. If you are using HEAD, it is built automatically already. what

Re: gcc 4.x for DragonFlyBSD

2007-05-03 Thread Gergo Szakal
On Thu, 3 May 2007 15:01:42 + arnuld [EMAIL PROTECTED] wrote: what is HEAD ? i tried Google and got this: http://leaf.dragonflybsd.org/mailarchive/kernel/2003-10/msg00347.html but i did not understand it :-( i guess, you mean, CVS snapshot CDROM-ISO of DragonFlyBSD current , right ?

Re: gcc 4.x for DragonFlyBSD

2007-05-03 Thread arnuld
On 5/3/07, Jason Watson [EMAIL PROTECTED] wrote: HEAD is the CVS concept of the tip of the development branch... i.e. where new development gets committed. it means HEAD posted here *everyday* as an CDROM ISO image: http://mirror.macomnet.net/pub/DragonFlyBSD/snapshots/i386/ISO-IMAGES/ the

Re: gcc 4.x for DragonFlyBSD

2007-05-03 Thread Erik Wikström
On 2007-05-03 17:42, arnuld wrote: On 5/3/07, Jason Watson [EMAIL PROTECTED] wrote: HEAD is the CVS concept of the tip of the development branch... i.e. where new development gets committed. it means HEAD posted here *everyday* as an CDROM ISO image:

Re: gcc 4.x for DragonFlyBSD

2007-05-03 Thread Matthew Dillon
HEAD (the main development branch) is going through a lot of changes right now and should only be used by people willing to test those changes. -Matt

Re: gcc 4.x for DragonFlyBSD

2007-05-03 Thread Gergo Szakal
On Thu, 3 May 2007 10:00:14 -0700 (PDT) Matthew Dillon [EMAIL PROTECTED] wrote: HEAD (the main development branch) is going through a lot of changes right now and should only be used by people willing to test those changes. FWIW, Preview looks fine though, it runs stable, recompiled all

Re: gcc 4.x for DragonFlyBSD

2007-05-03 Thread Matthew Dillon
:FWIW, Preview looks fine though, it runs stable, recompiled all my packages (Apache, MySQL, PHP), even built X.org on it. : :-- :Gergo Szakal [EMAIL PROTECTED] Yah, I synchronized the Preview tag before I started all this work. The current work on HEAD is changing many major