Hi Jack,
Thanks for getting back to me so quickly. Here's my CMakeError.log. Unfortunately, I don't have enough experience to know what to do next. If you could point me in the right direction, that'd be huge help.
Determining if the function daxpy exists failed with the following output:
Change Dir: /home/aj/elemental/elemental-0.80/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec4113720852/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4113720852.dir/build.make CMakeFiles/cmTryCompileExec4113720852.dir/build
make[1]: Entering directory `/home/aj/elemental/elemental-0.80/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/aj/elemental/elemental-0.80/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4113720852.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=daxpy -o CMakeFiles/cmTryCompileExec4113720852.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
make[1]: Leaving directory `/home/aj/elemental/elemental-0.80/build/CMakeFiles/CMakeTmp'
make[1]: *** No rule to make target `/home/aj/lib/libflame.a', needed by `cmTryCompileExec4113720852'. Stop.
make: *** [cmTryCompileExec4113720852/fast] Error 2
Determining if the function daxpy_ exists failed with the following output:
Change Dir: /home/aj/elemental/elemental-0.80/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec4041258017/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4041258017.dir/build.make CMakeFiles/cmTryCompileExec4041258017.dir/build
make[1]: Entering directory `/home/aj/elemental/elemental-0.80/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/aj/elemental/elemental-0.80/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4041258017.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=daxpy_ -o CMakeFiles/cmTryCompileExec4041258017.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
make[1]: Leaving directory `/home/aj/elemental/elemental-0.80/build/CMakeFiles/CMakeTmp'
make[1]: *** No rule to make target `/home/aj/lib/libflame.a', needed by `cmTryCompileExec4041258017'. Stop.
make: *** [cmTryCompileExec4041258017/fast] Error 2
AJ