-
Notifications
You must be signed in to change notification settings - Fork 29
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
Error compiling fastQValidator #12
Comments
Do you have the development version of zlib installed? |
Yes. 1.2.8. I was incorrect though and it's libStatGen that's throwing the error. The compile doesn't show anything, but the tests fail. I had to manually add the -L/tools/lib directory containing -lz to the Makefiles/Makefile.include. Not sure if there's something you can do to detect that. It is in my LD_LIBRARY_PATH. |
On which OS are you building? |
CENTOS. Mostly I think it's that I have my updated libraries in a different path (/tools) rather than in the system paths. |
So adding "-L/tools/lib" solved your problem then? Or are you still getting errors when building the tests? |
Yes, adding -L/tools/lib solved my problem. :) |
Compiling libStatGen doesn't throw any errors, but when compiling fastQValidator, it does:
The text was updated successfully, but these errors were encountered: