Re: GCC help

2008-10-23 Thread Jerry
On Thu, 23 Oct 2008 14:26:40 +0100 Bruce Cran <[EMAIL PROTECTED]> wrote: [snip] >Can't you set $CC to gcc44 or whatever to make the ports system use a >different version of gcc? UNTESTED: in /etc/make.conf file: CC=/usr/local/bin/gcc44 -- Jerry [EMAIL PROTECTED] It doesn't matter

Re: GCC help

2008-10-23 Thread Bruce Cran
RW wrote: On Wed, 22 Oct 2008 10:07:09 -0400 Victor Farah <[EMAIL PROTECTED]> wrote: I was wondering how I would update gcc to version 4.2? I'm not sure I can just do a portupgrade gcc ?? If you install a later version of gcc it won't automatically get used because the port will use

Re: GCC help

2008-10-22 Thread RW
On Wed, 22 Oct 2008 10:07:09 -0400 Victor Farah <[EMAIL PROTECTED]> wrote: > I was wondering how I would update gcc to version 4.2? > I'm not sure I can just do a portupgrade gcc ?? If you install a later version of gcc it won't automatically get used because the port will use the base-system ve

Re: GCC help

2008-10-22 Thread Polytropon
On Wed, 22 Oct 2008 10:07:09 -0400, Victor Farah <[EMAIL PROTECTED]> wrote: > I was wondering how I would update gcc to version 4.2? > I'm not sure I can just do a portupgrade gcc ?? The GCC available from ports can be installed "next to" the GCC that comes with the system which, by the way, is 4.

GCC help

2008-10-22 Thread Victor Farah
Hello I'm trying to install ffmpeg and I'm getting this message: "Compiler did not align stack variables. Libavcodec has been miscompiled and may be very slow or crash. This is not a bug in libavcodec, but in the compiler. You may try recompiling using gcc >= 4.2." Now gcc -v gives me: Us