Next Previous Table of Contents
If you later compile or install any extra KDE applications that are not included in the standard KDE distribution, be sure they are compiled using the correct compiler:
export CC=egcs
" before compiling, to make sure
the correct compiler is used (both egcs and gcc compilers may be
present). You may instead use "CC=egcs ./configure ...
",
if running the autoconf
script
./configure
is the first step of the procedure for building the KDE
application.Note that the compiled application will probably not work with a version of QT that is older than the one it was compiled with.
Next Previous Table of Contents