On Friday 12 May 2006 18:01, Josef Weidendorfer wrote: > On Friday 12 May 2006 20:05, Allen Winter wrote: > > Hi CMake Gurus, > > > > I'm trying to put in support for Intel's C/C++ compiler (icc). I'm getting > > nowhere fast. > > As seen below. Help. > > -Allen > > > > % export CC=icc > > % export CXX=icc > > I thought icc is the C compiler, and icpc for C++ ? > Shouldn't matter.
Do'H! I removed my build/CMakeCache.txt and build/CMakeFiles and now it works better: -- Check for working C compiler: /opt/intel/cc/9.0/bin/icc -- Check for working C compiler: /opt/intel/cc/9.0/bin/icc -- works -- Check size of void* -- Check size of void* - done -- Check for working CXX compiler: /opt/intel/cc/9.0/bin/icpc -- Check for working CXX compiler: /opt/intel/cc/9.0/bin/icpc -- works Qt qmake not found! -- Configuring done -- Let's Keep the Political Talk Out of KDE PLEASE _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
