I know before I compile anything I know I have to type 'export CC=gcc322'
My question is: Do I have to type it every time I need to compile something?
No. CC=gcc322 needed to build kernel modules, as the kernel for FC1 is built with gcc 3.2 .
You usually will not need to use gcc 3.2 to build (Compile ) anything else.
Cheers, Michael