Skip to content

Instantly share code, notes, and snippets.

@Varriount
Last active January 1, 2016 06:29
Show Gist options
  • Save Varriount/8105536 to your computer and use it in GitHub Desktop.
Save Varriount/8105536 to your computer and use it in GitHub Desktop.
C:\64\Nimrod>.\tools\detect\detect.exe
CMD gcc -o testh.exe testh.c
testh.c:1:17: fatal error: aio.h: No such file or directory
#include <aio.h>
^
compilation terminated.
Not found: <aio.h>
CMD gcc -o testh.exe testh.c
testh.c:1:19: fatal error: dlfcn.h: No such file or directory
#include <dlfcn.h>
^
compilation terminated.
Not found: <dlfcn.h>
CMD gcc -o testh.exe testh.c
Found: <errno.h>
CMD gcc -o testh.exe testh.c
Found: <fcntl.h>
CMD gcc -o testh.exe testh.c
Found: <fenv.h>
CMD gcc -o testh.exe testh.c
testh.c:1:20: fatal error: fmtmsg.h: No such file or directory
#include <fmtmsg.h>
^
compilation terminated.
Not found: <fmtmsg.h>
CMD gcc -o testh.exe testh.c
testh.c:1:21: fatal error: fnmatch.h: No such file or directory
#include <fnmatch.h>
^
compilation terminated.
Not found: <fnmatch.h>
CMD gcc -o testh.exe testh.c
testh.c:1:17: fatal error: ftw.h: No such file or directory
#include <ftw.h>
^
compilation terminated.
Not found: <ftw.h>
CMD gcc -o testh.exe testh.c
testh.c:1:18: fatal error: glob.h: No such file or directory
#include <glob.h>
^
compilation terminated.
Not found: <glob.h>
CMD gcc -o testh.exe testh.c
testh.c:1:22: fatal error: langinfo.h: No such file or directory
#include <langinfo.h>
^
compilation terminated.
Not found: <langinfo.h>
CMD gcc -o testh.exe testh.c
Found: <locale.h>
CMD gcc -o testh.exe testh.c
Found: <pthread.h>
CMD gcc -o testh.exe testh.c
Found: <unistd.h>
CMD gcc -o testh.exe testh.c
Found: <semaphore.h>
CMD gcc -o testh.exe testh.c
testh.c:1:21: fatal error: sys/ipc.h: No such file or directory
#include <sys/ipc.h>
^
compilation terminated.
Not found: <sys/ipc.h>
CMD gcc -o testh.exe testh.c
Found: <sys/stat.h>
CMD gcc -o testh.exe testh.c
testh.c:1:25: fatal error: sys/statvfs.h: No such file or directory
#include <sys/statvfs.h>
^
compilation terminated.
Not found: <sys/statvfs.h>
CMD gcc -o testh.exe testh.c
testh.c:1:22: fatal error: sys/mman.h: No such file or directory
#include <sys/mman.h>
^
compilation terminated.
Not found: <sys/mman.h>
CMD gcc -o testh.exe testh.c
Found: <time.h>
CMD gcc -o testh.exe testh.c
testh.c:1:22: fatal error: sys/wait.h: No such file or directory
#include <sys/wait.h>
^
compilation terminated.
Not found: <sys/wait.h>
CMD gcc -o testh.exe testh.c
Found: <signal.h>
CMD gcc -o testh.exe testh.c
testh.c:1:22: fatal error: nl_types.h: No such file or directory
#include <nl_types.h>
^
compilation terminated.
Not found: <nl_types.h>
CMD gcc -o testh.exe testh.c
Found: <sched.h>
CMD gcc -o testh.exe testh.c
testh.c:1:24: fatal error: sys/select.h: No such file or directory
#include <sys/select.h>
^
compilation terminated.
Not found: <sys/select.h>
CMD gcc -o testh.exe testh.c
testh.c:1:20: fatal error: net/if.h: No such file or directory
#include <net/if.h>
^
compilation terminated.
Not found: <net/if.h>
CMD gcc -o testh.exe testh.c
testh.c:1:24: fatal error: sys/socket.h: No such file or directory
#include <sys/socket.h>
^
compilation terminated.
Not found: <sys/socket.h>
CMD gcc -o testh.exe testh.c
testh.c:1:24: fatal error: netinet/in.h: No such file or directory
#include <netinet/in.h>
^
compilation terminated.
Not found: <netinet/in.h>
CMD gcc -o testh.exe testh.c
testh.c:1:19: fatal error: netdb.h: No such file or directory
#include <netdb.h>
^
compilation terminated.
Not found: <netdb.h>
CMD gcc -o testh.exe testh.c
testh.c:1:18: fatal error: poll.h: No such file or directory
#include <poll.h>
^
compilation terminated.
Not found: <poll.h>
CMD gcc -o testh.exe testh.c
testh.c:1:19: fatal error: spawn.h: No such file or directory
#include <spawn.h>
^
compilation terminated.
Not found: <spawn.h>
CMD gcc -o testh.exe testh.c
Found: <stdio.h>
CMD gcc -o genconsts.exe genconsts.c
CMD genconsts.exe
Success
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment