-
I have built GNU find from https://git.savannah.gnu.org/git/findutils.git e.g.
What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Aha, I need to pass CFLAGS/CC to ./configure, instead. Figured out via running |
Beta Was this translation helpful? Give feedback.
-
Please don't use |
Beta Was this translation helpful? Give feedback.
Aha, I need to pass CFLAGS/CC to ./configure, instead.
Figured out via running
readelf -p .GCC.command.line find/find
and being told that didn't exist (https://stackoverflow.com/questions/12112338/get-the-compiler-options-from-a-compiled-executable)