-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
--without-gflags is not working #175
Comments
so why not install the gflags? it is easy to install gflags :) |
Well, I use Qt5 as my app framework and I just don't want to have two command line parser(gflags & QCommandLineParser) exist in my project :) |
after i remove gflags lib , i tried to run
so, i cant reproduce your results... additionally, i can successfully install glog lib in this way. (without gflags lib) maybe you should update something, i guess. |
That's what i'm trying to figure out. Thanks anyway. |
By the way, I have gflags installed on my server but i don't want to use it. Maybe that's the difference from your test. |
the flag doesn't ever exist and i think the only way to do this is to manually patch configure.ac and use autoconf to generate a new one. |
./autogen.sh && ./configure --without-gflags && make Cannot build, and still need gflags. Commit tag : 925858d |
Platform: Fedora 24 x86-64
Autoconf version: 2.69
./configure --without-gflags
(lots of output)
...
checking for main in -lgflags... yes
and inside config.status
D["HAVE_LIB_GFLAGS"]=" 1"
So how can I build without gflags?
The text was updated successfully, but these errors were encountered: