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
Not sure how it links without it.
Without -rte-acl I get: gcc -Wall -O3 -g -Werror -pie -fPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-all -DCLI_MODE pcap_mode.c ../glb_fwd_config.c ../glb_director_config.c ../glb_encap.c ../cmdline_parse.c ../cmdline_parse_etheraddr.c ../glb_encap_pcap.c ../siphash24.c ../shared_opt.c -o glb-director-pcap -Ipwd/.. -I/usr/include/dpdk -I/usr/include/x86_64-linux-gnu -lpcap -z relro -z now -ljansson /tmp/ccSt1u9w.o: In function glb_fwd_config_ctx_decref': /home/leisner/github/glb-director/src/glb-director/cli/../glb_fwd_config.c:157: undefined reference to rte_acl_free' /home/leisner/github/glb-director/src/glb-director/cli/../glb_fwd_config.c:159: undefined reference to rte_acl_free' /tmp/ccSt1u9w.o: In function create_glb_fwd_config': /home/leisner/github/glb-director/src/glb-director/cli/../glb_fwd_config.c:113: undefined reference to `create_bind_classifier' collect2: error: ld returned 1 exit status
pwd
glb_fwd_config_ctx_decref': /home/leisner/github/glb-director/src/glb-director/cli/../glb_fwd_config.c:157: undefined reference to
rte_acl_free' /tmp/ccSt1u9w.o: In function
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not sure how it links without it.
Without -rte-acl I get:
gcc
-Wall -O3 -g -Werror -pie -fPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-all -DCLI_MODE
pcap_mode.c ../glb_fwd_config.c ../glb_director_config.c ../glb_encap.c ../cmdline_parse.c ../cmdline_parse_etheraddr.c ../glb_encap_pcap.c ../siphash24.c ../shared_opt.c
-o glb-director-pcap
-I
pwd
/..-I/usr/include/dpdk
-I/usr/include/x86_64-linux-gnu
-lpcap -z relro -z now -ljansson
/tmp/ccSt1u9w.o: In function
glb_fwd_config_ctx_decref': /home/leisner/github/glb-director/src/glb-director/cli/../glb_fwd_config.c:157: undefined reference to
rte_acl_free'/home/leisner/github/glb-director/src/glb-director/cli/../glb_fwd_config.c:159: undefined reference to
rte_acl_free' /tmp/ccSt1u9w.o: In function
create_glb_fwd_config':/home/leisner/github/glb-director/src/glb-director/cli/../glb_fwd_config.c:113: undefined reference to `create_bind_classifier'
collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered: