-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Compile with musl libc #126
Conversation
This seems to break mingw building:
|
For some reason the configure test has not detected that mingw has
off_t (but later on it is declared after all). You are using cmake? It
should have some *.log files indicating why off_t was not found in the
configure step.
|
No, I'm using autotools. Lots of options missing from cmake, so I prefer the former. |
Ricardo Constantino wrote:
Good. So could you look in config.log for the test for "off_t"? (It |
Here's the config.log |
Ricardo Constantino wrote:
It seems that off_t is detected after all. Try building after rerunning |
Yeah, seems running autogen.sh fixed it. I thought configure would force it for some reason, nevermind then. |
Compile with musl libc
Compile with musl libc
Compile with musl libc
Compile with musl libc
Fix compilation on linux with musl libc library (http://musl-libc.org).