Hi,
Here are a few thoughts:
1) Your Intel version is somewhat old. You may want to update to a newer version to see if that makes a difference. If that's not an option for you, can you try an updated gfortran compile (since this is a free compiler) to see if it works. If so, then we know that it's a problem with the older version of Intel.
2) Try compiling with only 1 processor. Set (for a csh example):
setenv J "-j 1"
so that the first error you come see in your compile log will be the primary problem.
3) I see that this is a wrf-chem compile. Can you try a basic wrf compile by turning off the chemistry build to see if you get the same problem?
Thanks,
Kelly