[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gcc version?



On Mon, 2003-09-01 at 22:10, Lukasz Hejnak wrote:

> export/setenv CC=gcc-2.95
> (select one, export or setenv, depending on your distro)

rather, depending on your shell. setenv if you run csh or tcsh, export
if you run bash (highly probable)

An easier way to set the compiler to s specific version just for one
compile is to specify the environment variablw on the command line:

CC=gcc-2.95 make install [or whatever the original poster wanted to
accomplish]



Reply to: