Closed astroJeff closed 2 years ago
I was able to hack together a solution whereby I create the missing /opt/local/lib
directory and copy my install of cfitsio into that, but there ought to be a better way.
Yep, there is -- edit the definition of FITS_LDFLAGS in $MSG_DIR/build/Makefile
I should add that the cfitsio library is only needed during build when TOOLS=yes.
All good. Sorry for the confusion. Thank you! One very minor point - I had trouble finding this file (I definitely should have found it!) because the documentation all discusses a Makefile in $MSG_DIR/src/build/Makefile.
When installing msg, I bug out with the error:
I have the cfitsio library installed, but I cannot find where to tell the make file to look in the correct directory location. Any ideas?