From: Samuel H. <ha...@as...> - 2011-12-07 18:22:18
|
Hello, Is anyone else unable to install MESA after copying mesa/utils/makefile_header.mesasdk to mesa/utils/makefile_header (as part of the MESA SDK setup: "Building MESA Using the SDK", "Setting Build Options" from http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk#foot-ast). MESA compiles and installs without error when using the default makefile_header after an svn update and following the other steps of the MESA SDK setup. The error message I receive during installation is from make (message below), and it looks like the back quotes are not recognized from makefile_header.mesasdk. Am I missing something in setting up the MESA SDK, or should I just skip the "cp makefile_header.mesasdk makefile_header" step in the MESA SDK setup? make error: /bin/sh: mesasdk_lapack_link: command not found /bin/sh: mesasdk_blas_link: command not found from makefile_header.mesasdk: LOAD_LAPACK = `mesasdk_lapack_link` LOAD_BLAS = `mesasdk_blas_link` Thanks for the help, Sam __________ Samuel Harrold Graduate Student Dept of Astronomy Univ of Texas at Austin |