> -----Original Message-----
> From: Adam Tee [mailto:[EMAIL PROTECTED]]
> Sent: 25 April 2002 10:12
> To: [EMAIL PROTECTED]
> Subject: Checking for and setting compiler to use
> 
> 
> Hi,
> 
> I'm wondering how I can check for and set a compiler version??
> The reason I want to do this is because I have both gcc 2.95 and gcc3
> installed and want to be able to choose between them when I configure 
> the project.

CC=gcc3 CXX=g++3 ./configure

or

CC=gcc CXX=g++ ./configure

Should work fine.

Sam




Reply via email to