-
Notifications
You must be signed in to change notification settings - Fork 38
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
Building can't find zlib and math functions on newer Ubuntu #15
Comments
It does not seem like this issue was addressed yet. The build fails on Ubuntu Trusty (14.04.1-Ubuntu). This seems to be related to the issues reported by @feltstykket.
Has this been addressed? Is there a solution somewhere? |
Hi @emmaggie — the issue appears to be in linking zlib. Have other applications that need zlib compiled alright on your system? For example, can you compile https://github.com/lh3/seqtk? We had a similar issue a while ago, but we solved it by moving the order of |
Had the same issue while building sickle in Ubuntu 15.10 machine. Solved it the same way as @vsbuffalo. In Makefile's build function: Switch:
To:
Notice the order of the $(LDFLAGS) argument. |
Will send a PR
The text was updated successfully, but these errors were encountered: