IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of CFITSIO


Ignore:
Timestamp:
Feb 24, 2009, 4:23:53 PM (17 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CFITSIO

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