Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2005 07:06:50 -0500
From:      Parv <parv@pair.com>
To:        ports@freebsd.org
Subject:   Re: Compile problem (syntax error) ports/x11-wm/fvwm2-devel
Message-ID:  <20051031120650.GA50245@holestein.holy.cow>
In-Reply-To: <20051031114428.GA30438@holestein.holy.cow>
References:  <20051030084719.GP574@snoozy.vdgrift.org> <20051031012259.GA17712@holestein.holy.cow> <20051031114428.GA30438@holestein.holy.cow>

next in thread | previous in thread | raw e-mail | index | archive | help
in message <20051031114428.GA30438@holestein.holy.cow>,
wrote Parv thusly...
>
> Trying a shot in the dark based on that 4.11 has 2.9x gcc & 5.4 has
> 3.4 AND old C requirement that a variable must be declared before
> assignment (which may be total waste of time) ...

Never mind.  After installing GCC 2.95, i tried myself & greeted w/ "1
2 3"; so much for that.


  - Parv

>   #include <stdio.h>
>   int main()
>   { int i;
>     for (i = 0; i < 3 ; i++)
>     { int q = i + 1; printf( "%d " , q); }
>     return 0;
>   }



-- 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051031120650.GA50245>