Page 1 of 1
Point to your CFITSIO library
Posted: Sun Nov 28, 2021 5:36 am
by lidawei
Hello everyone
When I am required to enter location of cfitsio library, I use locate to find where it is, but there are four choices:
locate libcfitsio.a
/home/lidawei/heasoft-6.29/heacore/BLD/x86_64-pc-linux-gnu-libc2.33/lib/libcfitsio.a
/home/lidawei/heasoft-6.29/heacore/cfitsio/libcfitsio.a
/home/lidawei/heasoft-6.29/heacore/x86_64-pc-linux-gnu-libc2.33/lib/libcfitsio.a
/home/lidawei/heasoft-6.29/x86_64-pc-linux-gnu-libc2.33/lib/libcfitsio.a
I don't know which one I should choose. If you konw something about that, please tell me. I'll appreciate for it.
Re: Point to your CFITSIO library
Posted: Mon Nov 29, 2021 9:15 am
by AlainGueguen
Dear Lidawei
I would suggest to use :
/home/lidawei/heasoft-6.29/x86_64-pc-linux-gnu-libc2.33/lib/libcfitsio.a
Best Regards
Alain on behalf of the eSASS team
Re: Point to your CFITSIO library
Posted: Mon Nov 29, 2021 9:39 am
by lidawei
Dear AlainGueguen
Thanks for your reply. When I enter it, I get a new trouble:
enter location of cfitsio library (/usr/local/lib): /home/lidawei/heasoft-6.29/x86_64-pc-linux-gnu-libc2.33/lib
f951: Warning: Nonexistent include directory ‘$(F90_INCDIR)’ [-Wmissing-include-dirs]
f951: Warning: Nonexistent include directory ‘$(F90_INCDIR)’ [-Wmissing-include-dirs]
What should I do with it?
Best regards
Dawei Li
Re: Point to your CFITSIO library
Posted: Mon Nov 29, 2021 9:41 am
by lidawei
AlainGueguen wrote: ↑Mon Nov 29, 2021 9:15 am
Dear Lidawei
I would suggest to use :
/home/lidawei/heasoft-6.29/x86_64-pc-linux-gnu-libc2.33/lib/libcfitsio.a
Best Regards
Alain on behalf of the eSASS team
Dear AlainGueguen
Thanks for your reply. When I enter it, I get a new trouble:
enter location of cfitsio library (/usr/local/lib): /home/lidawei/heasoft-6.29/x86_64-pc-linux-gnu-libc2.33/lib
f951: Warning: Nonexistent include directory ‘$(F90_INCDIR)’ [-Wmissing-include-dirs]
f951: Warning: Nonexistent include directory ‘$(F90_INCDIR)’ [-Wmissing-include-dirs]
What should I do with it?
Best regards
Dawei Li
Re: Point to your CFITSIO library
Posted: Mon Nov 29, 2021 9:47 am
by AlainGueguen
it's just a warning it not important you can continue with it :
globally during all the steps of the installation warning are not stopping point
any important problem will appear with
error instead of warning
for all Healpix related question you can refer to :
https://healpix.sourceforge.io/doc/html/install.htm
section Compilation and installation
Re: Point to your CFITSIO library
Posted: Mon Nov 29, 2021 9:51 am
by lidawei
AlainGueguen wrote: ↑Mon Nov 29, 2021 9:47 am
it's just a warning it not important you can continue with it :
globally during all the steps of the installation warning are not stopping point
any important problem will appear with
error instead of warning
for all Healpix related question you can refer to :
https://healpix.sourceforge.io/doc/html/install.htm
section Compilation and installation
Ok, I see. Thank you.