[MPlayer-dev-eng] [PATCH] compiling with Intel C

Guillaume Poirier gpoirier at mplayerhq.hu
Fri Jan 26 16:27:04 CET 2007


Dmitry Antipov wrote:
> Guillaume Poirier wrote:

>> With the version I have on hand (icc-9.1.038), it doesn't make a
>> difference.
> 
> 
> Note if your ICEs are random (non-repeatable on the same file within
> the same environment and with the same command-line options), this may
> indicate
> poor hardware. In this case, you may 1) try memtest86 or 2) try to compile
> heavy C++ (with a lot of templates and huge class hierarchies) with your
> g++ and watch for random SIGSEGVs :-)...

My hardware shouldn't be in fault here, at least, I don't think so.
It's a cool, all intel machine that has an incredible uptime.

I've re-tried with version 9.1.045, and I still have the same problem:

icc -I../libswscale   -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I.. -I.. -I../libavutil
-Wdeclaration-after-statement -O3 -march=pentium4 -mcpu=pentium4 -pipe
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -I/usr/X11R6/include  -I/usr/include/SDL
-D_REENTRANT -I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include  -I/usr/include -I/usr/include/dvdnav
-I/usr/include/freetype2  -c -o motion_est.o motion_est.c
icc: Command line warning: ignoring option '-W'; no argument required
(0): internal error: backend signals

compilation aborted for motion_est.c (code 4)
make[1]: *** [motion_est.o] Error 4

I've tried all levels of -Ox, it doesn't make any difference.

:-(

Guillaume



More information about the MPlayer-dev-eng mailing list