Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cfitsio doesn't install versioned library when built individually #52

Open
grahambell opened this issue Feb 11, 2016 · 0 comments
Open

Comments

@grahambell
Copy link
Contributor

When cfitsio is built individually (bootstrap, configure, make and make install in thirdparty/heasarc/cfitsio) it doesn't install the versioned library libcfitsio.so.4. When built from a complete build (bootstrap, configure -C, make world in the top level directory, installing to a new empty target directory) this file is created but doesn't appear in the cfitsio manifest. It's not entirely clear how it's installed because the Makefile.am specifies cfitsio/libcfitsio.4@SHLIB_SUFFIX@ where the name is the wrong way round: this expands (in Makefile) to cfitsio/libcfitsio.4.so whereas the file we actually have is cfitsio/libcfitsio.so.4. It seems that installing sla or atl actually might actually create the versioned library. The corresponding commit message (ca719b0) mentions that the versioned libraries end up as copies, but what we actually seem to get is a symlink going the wrong way: from libcfitsio.so.4 to libcfitsio.so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant