nfdump-1.7.0.1: fatal error: stdatomic.h: No such file or directory #363
Closed
alan-boey
started this conversation in
nfdump-1.7
Replies: 2 comments 5 replies
-
You need to move to a newer compiler. 3.2 is a bit too old. |
Beta Was this translation helpful? Give feedback.
3 replies
-
If you have restrictions with other apps, and can not uograde, use nfdump-1.6.25. This does not need the stdatomic.h |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Compiled using "./configure --enable-shared=no --enable-sflow" and getting error during make process.
It does not happen in nfdump-1.6.24. Any help appreciated.
libtool: compile: gcc -std=gnu11 -DHAVE_CONFIG_H -I. -I../.. -I.. -I../include -I../inline -ggdb -g -O3 -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -fno-strict-aliasing -pthread -MT nffile.lo -MD -MP -MF .deps/nffile.Tpo -c nffile.c -o nffile.o
nffile.c:38:23: fatal error: stdatomic.h: No such file or directory
compilation terminated.
make[3]: *** [nffile.lo] Error 1
make[3]: Leaving directory
/usr/local/src/nfdump-1.7.0.1/src/lib' make[2]: *** [all] Error 2 make[2]: Leaving directory
/usr/local/src/nfdump-1.7.0.1/src/lib'make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/nfdump-1.7.0.1'
make: *** [all] Error 2
OS: Linux 3.2.0-5-686-pae #1 SMP Debian 3.2.96-3 i686 GNU/Linux
Beta Was this translation helpful? Give feedback.
All reactions