I am trying to build 4.0.1 using the Superbuild on an Intel-build system. I have my compilers set to icc/icpc I'm failing deep down in the QT build with missing Intel libraries - and I believe that the reason for the failure is that somehow QT is trying to build with gcc/g++ rather than icc/icpc. Is there any way to force the compiler selection down to QT?
cd src/corelib/ && make -f Makefile make[1]: Entering directory `/usr/local/u/angel/PV/Build/qt/src/qt-build/src/corelib' rm -f libQtCore.so.4.8.2 libQtCore.so libQtCore.so.4 libQtCore.so.4.8 g++ -L/usr/local/u/angel/PV/Build/install/lib -Wl,--no-undefined -Wl,-e,qt_core_boilerplate -Wl,-O1 -Wl,-rpath,/usr/local/u/angel/PV/Build/install/lib -Wl,-rpath,/usr/local/u/angel/PV/Build/install/lib -shared -Wl,-soname,libQtCore.so.4 -o libQtCore.so.4.8.2 .obj/release-shared/qabstractanimation.o .obj/ ________________________________ Rick Angelini USArmy Research Laboratory CISD/HPC Architectures Team Building 120 Cube 315 Phone: 410-278-6266
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview