Hello,

Compiling the new sip 4.7.5 today, and I get this error:

Creating sipconfig.py...
Creating top level Makefile...
Creating sip code generator Makefile...
Creating sip module Makefile...
make[1]: Entering directory 
`/home/gmabey/src/DiamondBack/Diamondback/src/sip-4.7.5/sipgen'
/opt/intel/cce/10.1.015/bin/icc -c -pipe -O2 -w -I. -o main.o main.c
/opt/intel/cce/10.1.015/bin/icc -c -pipe -O2 -w -I. -o transform.o transform.c
/opt/intel/cce/10.1.015/bin/icc -c -pipe -O2 -w -I. -o gencode.o gencode.c
/opt/intel/cce/10.1.015/bin/icc -c -pipe -O2 -w -I. -o export.o export.c
/opt/intel/cce/10.1.015/bin/icc -c -pipe -O2 -w -I. -o heap.o heap.c
/opt/intel/cce/10.1.015/bin/icc -c -pipe -O2 -w -I. -o parser.o parser.c
/opt/intel/cce/10.1.015/bin/icc -c -pipe -O2 -w -I. -o lexer.o lexer.c
lexer.c.tmp(2920): (col. 2) remark: LOOP WAS VECTORIZED.
lexer.c.tmp(2897): (col. 9) remark: LOOP WAS VECTORIZED.
gencode.c(6297): (col. 5) remark: LOOP WAS VECTORIZED.
g++  -o sip main.o transform.o gencode.o export.o heap.o parser.o lexer.o 
-L/usr/X11R6/lib
main.o: In function `main':
main.c:(.text+0x1d): undefined reference to `__intel_new_proc_init'
collect2: ld returned 1 exit status
make[1]: *** [sip] Error 1
make[1]: Leaving directory 
`/home/gmabey/src/DiamondBack/Diamondback/src/sip-4.7.5/sipgen'
make: *** [all] Error 2


Possible that there is a g++ remnant in linux-icc platform mode?

Glen
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to