bug-commoncpp
[Top][All Lists]
Advanced

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

Re: compiling with irix CC


From: Federico Montesino Pouzols
Subject: Re: compiling with irix CC
Date: Wed, 13 Nov 2002 22:21:31 +0100
User-agent: Mutt/1.4i

On Thu, Nov 07, 2002 at 02:37:35AM +0000, Arun Madhurmohan wrote:
> Hi,
> 
> Most of my work is compiled with the CC compiler on irix. So I would like
> to compile common c++ with the same compiler to avoid any linking issues.
> Looking at the help in the configure script I couldn't figure a way to
> compile it with the native irix compiler. Is there a way to use the
> native irix CC compiler to compile common c++?
> 

        From what you say I understand you have both gcc and the
native irix CC installed and configure detects gcc? If so, you can
force the compiler to use like this:

        $ CC=c-compiler CXX=cpp-compiler ./configure ...

        for instance,

        $ CC=gcc CXX=g++ ./configure ...

> thanks,
> arun
> -- 
> http://fastmail.fm - Consolidate POP email and Hotmail in one place
> 
> 
> _______________________________________________
> Bug-commoncpp mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-commoncpp




reply via email to

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