WishList - Changing the complier Kdevelop uses to compile C++ code

Heiko Leberer Heiko_Leberer at non.agilent.com
Mon Jan 15 09:48:34 GMT 2001


Matthew Williams wrote:
> 
> Gday,
> I've suggested to the University I attend to, to install Kdevelop for
> C++ projects. However they asked me is it possible to change the
> compiler Kdevelop uses to compile C++ code as there are several people
> who don't want to see two different compilers run at the same time. So
> my wish for Kdevelop is to be able to change the compiler Kdevelop
> uses to compile C++ code.
> Matthew.
> 

Try an "export CXX=<compiler of your choice>" before starting kdevelop.
Then do an autoconf again and the new compiler should be used.

kdevelop doesn't depend on a specific compiler, it uses the one
configured with autoconf.

Heiko.

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list