-
Notifications
You must be signed in to change notification settings - Fork 244
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
clib is glibc dependent. #55
Comments
Hmm.. supporting other compilers would be nice, but not high on my todo list. I'd happily accept a patch, however. :) |
Sorry, my mistake. It was my bad setup, again. I'd like to be able to compile statically out of the box as well, but that seems even less useful, so I won't make an issue of it. |
Ok, thanks for reporting. For future reference (when I find time to investigate), could you provide more information about your environment? |
Sure thing.
I'm sure you wanted more then that. What else did you want? |
compiler version, what you had to do to break it (or what you had to do to fix it), etc. everything helps :p |
clib compiles just fine with gcc or clang with glib, but if you try to build with a different C99 compliant libc, such as musl, you get spammed with unknown type name errors which I believe indicate glibc dependence. I believe it should be a project goal of clib to be glib-independent to ensure greater portability across unix based systems.
The text was updated successfully, but these errors were encountered: