Skip to content

Instantly share code, notes, and snippets.

@vivek-bala
Created July 18, 2018 17:45
Show Gist options
  • Save vivek-bala/a9cc61ad2e3130df2b84eac817b297b9 to your computer and use it in GitHub Desktop.
Save vivek-bala/a9cc61ad2e3130df2b84eac817b297b9 to your computer and use it in GitHub Desktop.
> CC=gcc gmake
gmake -f Makefile.config
autoconfig: using wchar.h
autoconfig: using -lz
autoconfig: using -lcrypt
autoconfig: using -lrt
autoconfig: using -lpthread
autoconfig: using pthread spinlock
autoconfig: using keyutils.h
autoconfig: using float decimal support
autoconfig: using vector math support
autoconfig: using atomic support
autoconfig: using nop assembler instruction
autoconfig: using 64 byte alignment attribute
autoconfig: using 128 byte alignment attribute
autoconfig: using 64K byte alignment attribute
autoconfig: using sched affinity CPU masks
autoconfig: using madvise
autoconfig: using POSIX semaphores
autoconfig: using SYSV message queues
autoconfig: using SYSV shared memory
autoconfig: using inotify
autoconfig: using swapcontext
autoconfig: using chroot
autoconfig: using eventfd
autoconfig: using cabsl
autoconfig: using lgammal
autoconfig: using ccosl
autoconfig: using csinl
autoconfig: using cpow
autoconfig: using powl
autoconfig: using rintl
autoconfig: using logl
autoconfig: using expl
autoconfig: using cosl
autoconfig: using sinl
autoconfig: using coshl
autoconfig: using sinhl
autoconfig: using sqrtl
autoconfig: using dup3
autoconfig: using getpgid
autoconfig: using mlock
autoconfig: using sigaltstack
autoconfig: using sigqueue
autoconfig: using sigwaitinfo
autoconfig: using mprotect
autoconfig: using msync
autoconfig: using mincore
autoconfig: using posix_fadvise
autoconfig: using posix_openpt
autoconfig: using posix_memalign
autoconfig: using uname
autoconfig: using cpuid
autoconfig: using getmntent
autoconfig: using futimes
autoconfig: using fsync
autoconfig: using fdatasync
autoconfig: using lockf
gmake[1]: Entering directory `/mnt/a/u/sciteam/balasubr/modules/stress-ng-0.09.10'
gmake[1]: Leaving directory `/mnt/a/u/sciteam/balasubr/modules/stress-ng-0.09.10'
gmake stress-ng
gmake[1]: Entering directory `/mnt/a/u/sciteam/balasubr/modules/stress-ng-0.09.10'
gcc -Wall -Wextra -DVERSION="0.09.10" -O2 -std=gnu99 -DHAVE_WCHAR -DHAVE_LIB_Z -DHAVE_LIB_CRYPT -DHAVE_LIB_RT -DHAVE_LIB_PTHREAD -DHAVE_LIB_PTHREAD_SPINLOCK -DHAVE_KEYUTILS_H -DHAVE_FLOAT_DECIMAL -DHAVE_VECMATH -DHAVE_ATOMIC -DHAVE_ASM_NOP -DHAVE_ALIGNED_64 -DHAVE_ALIGNED_128 -DHAVE_ALIGNED_64K -DHAVE_AFFINITY -DHAVE_MADVISE -DHAVE_SEM_POSIX -DHAVE_MQ_SYSV -DHAVE_SHM_SYSV -DHAVE_INOTIFY -DHAVE_SWAPCONTEXT -DHAVE_CHROOT -DHAVE_EVENTFD -DHAVE_CABSL -DHAVE_LGAMMAL -DHAVE_CCOSL -DHAVE_CSINL -DHAVE_CPOW -DHAVE_POWL -DHAVE_RINTL -DHAVE_LOGL -DHAVE_EXPL -DHAVE_COSL -DHAVE_SINL -DHAVE_COSHL -DHAVE_SINHL -DHAVE_SQRTL -DHAVE_DUP3 -DHAVE_GETPGID -DHAVE_MLOCK -DHAVE_SIGALTSTACK -DHAVE_SIGQUEUE -DHAVE_SIGWAITINFO -DHAVE_MPROTECT -DHAVE_MSYNC -DHAVE_MINCORE -DHAVE_POSIX_FADVISE -DHAVE_POSIX_OPENPT -DHAVE_POSIX_MEMALIGN -DHAVE_UNAME -DHAVE_CPUID -DHAVE_GETMNTENT -DHAVE_FUTIMES -DHAVE_FSYNC -DHAVE_FDATASYNC -DHAVE_LOCKF -c -o stress-affinity.o stress-affinity.c
gcc -Wall -Wextra -DVERSION="0.09.10" -O2 -std=gnu99 -DHAVE_WCHAR -DHAVE_LIB_Z -DHAVE_LIB_CRYPT -DHAVE_LIB_RT -DHAVE_LIB_PTHREAD -DHAVE_LIB_PTHREAD_SPINLOCK -DHAVE_KEYUTILS_H -DHAVE_FLOAT_DECIMAL -DHAVE_VECMATH -DHAVE_ATOMIC -DHAVE_ASM_NOP -DHAVE_ALIGNED_64 -DHAVE_ALIGNED_128 -DHAVE_ALIGNED_64K -DHAVE_AFFINITY -DHAVE_MADVISE -DHAVE_SEM_POSIX -DHAVE_MQ_SYSV -DHAVE_SHM_SYSV -DHAVE_INOTIFY -DHAVE_SWAPCONTEXT -DHAVE_CHROOT -DHAVE_EVENTFD -DHAVE_CABSL -DHAVE_LGAMMAL -DHAVE_CCOSL -DHAVE_CSINL -DHAVE_CPOW -DHAVE_POWL -DHAVE_RINTL -DHAVE_LOGL -DHAVE_EXPL -DHAVE_COSL -DHAVE_SINL -DHAVE_COSHL -DHAVE_SINHL -DHAVE_SQRTL -DHAVE_DUP3 -DHAVE_GETPGID -DHAVE_MLOCK -DHAVE_SIGALTSTACK -DHAVE_SIGQUEUE -DHAVE_SIGWAITINFO -DHAVE_MPROTECT -DHAVE_MSYNC -DHAVE_MINCORE -DHAVE_POSIX_FADVISE -DHAVE_POSIX_OPENPT -DHAVE_POSIX_MEMALIGN -DHAVE_UNAME -DHAVE_CPUID -DHAVE_GETMNTENT -DHAVE_FUTIMES -DHAVE_FSYNC -DHAVE_FDATASYNC -DHAVE_LOCKF -c -o stress-af-alg.o stress-af-alg.c
stress-af-alg.c:29:26: fatal error: linux/if_alg.h: No such file or directory
#include <linux/if_alg.h>
^
compilation terminated.
gmake[1]: *** [stress-af-alg.o] Error 1
gmake[1]: Leaving directory `/mnt/a/u/sciteam/balasubr/modules/stress-ng-0.09.10'
gmake: *** [all_config] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment