code/qcommon/vm_x86.c would complain about undefined symbols when compiling with the Intel C compiler (http://www.intel.com/cd/software/products/asmo-na/eng/277618.htm) on Linux x86. This is caused by different name mangling.
Created attachment 1501 [details] Patch fixing the unresolved symbols - svn1140 Patch fixing only the real problems. The Makefile would need adjustments to not include unsupported icc options. icc nicely ignores them though.
Created attachment 1502 [details] handle icc < 10.x correctly as well - svn1140
This should be fixed in svn revision #1613, but I can't test it. --ryan.
Created attachment 1501 [details] Patch fixing the unresolved symbols - svn1140 Patch fixing only the real problems. The Makefile would need adjustments to not include unsupported icc options. icc nicely ignores them though.
Created attachment 1502 [details] handle icc < 10.x correctly as well - svn1140