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

Note about shared library requirements #4

Open
gflofst opened this issue Aug 24, 2015 · 2 comments
Open

Note about shared library requirements #4

gflofst opened this issue Aug 24, 2015 · 2 comments

Comments

@gflofst
Copy link

gflofst commented Aug 24, 2015

I configured to just use HDF5 and it needed the HDF5 shared libraries as well as the json-c/install/lib. This is not listed in the INSTALL.md

@markcmiller86
Copy link
Member

Hmm. Can you send the compiler error you got that suggested this was the remedy. I can maybe convince myself the reverse situation is possible (e.g. if you told the compiler via CFLAGS or CXXFLAGS that you wanted a static exectuable, it would get bothered if it found only .so's to resolve a given library dependence). But, I can't think of how the situation you encountered would manifest.

@gflofst
Copy link
Author

gflofst commented Aug 24, 2015

I closed the terminal session trying to get other, unrelated things to work, but this is what I remember: cannot find symbol or cannot load symbol. I quick bit of google searching suggested the need for the shared library path.

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

2 participants