-
Notifications
You must be signed in to change notification settings - Fork 31
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
configure script ignores passed args, build fails: ld: library not found for -lmysqlclient #45
Comments
@b-k Any ideas why this is the case? Apparently earlier it worked fine, MacPorts used |
And Sorry to keep updating, I am just trying to fix the build, and it still fails. After test suite finishes (it does not want to be disabled), target is not there:
|
Ok, I found a way around that, build completes, destroot fails:
Gonna leave it for tomorrow perhaps. |
Thanks for your investigations, and sorry for the long delay. I expect I'll have time next week to work on this. If you want to DM me we can discuss cleaning this up further. |
@b-k I have forgotten about this as well. Will try to update on the matter in a few days. |
I am trying to build
apophenia
from the latest commit, and configure (autoconf, in effect) ignores arguments passed:--build=
is ignored, and configure forced cpu_arch instead of build_arch.--with-mysql=no
is ignored, and the build eventually fails on:--disable-silent-rules
is ignored, no verbose output.The text was updated successfully, but these errors were encountered: