This typically means that you did not send your standard error and standard output to your log file. Issue a 'clean -a', then reconfigure, and then recompile, making sure to use this exact syntax (with the ">&" that ensures that the error/output get sent to your compile log):
./compile em_case >& compile.log
./compile em_case >& compile.log