| | 1 | Symptom of not finding CFITSIO in configure test: |
| | 2 | |
| | 3 | checking for ffopen in -lcfitsio... no |
| | 4 | configure: error: CFITSIO library not found. Obtain it at http://heasarc.gsfc.nasa.gov/docs/software/fitsio or use --with-cfitsio to specify location. |
| | 5 | problem building psLib : failure in psconfigure |
| | 6 | |
| | 7 | Solution from Paul Price and Gautham Narayan: |
| | 8 | |
| | 9 | Add -L/path/to/lib to LDFLAGS in environment variables. |
| | 10 | |
| | 11 | Theoretically this should also work in if instead added in 'psconfig.csh' (or 'psconfig.sh' if appropriate). |