autoconf
[Top][All Lists]
Advanced

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

RE: Checking for and setting compiler to use


From: Sam Liddicott
Subject: RE: Checking for and setting compiler to use
Date: Thu, 25 Apr 2002 11:06:39 +0100

> -----Original Message-----
> From: Adam Tee [mailto:address@hidden
> Sent: 25 April 2002 10:12
> To: address@hidden
> 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

[Prev in Thread] Current Thread [Next in Thread]