Revision 152421339a3a52485d9f6c4be28aad5c58cd089c authored by Mohammad Akhlaghi on 12 February 2021, 23:49:16 UTC, committed by Mohammad Akhlaghi on 12 February 2021, 23:49:16 UTC
Until now when making a link to the system's 'dl' and 'pthread' libraries
we were simply linking the installed location on the system (in
'/usr/lib'). However, in some systems, these may themselves be links to
other locations and this could cause linking problems.

With this commit, we now use 'realpath' to extract the absolute address of
the final file that the libraries may link to, and directly link to them.

A minor cosmetic correction was also made in the build rule for CFITSIO:
the long line was broken into two!
1 parent ecbaadc
History
File Mode Size
reproduce
tex
.dir-locals.el -rw-r--r-- 1.3 KB
.file-metadata -rw-r--r-- 9.0 KB
.gitignore -rw-r--r-- 994 bytes
COPYING -rw-r--r-- 34.3 KB
README-hacking.md -rw-r--r-- 91.9 KB
README.md -rw-r--r-- 24.6 KB
paper.tex -rw-r--r-- 14.2 KB
project -rwxr-xr-x 20.7 KB

README.md

back to top