We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ make getconf: no such configuration parameter LFS_CFLAGS' gcc -D_FORTIFY_SOURCE=2 -O2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -std=gnu99 -pedantic -Wformat -Werror=format-security -g -c pcap.c -o pcap.o getconf: no such configuration parameter LFS_CFLAGS' gcc -D_FORTIFY_SOURCE=2 -O2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -std=gnu99 -pedantic -Wformat -Werror=format-security -g -c pcapng.c -o pcapng.o pcapng.c:377:118: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] ...(%" PRIu64 " > %" PRId64 ") ==> SKIPPING.\n", packets, sizeof(pb), left); ~~~ ^~~~~~~~~~ 1 warning generated. getconf: no such configuration parameter `LFS_CFLAGS' gcc -D_FORTIFY_SOURCE=2 -O2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -std=gnu99 -pedantic -Wformat -Werror=format-security -g -Wl,-z,relro pcapfix.c pcap.o pcapng.o -o pcapfix ld: unknown option: -z clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [all] Error 1
LFS_CFLAGS' gcc -D_FORTIFY_SOURCE=2 -O2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -std=gnu99 -pedantic -Wformat -Werror=format-security -g -c pcap.c -o pcap.o getconf: no such configuration parameter
I used the latest from the repository. I'm on 10.10.5 Yosemite.
The text was updated successfully, but these errors were encountered:
Can somebody using OSX tell me how to fix this?
Sorry, something went wrong.
Some changes have been made to the makefile. Can you check the devel branch whether this problem still exists?
@Rup0rt working here on the latest version of macOS (10.14, Sonoma)
No branches or pull requests
$ make
getconf: no such configuration parameter
LFS_CFLAGS' gcc -D_FORTIFY_SOURCE=2 -O2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -std=gnu99 -pedantic -Wformat -Werror=format-security -g -c pcap.c -o pcap.o getconf: no such configuration parameter
LFS_CFLAGS'gcc -D_FORTIFY_SOURCE=2 -O2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -std=gnu99 -pedantic -Wformat -Werror=format-security -g -c pcapng.c -o pcapng.o
pcapng.c:377:118: warning: format specifies type 'unsigned long long' but the
argument has type 'unsigned long' [-Wformat]
...(%" PRIu64 " > %" PRId64 ") ==> SKIPPING.\n", packets, sizeof(pb), left);
~~~ ^~~~~~~~~~
1 warning generated.
getconf: no such configuration parameter `LFS_CFLAGS'
gcc -D_FORTIFY_SOURCE=2 -O2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -std=gnu99 -pedantic -Wformat -Werror=format-security -g -Wl,-z,relro pcapfix.c pcap.o pcapng.o -o pcapfix
ld: unknown option: -z
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [all] Error 1
I used the latest from the repository.
I'm on 10.10.5 Yosemite.
The text was updated successfully, but these errors were encountered: