qtl 0 Newbie Poster

Anybody experienced this?

I upgraded my desktop to Fedora 14 today. Then my programs written for icc can not run.

1. programs with #include<iomanip> can be compiled by icc, g++ is fine
solution: copy old version of iomanip to local directory, and change code to #include"iomanip"
2. programs are not allowed to run MKL libraries.
solution: $chcon -t execmem_exec_t a.out

These are just some temporary solutions as I don't know the background. Some Intel guys say the first will be solved in icc 12. Does anybody know some other ways to solve these?