Please, how can I change the compiler?

Richard Moore rich at ipso-facto.freeserve.co.uk
Thu May 11 14:25:17 BST 2000



Leon Pollak wrote:
> 
> Hello, to all.
>     I am very sad to said this but all my attempts for 2 days to change
> compiler only for my project lead to nothing. All I want, is to
> substitute xgcc instead of gcc, but, please, how can I do that?
> All my attempts to do it via autoconf failed. Even definition+export of
> environment variables CC=xgcc before kdevelop call also doesn't work
> (how can it be?) - it says that compiler xgcc can't produce executables,
> while it works fine for several years and is in the PATH

Sounds like you're trying to override the C compiler. You should be
overriding the C++ compiler. CXX=xgcc may prove more successfull. (This
is from memory so I might be wrong).

Rich.

>     Many, many thanks ahead.
> 
> leonp at plris.com

-- 
     Richard Moore		rich at ipso-facto.freeserve.co.uk
http://www.robocast.com/	richard at robocast.com
http://developer.kde.org/	rich at kde.org




More information about the KDevelop mailing list