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.
Point to your CFITSIO library
- AlainGueguen
- Posts: 36
- Joined: Mon Jun 28, 2021 12:06 pm
Re: Point to your CFITSIO library
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
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
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
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
Dear AlainGueguenAlainGueguen 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
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
- AlainGueguen
- Posts: 36
- Joined: Mon Jun 28, 2021 12:06 pm
Re: Point to your CFITSIO library
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
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
Ok, I see. Thank you.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