When I try to compile my code with the '-fast' option, I always get an error
$ icc -fast test.c
ld: cannot find -lm
The processor of my host is Intel® Xeon® Processor E7-4860. I also tested this option on some other types of processors and had no such problem. Please help.
Ping