[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: cfitsio
No, it doesn't (completely). The makefile is expecting two env
variables to be set for the install (CFITSIO_LIB and CFITSIO_INCLUDE I
think), and it doesn't do anything if they are not set. My downfits
program does us the GNU Autotools, and it's not finding libcfitsio
through autoconf. I've had Tom copy the library and header files
manually to /usr/local/(lib/include), change the /etc/ld.so.conf and run
ldconfig, but it's still not finding them. I need to jump on that
machine and see if I can figure out what's happening...
Cheers,
Rob
> -----Original Message-----
> From: owner-tass@listserv.wwa.com
> [mailto:owner-tass@listserv.wwa.com] On Behalf Of Chris Albertson
> Sent: April 07, 2005 1:37 PM
> To: TASS
> Subject: RE: cfitsio
>
>
> Rob,
>
> Doesn't the lastest cfitsio use the GNU "Autotools". If so
> it is simply "./configure; make; su; make install"
>
> It would be good to know what error messages Tom is seeing.
>