Determining if the system is big endian passed with the following output:
Change Dir: /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec2981519697/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2981519697.dir/build.make CMakeFiles/cmTryCompileExec2981519697.dir/build
make[1]: Entering directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2981519697.dir/TestEndianess.c.o
/usr/bin/cc   -msse -W -Wall     -o CMakeFiles/cmTryCompileExec2981519697.dir/TestEndianess.c.o   -c /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/TestEndianess.c
Linking C executable cmTryCompileExec2981519697
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2981519697.dir/link.txt --verbose=1
/usr/bin/cc   -msse -W -Wall      CMakeFiles/cmTryCompileExec2981519697.dir/TestEndianess.c.o  -o cmTryCompileExec2981519697 -rdynamic 
make[1]: Leaving directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'

TestEndianess.c:
/* A 16 bit integer is required. */
typedef unsigned short cmakeint16;

/* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN."
   On a big endian machine the characters will be exchanged pairwise. */
const cmakeint16 info_little[] =  {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000};

/* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN."
   On a little endian machine the characters will be exchanged pairwise. */
const cmakeint16 info_big[] =     {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000};

#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
  int require = 0;
  require += info_little[argc];
  require += info_big[argc];
  (void)argv;
  return require;
}


Determining if files soundcard.h exist failed with the following output:
Change Dir: /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec3455102947/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3455102947.dir/build.make CMakeFiles/cmTryCompileExec3455102947.dir/build
make[1]: Entering directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3455102947.dir/CheckIncludeFiles.c.o
/usr/bin/cc   -msse -W -Wall     -o CMakeFiles/cmTryCompileExec3455102947.dir/CheckIncludeFiles.c.o   -c /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: soundcard.h: No such file or directory
 #include <soundcard.h>
                       ^
compilation terminated.
CMakeFiles/cmTryCompileExec3455102947.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec3455102947.dir/CheckIncludeFiles.c.o' failed
make[1]: *** [CMakeFiles/cmTryCompileExec3455102947.dir/CheckIncludeFiles.c.o] Error 1
make[1]: Leaving directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'
Makefile:118: recipe for target 'cmTryCompileExec3455102947/fast' failed
make: *** [cmTryCompileExec3455102947/fast] Error 2

Source:
/* */
#include <soundcard.h>


int main(){return 0;}

Determining if files machine/soundcard.h exist failed with the following output:
Change Dir: /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec2261569821/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2261569821.dir/build.make CMakeFiles/cmTryCompileExec2261569821.dir/build
make[1]: Entering directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2261569821.dir/CheckIncludeFiles.c.o
/usr/bin/cc   -msse -W -Wall     -o CMakeFiles/cmTryCompileExec2261569821.dir/CheckIncludeFiles.c.o   -c /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:31: fatal error: machine/soundcard.h: No such file or directory
 #include <machine/soundcard.h>
                               ^
compilation terminated.
CMakeFiles/cmTryCompileExec2261569821.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec2261569821.dir/CheckIncludeFiles.c.o' failed
make[1]: *** [CMakeFiles/cmTryCompileExec2261569821.dir/CheckIncludeFiles.c.o] Error 1
make[1]: Leaving directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'
Makefile:118: recipe for target 'cmTryCompileExec2261569821/fast' failed
make: *** [cmTryCompileExec2261569821/fast] Error 2

Source:
/* */
#include <machine/soundcard.h>


int main(){return 0;}

Determining if files libkern/OSAtomic.h exist failed with the following output:
Change Dir: /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec1688487631/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1688487631.dir/build.make CMakeFiles/cmTryCompileExec1688487631.dir/build
make[1]: Entering directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1688487631.dir/CheckIncludeFiles.c.o
/usr/bin/cc   -msse -W -Wall     -o CMakeFiles/cmTryCompileExec1688487631.dir/CheckIncludeFiles.c.o   -c /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:30: fatal error: libkern/OSAtomic.h: No such file or directory
 #include <libkern/OSAtomic.h>
                              ^
compilation terminated.
CMakeFiles/cmTryCompileExec1688487631.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec1688487631.dir/CheckIncludeFiles.c.o' failed
make[1]: *** [CMakeFiles/cmTryCompileExec1688487631.dir/CheckIncludeFiles.c.o] Error 1
make[1]: Leaving directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'
Makefile:118: recipe for target 'cmTryCompileExec1688487631/fast' failed
make: *** [cmTryCompileExec1688487631/fast] Error 2

Source:
/* */
#include <libkern/OSAtomic.h>


int main(){return 0;}

Determining if the function getexecname exists failed with the following output:
Change Dir: /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec3111783556/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3111783556.dir/build.make CMakeFiles/cmTryCompileExec3111783556.dir/build
make[1]: Entering directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3111783556.dir/CheckFunctionExists.c.o
/usr/bin/cc   -msse -W -Wall  -DCHECK_FUNCTION_EXISTS=getexecname   -o CMakeFiles/cmTryCompileExec3111783556.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3111783556
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3111783556.dir/link.txt --verbose=1
/usr/bin/cc   -msse -W -Wall  -DCHECK_FUNCTION_EXISTS=getexecname    CMakeFiles/cmTryCompileExec3111783556.dir/CheckFunctionExists.c.o  -o cmTryCompileExec3111783556 -rdynamic 
CMakeFiles/cmTryCompileExec3111783556.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x15): undefined reference to `getexecname'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTryCompileExec3111783556.dir/build.make:88: recipe for target 'cmTryCompileExec3111783556' failed
make[1]: *** [cmTryCompileExec3111783556] Error 1
make[1]: Leaving directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'
Makefile:118: recipe for target 'cmTryCompileExec3111783556/fast' failed
make: *** [cmTryCompileExec3111783556/fast] Error 2


Performing C SOURCE FILE Test ALLEGRO_HAVE_PROCFS_ARGCV failed with the following output:
Change Dir: /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec1678846381/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1678846381.dir/build.make CMakeFiles/cmTryCompileExec1678846381.dir/build
make[1]: Entering directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1678846381.dir/src.c.o
/usr/bin/cc   -msse -W -Wall  -DALLEGRO_HAVE_PROCFS_ARGCV   -o CMakeFiles/cmTryCompileExec1678846381.dir/src.c.o   -c /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/src.c
/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/src.c:4:25: error: storage size of ‘psinfo’ isn’t known
         struct prpsinfo psinfo;
                         ^
/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/src.c:4:25: warning: unused variable ‘psinfo’ [-Wunused-variable]
CMakeFiles/cmTryCompileExec1678846381.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec1678846381.dir/src.c.o' failed
make[1]: *** [CMakeFiles/cmTryCompileExec1678846381.dir/src.c.o] Error 1
make[1]: Leaving directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'
Makefile:118: recipe for target 'cmTryCompileExec1678846381/fast' failed
make: *** [cmTryCompileExec1678846381/fast] Error 2

Source file was:

    #include <sys/procfs.h>
    int main(void) {
        struct prpsinfo psinfo;
        psinfo.pr_argc = 0;
        return 0;
    }
Performing C SOURCE FILE Test ALLEGRO_HAVE_SV_PROCFS_H failed with the following output:
Change Dir: /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec1582370930/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1582370930.dir/build.make CMakeFiles/cmTryCompileExec1582370930.dir/build
make[1]: Entering directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1582370930.dir/src.c.o
/usr/bin/cc   -msse -W -Wall  -DALLEGRO_HAVE_SV_PROCFS_H   -o CMakeFiles/cmTryCompileExec1582370930.dir/src.c.o   -c /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/src.c
/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/src.c:5:25: error: storage size of ‘psinfo’ isn’t known
         struct prpsinfo psinfo;
                         ^
/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/src.c:6:18: error: ‘PIOCPSINFO’ undeclared (first use in this function)
         ioctl(0, PIOCPSINFO, &psinfo);
                  ^
/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/src.c:6:18: note: each undeclared identifier is reported only once for each function it appears in
/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/src.c:5:25: warning: unused variable ‘psinfo’ [-Wunused-variable]
         struct prpsinfo psinfo;
                         ^
CMakeFiles/cmTryCompileExec1582370930.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec1582370930.dir/src.c.o' failed
make[1]: *** [CMakeFiles/cmTryCompileExec1582370930.dir/src.c.o] Error 1
make[1]: Leaving directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'
Makefile:118: recipe for target 'cmTryCompileExec1582370930/fast' failed
make: *** [cmTryCompileExec1582370930/fast] Error 2

Source file was:

    #include <sys/procfs.h>
    #include <sys/ioctl.h>
    int main(void) {
        struct prpsinfo psinfo;
        ioctl(0, PIOCPSINFO, &psinfo);
        return 0;
    }
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec1805142145/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1805142145.dir/build.make CMakeFiles/cmTryCompileExec1805142145.dir/build
make[1]: Entering directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1805142145.dir/CheckSymbolExists.c.o
/usr/bin/cc   -msse -W -Wall     -o CMakeFiles/cmTryCompileExec1805142145.dir/CheckSymbolExists.c.o   -c /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTryCompileExec1805142145
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1805142145.dir/link.txt --verbose=1
/usr/bin/cc   -msse -W -Wall      CMakeFiles/cmTryCompileExec1805142145.dir/CheckSymbolExists.c.o  -o cmTryCompileExec1805142145 -rdynamic 
CMakeFiles/cmTryCompileExec1805142145.dir/CheckSymbolExists.c.o: In function `main':
CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTryCompileExec1805142145.dir/build.make:88: recipe for target 'cmTryCompileExec1805142145' failed
make[1]: *** [cmTryCompileExec1805142145] Error 1
make[1]: Leaving directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'
Makefile:118: recipe for target 'cmTryCompileExec1805142145/fast' failed
make: *** [cmTryCompileExec1805142145/fast] Error 2

File /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef pthread_create
  return ((int*)(&pthread_create))[argc];
#else
  (void)argc;
  return 0;
#endif
}

Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec2118385266/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2118385266.dir/build.make CMakeFiles/cmTryCompileExec2118385266.dir/build
make[1]: Entering directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2118385266.dir/CheckFunctionExists.c.o
/usr/bin/cc   -msse -W -Wall  -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTryCompileExec2118385266.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2118385266
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2118385266.dir/link.txt --verbose=1
/usr/bin/cc   -msse -W -Wall  -DCHECK_FUNCTION_EXISTS=pthread_create    CMakeFiles/cmTryCompileExec2118385266.dir/CheckFunctionExists.c.o  -o cmTryCompileExec2118385266 -rdynamic -lpthreads 
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
CMakeFiles/cmTryCompileExec2118385266.dir/build.make:88: recipe for target 'cmTryCompileExec2118385266' failed
make[1]: *** [cmTryCompileExec2118385266] Error 1
make[1]: Leaving directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'
Makefile:118: recipe for target 'cmTryCompileExec2118385266/fast' failed
make: *** [cmTryCompileExec2118385266/fast] Error 2


Determining if the function XcursorImageCreate exists in the Xcursor failed with the following output:
Change Dir: /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec2799796105/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2799796105.dir/build.make CMakeFiles/cmTryCompileExec2799796105.dir/build
make[1]: Entering directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2799796105.dir/CheckFunctionExists.c.o
/usr/bin/cc   -msse -W -Wall  -DCHECK_FUNCTION_EXISTS=XcursorImageCreate   -o CMakeFiles/cmTryCompileExec2799796105.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2799796105
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2799796105.dir/link.txt --verbose=1
/usr/bin/cc   -msse -W -Wall  -DCHECK_FUNCTION_EXISTS=XcursorImageCreate    CMakeFiles/cmTryCompileExec2799796105.dir/CheckFunctionExists.c.o  -o cmTryCompileExec2799796105 -rdynamic -lXcursor -lX11 -lXext 
/usr/bin/ld: cannot find -lXcursor
collect2: error: ld returned 1 exit status
CMakeFiles/cmTryCompileExec2799796105.dir/build.make:90: recipe for target 'cmTryCompileExec2799796105' failed
make[1]: *** [cmTryCompileExec2799796105] Error 1
make[1]: Leaving directory '/home/siery/Documents/lib/allegro-5.0.11/Build/CMakeFiles/CMakeTmp'
Makefile:118: recipe for target 'cmTryCompileExec2799796105/fast' failed
make: *** [cmTryCompileExec2799796105/fast] Error 2


