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 which system it was tested on -- libraries generally have to be in order I'm using ubuntu 18.04 with gcc 7.4
${MAKE} -C src/glb-director/cli clean
diff --git a/src/glb-director/cli/Makefile b/src/glb-director/cli/Makefile index d7433a7..ecfeeef 100644 --- a/src/glb-director/cli/Makefile +++ b/src/glb-director/cli/Makefile @@ -73,44 +73,44 @@ LDFLAGS += -ljansson
glb-director-cli: main.c gcc \
$(CFLAGS) $(LDFLAGS) \
$(CFLAGS) \ -I`pwd`/.. \ main.c \ ../siphash24.c \
-o glb-director-cli
-o glb-director-cli ${LDFLAGS}
glb-config-check: gcc \
$(CFLAGS) \ $(CHECK_SRCS) \ -o glb-config-check \ -I`pwd`/.. \ -I/usr/include/dpdk \ -I/usr/include/x86_64-linux-gnu \
-ldpdk -lpcap \
-ldpdk -lpcap ${LDFLAGS} \ -m64 -mssse3
glb-director-pcap: gcc \
$(CFLAGS) \ $(PCAP_SRCS) \ -o glb-director-pcap \ -I`pwd`/.. \
:
make -C src/glb-healthcheck clean
make -C src/glb-director clean
make -C src/glb-director/cli clean
${MAKE} -C src/glb-redirect clean
${MAKE} -C src/glb-healthcheck clean
${MAKE} -C src/glb-director clean
$(CFLAGS) \ $(PCAP_SRCS) \ -o glb-director-pcap \ -I`pwd`/.. \ -I/usr/include/dpdk \ -I/usr/include/x86_64-linux-gnu \
-lpcap \
-DPCAP_MODE \
-lpcap ${LDFLAGS}
-DPCAP_MODE ${CFLAGS} \ -m64 -mssse3
glb-director-stub-server: gcc \
$(CFLAGS) \ $(STUB_SRCS) \ -o glb-director-stub-server \ -I`pwd`/.. \ -I/usr/include/dpdk \ -I/usr/include/x86_64-linux-gnu \
-DPCAP_MODE ${LDFLAGS} \ -m64 -mssse3
clean:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not sure which system it was tested on -- libraries generally have to be in order
I'm using ubuntu 18.04 with gcc 7.4
diff --git a/src/glb-director/cli/Makefile b/src/glb-director/cli/Makefile
index d7433a7..ecfeeef 100644
--- a/src/glb-director/cli/Makefile
+++ b/src/glb-director/cli/Makefile
@@ -73,44 +73,44 @@ LDFLAGS += -ljansson
glb-director-cli: main.c
gcc \
glb-config-check:
gcc \
glb-director-pcap:
gcc \
:
diff --git a/src/glb-director/cli/Makefile b/src/glb-director/cli/Makefile
index d7433a7..ecfeeef 100644
--- a/src/glb-director/cli/Makefile
+++ b/src/glb-director/cli/Makefile
@@ -73,44 +73,44 @@ LDFLAGS += -ljansson
glb-director-cli: main.c
gcc \
glb-config-check:
gcc \
glb-director-pcap:
gcc \
glb-director-pcap:
gcc \
glb-director-stub-server:
gcc \
clean:
The text was updated successfully, but these errors were encountered: