Hi Erich,

thank you so much! It works!
But let me explain:


  *
I worked with the latest commits. 12748
  *
The output of cmake-command is in the cmake_command.txt File.
  *
The CMakeError.log is attached too. Although, it doesnt seem to be much 
different. There are more errors regarding pthread now.
  *
It works seamlessly till rexximage. But that is understandable as I know.
Normally I change something in the CMakeLists.txt. I forgot to mention. 
rexx.img will be created and as I understood the executable rexximage is 
necessary for that step.
The problem at this point is that rexximage was created over the Android 
Toolchain and so the created file is not executable on the host machine 
anymore. So, rexx.img cannot be created.
I solved this problem easily with commenting out everything regarding rexx.img 
and taking a rexx.img file which was build for my Linux Ubuntu Host System and 
simply copied it to /lib folder.
On my Android Device this works. As I understood one needs a working rexximage 
File for the Host System to create rexx.img during the compilation process. I 
dont know which strategy is best here. What I already did was to change the 
CMakeLists.txt, so that no rexx.img file is created during the compilation. 
Instead, an already existing rexx.img File file is copied into the right 
folder. That works but is not the solution, I guess. I would be thankful for a 
strategy how to solve this problem in a good way. Maybe there is already a 
strategy because this will happen with every cross-compilation of oorexx, right?


Besides that, everything is working Erich. No "getstackbase" or "getstacksize" 
errors anymore. Commenting out rexx.img and it compiles without any problem.
Output build:
...
[ 71%] Built target rexx_exe
[ 72%] Building CXX object 
CMakeFiles/rexximage.dir/utilities/rexximage/rexximage.cpp.o
[ 72%] Linking CXX executable bin/rexximage
[ 72%] Built target rexximage
[ 72%] Building CXX object CMakeFiles/rxapi.dir/rexxapi/server/APIServer.cpp.o
[ 73%] Building CXX object 
CMakeFiles/rxapi.dir/rexxapi/server/APIServerInstance.cpp.o
[ 73%] Building CXX object 
CMakeFiles/rxapi.dir/rexxapi/server/APIServerThread.cpp.o
[ 73%] Building CXX object 
CMakeFiles/rxapi.dir/rexxapi/server/MacroSpaceManager.cpp.o
[ 73%] Building CXX object 
CMakeFiles/rxapi.dir/rexxapi/server/QueueManager.cpp.o
[ 74%] Building CXX object 
CMakeFiles/rxapi.dir/rexxapi/server/RegistrationManager.cpp.o
[ 74%] Building CXX object CMakeFiles/rxapi.dir/rexxapi/common/CSStream.cpp.o
[ 74%] Building CXX object 
CMakeFiles/rxapi.dir/rexxapi/common/RegistrationTable.cpp.o
[ 75%] Building CXX object 
CMakeFiles/rxapi.dir/rexxapi/common/ServiceMessage.cpp.o
[ 75%] Building CXX object 
CMakeFiles/rxapi.dir/rexxapi/common/platform/unix/SysAPIManager.cpp.o
[ 75%] Building CXX object CMakeFiles/rxapi.dir/common/Utilities.cpp.o
[ 76%] Building CXX object 
CMakeFiles/rxapi.dir/common/platform/unix/SysProcess.cpp.o
[ 76%] Building CXX object 
CMakeFiles/rxapi.dir/common/platform/unix/SysSemaphore.cpp.o
[ 76%] Building CXX object 
CMakeFiles/rxapi.dir/common/platform/unix/SysThread.cpp.o
[ 76%] Building CXX object 
CMakeFiles/rxapi.dir/rexxapi/common/platform/unix/SysCSStream.cpp.o
[ 77%] Building CXX object 
CMakeFiles/rxapi.dir/rexxapi/server/platform/unix/APIService.cpp.o
[ 77%] Linking CXX executable bin/rxapi
[ 77%] Built target rxapi
[ 77%] Generating bin/PlatformObjects.orx
[ 77%] Generating bin/CoreClasses.orx
[ 78%] Generating bin/StreamClasses.orx
[ 79%] Generating lib/rexx.img
/bin/sh: 1: /home/roottjk/oorexx/oorexxbuild/current/bin/rexximage: not found
make[2]: *** [CMakeFiles/rexx_img.dir/build.make:77: lib/rexx.img] Error 127
make[1]: *** [CMakeFiles/Makefile2:451: CMakeFiles/rexx_img.dir/all] Error 2
make: *** [Makefile:156: all] Error 2

Have a good day.
Thomas

________________________________
From: Erich Steinb?ck <erich.steinbo...@gmail.com>
Sent: Saturday, December 9, 2023 7:44 PM
To: Open Object Rexx Developer Mailing List <oorexx-devel@lists.sourceforge.net>
Subject: Re: [Oorexx-devel] Update on ooRexx -> Android

Hi Thomas,
I've committed a fix to our CMake - it should now be able handle the missing 
libpthread on Android.

The attached CMakeError.log don't show all HAVE_PTHREAD_* configuration errors 
- not sure why, but it shows issues with libpthread not found which should now 
go away.
Please delete the CMake cache, re-run cmake, and provide the CMake build outout 
and also again the log file.

Determining if the include file filehdr.h exists failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_54208/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_54208.dir/build.make CMakeFiles/cmTC_54208.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_54208.dir/CheckIncludeFile.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot   -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security   -fPIE -MD -MT CMakeFiles/cmTC_54208.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_54208.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_54208.dir/CheckIncludeFile.c.o -c /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'filehdr.h' file not found
#include <filehdr.h>
         ^~~~~~~~~~~
1 error generated.
gmake[1]: *** [CMakeFiles/cmTC_54208.dir/build.make:79: CMakeFiles/cmTC_54208.dir/CheckIncludeFile.c.o] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_54208/fast] Error 2



Determining if the include file pthread_np.h exists failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_eb661/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_eb661.dir/build.make CMakeFiles/cmTC_eb661.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_eb661.dir/CheckIncludeFile.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot   -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security   -fPIE -MD -MT CMakeFiles/cmTC_eb661.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_eb661.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_eb661.dir/CheckIncludeFile.c.o -c /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'pthread_np.h' file not found
#include <pthread_np.h>
         ^~~~~~~~~~~~~~
1 error generated.
gmake[1]: *** [CMakeFiles/cmTC_eb661.dir/build.make:79: CMakeFiles/cmTC_eb661.dir/CheckIncludeFile.c.o] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_eb661/fast] Error 2



Determining if the include file sys/filio.h exists failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_02986/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_02986.dir/build.make CMakeFiles/cmTC_02986.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_02986.dir/CheckIncludeFile.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot   -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security   -fPIE -MD -MT CMakeFiles/cmTC_02986.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_02986.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_02986.dir/CheckIncludeFile.c.o -c /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'sys/filio.h' file not found
#include <sys/filio.h>
         ^~~~~~~~~~~~~
1 error generated.
gmake[1]: *** [CMakeFiles/cmTC_02986.dir/build.make:79: CMakeFiles/cmTC_02986.dir/CheckIncludeFile.c.o] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_02986/fast] Error 2



Determining if the include file sys/ldr.h exists failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b37d4/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_b37d4.dir/build.make CMakeFiles/cmTC_b37d4.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b37d4.dir/CheckIncludeFile.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot   -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security   -fPIE -MD -MT CMakeFiles/cmTC_b37d4.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_b37d4.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_b37d4.dir/CheckIncludeFile.c.o -c /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'sys/ldr.h' file not found
#include <sys/ldr.h>
         ^~~~~~~~~~~
1 error generated.
gmake[1]: *** [CMakeFiles/cmTC_b37d4.dir/build.make:79: CMakeFiles/cmTC_b37d4.dir/CheckIncludeFile.c.o] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_b37d4/fast] Error 2



Determining if the include file wordexp.h exists failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_e7def/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_e7def.dir/build.make CMakeFiles/cmTC_e7def.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e7def.dir/CheckIncludeFile.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot   -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security   -fPIE -MD -MT CMakeFiles/cmTC_e7def.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_e7def.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_e7def.dir/CheckIncludeFile.c.o -c /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'wordexp.h' file not found
#include <wordexp.h>
         ^~~~~~~~~~~
1 error generated.
gmake[1]: *** [CMakeFiles/cmTC_e7def.dir/build.make:79: CMakeFiles/cmTC_e7def.dir/CheckIncludeFile.c.o] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_e7def/fast] Error 2



Determining if the function nanosleep exists in the rt failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b2da2/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_b2da2.dir/build.make CMakeFiles/cmTC_b2da2.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b2da2.dir/CheckFunctionExists.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot   -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -DCHECK_FUNCTION_EXISTS=nanosleep -fPIE -MD -MT CMakeFiles/cmTC_b2da2.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_b2da2.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_b2da2.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_b2da2
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b2da2.dir/link.txt --verbose=1
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -DCHECK_FUNCTION_EXISTS=nanosleep -static-libstdc++ -Wl,--build-id=sha1 -Wl,--no-undefined-version -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments    CMakeFiles/cmTC_b2da2.dir/CheckFunctionExists.c.o -o cmTC_b2da2  -lrt -ldl -latomic -lm 
ld.lld: error: unable to find library -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[1]: *** [CMakeFiles/cmTC_b2da2.dir/build.make:100: cmTC_b2da2] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_b2da2/fast] Error 2



Determining if the function pthread_create exists in the pthread failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_1da0c/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_1da0c.dir/build.make CMakeFiles/cmTC_1da0c.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1da0c.dir/CheckFunctionExists.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot   -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -DCHECK_FUNCTION_EXISTS=pthread_create -fPIE -MD -MT CMakeFiles/cmTC_1da0c.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_1da0c.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_1da0c.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_1da0c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1da0c.dir/link.txt --verbose=1
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -DCHECK_FUNCTION_EXISTS=pthread_create -static-libstdc++ -Wl,--build-id=sha1 -Wl,--no-undefined-version -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments    CMakeFiles/cmTC_1da0c.dir/CheckFunctionExists.c.o -o cmTC_1da0c  -lpthread -ldl -latomic -lm 
ld.lld: error: unable to find library -lpthread
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[1]: *** [CMakeFiles/cmTC_1da0c.dir/build.make:100: cmTC_1da0c] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_1da0c/fast] Error 2



Determining if the function crypt exists in the crypt failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_5f83c/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_5f83c.dir/build.make CMakeFiles/cmTC_5f83c.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5f83c.dir/CheckFunctionExists.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot   -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -DCHECK_FUNCTION_EXISTS=crypt -fPIE -MD -MT CMakeFiles/cmTC_5f83c.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_5f83c.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_5f83c.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_5f83c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5f83c.dir/link.txt --verbose=1
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -DCHECK_FUNCTION_EXISTS=crypt -static-libstdc++ -Wl,--build-id=sha1 -Wl,--no-undefined-version -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments    CMakeFiles/cmTC_5f83c.dir/CheckFunctionExists.c.o -o cmTC_5f83c  -lcrypt -ldl -latomic -lm 
ld.lld: error: unable to find library -lcrypt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[1]: *** [CMakeFiles/cmTC_5f83c.dir/build.make:100: cmTC_5f83c] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_5f83c/fast] Error 2



Determining if the function getaddrinfo exists in the socket failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_8d2be/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_8d2be.dir/build.make CMakeFiles/cmTC_8d2be.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8d2be.dir/CheckFunctionExists.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot   -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -DCHECK_FUNCTION_EXISTS=getaddrinfo -fPIE -MD -MT CMakeFiles/cmTC_8d2be.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_8d2be.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_8d2be.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_8d2be
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8d2be.dir/link.txt --verbose=1
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -DCHECK_FUNCTION_EXISTS=getaddrinfo -static-libstdc++ -Wl,--build-id=sha1 -Wl,--no-undefined-version -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments    CMakeFiles/cmTC_8d2be.dir/CheckFunctionExists.c.o -o cmTC_8d2be  -lsocket -ldl -latomic -lm 
ld.lld: error: unable to find library -lsocket
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[1]: *** [CMakeFiles/cmTC_8d2be.dir/build.make:100: cmTC_8d2be] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_8d2be/fast] Error 2



Determining if the function gethostbyname exists in the nsl failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_4e0e1/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_4e0e1.dir/build.make CMakeFiles/cmTC_4e0e1.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4e0e1.dir/CheckFunctionExists.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot   -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -DCHECK_FUNCTION_EXISTS=gethostbyname -fPIE -MD -MT CMakeFiles/cmTC_4e0e1.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_4e0e1.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_4e0e1.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_4e0e1
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4e0e1.dir/link.txt --verbose=1
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -DCHECK_FUNCTION_EXISTS=gethostbyname -static-libstdc++ -Wl,--build-id=sha1 -Wl,--no-undefined-version -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments    CMakeFiles/cmTC_4e0e1.dir/CheckFunctionExists.c.o -o cmTC_4e0e1  -lnsl -ldl -latomic -lm 
ld.lld: error: unable to find library -lnsl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[1]: *** [CMakeFiles/cmTC_4e0e1.dir/build.make:100: cmTC_4e0e1] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_4e0e1/fast] Error 2



Determining if the function hstrerror exists in the resolv failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_9811e/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_9811e.dir/build.make CMakeFiles/cmTC_9811e.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9811e.dir/CheckFunctionExists.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot   -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -DCHECK_FUNCTION_EXISTS=hstrerror -fPIE -MD -MT CMakeFiles/cmTC_9811e.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_9811e.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_9811e.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_9811e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9811e.dir/link.txt --verbose=1
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -DCHECK_FUNCTION_EXISTS=hstrerror -static-libstdc++ -Wl,--build-id=sha1 -Wl,--no-undefined-version -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments    CMakeFiles/cmTC_9811e.dir/CheckFunctionExists.c.o -o cmTC_9811e  -lresolv -ldl -latomic -lm 
ld.lld: error: unable to find library -lresolv
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[1]: *** [CMakeFiles/cmTC_9811e.dir/build.make:100: cmTC_9811e] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_9811e/fast] Error 2



Determining if the function crypt exists failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_56b53/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_56b53.dir/build.make CMakeFiles/cmTC_56b53.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_56b53.dir/CheckFunctionExists.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -D_GNU_SOURCE  -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -DCHECK_FUNCTION_EXISTS=crypt -fPIE -MD -MT CMakeFiles/cmTC_56b53.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_56b53.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_56b53.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_56b53
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_56b53.dir/link.txt --verbose=1
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -DCHECK_FUNCTION_EXISTS=crypt -static-libstdc++ -Wl,--build-id=sha1 -Wl,--no-undefined-version -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments    CMakeFiles/cmTC_56b53.dir/CheckFunctionExists.c.o -o cmTC_56b53  -ldl -latomic -lm 
ld.lld: error: undefined symbol: crypt
>>> referenced by CheckFunctionExists.c:17 (/usr/share/cmake-3.22/Modules/CheckFunctionExists.c:17)
>>>               CMakeFiles/cmTC_56b53.dir/CheckFunctionExists.c.o:(main)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[1]: *** [CMakeFiles/cmTC_56b53.dir/build.make:100: cmTC_56b53] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_56b53/fast] Error 2



Determining if the function euidaccess exists failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_06caa/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_06caa.dir/build.make CMakeFiles/cmTC_06caa.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_06caa.dir/CheckFunctionExists.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -D_GNU_SOURCE  -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -DCHECK_FUNCTION_EXISTS=euidaccess -fPIE -MD -MT CMakeFiles/cmTC_06caa.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_06caa.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_06caa.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_06caa
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_06caa.dir/link.txt --verbose=1
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -DCHECK_FUNCTION_EXISTS=euidaccess -static-libstdc++ -Wl,--build-id=sha1 -Wl,--no-undefined-version -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments    CMakeFiles/cmTC_06caa.dir/CheckFunctionExists.c.o -o cmTC_06caa  -ldl -latomic -lm 
ld.lld: error: undefined symbol: euidaccess
>>> referenced by CheckFunctionExists.c:17 (/usr/share/cmake-3.22/Modules/CheckFunctionExists.c:17)
>>>               CMakeFiles/cmTC_06caa.dir/CheckFunctionExists.c.o:(main)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[1]: *** [CMakeFiles/cmTC_06caa.dir/build.make:100: cmTC_06caa] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_06caa/fast] Error 2



Determining if the function nsleep exists failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_82cc9/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_82cc9.dir/build.make CMakeFiles/cmTC_82cc9.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_82cc9.dir/CheckFunctionExists.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -D_GNU_SOURCE  -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -DCHECK_FUNCTION_EXISTS=nsleep -fPIE -MD -MT CMakeFiles/cmTC_82cc9.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_82cc9.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_82cc9.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.22/Modules/CheckFunctionExists.c
Linking C executable cmTC_82cc9
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_82cc9.dir/link.txt --verbose=1
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -DCHECK_FUNCTION_EXISTS=nsleep -static-libstdc++ -Wl,--build-id=sha1 -Wl,--no-undefined-version -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments    CMakeFiles/cmTC_82cc9.dir/CheckFunctionExists.c.o -o cmTC_82cc9  -ldl -latomic -lm 
ld.lld: error: undefined symbol: nsleep
>>> referenced by CheckFunctionExists.c:17 (/usr/share/cmake-3.22/Modules/CheckFunctionExists.c:17)
>>>               CMakeFiles/cmTC_82cc9.dir/CheckFunctionExists.c.o:(main)
>>> did you mean: usleep
>>> defined in: /home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/x86_64-linux-android/34/libc.so
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[1]: *** [CMakeFiles/cmTC_82cc9.dir/build.make:100: cmTC_82cc9] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_82cc9/fast] Error 2



Determining if the pthread_attr_get_np exist failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_ac540/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_ac540.dir/build.make CMakeFiles/cmTC_ac540.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ac540.dir/CheckSymbolExists.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -D_GNU_SOURCE  -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat   -fPIE -MD -MT CMakeFiles/cmTC_ac540.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_ac540.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_ac540.dir/CheckSymbolExists.c.o -c /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'pthread_attr_get_np'; did you mean 'pthread_attr_getscope'?
  return ((int*)(&pthread_attr_get_np))[argc];
                  ^~~~~~~~~~~~~~~~~~~
                  pthread_attr_getscope
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/pthread.h:109:5: note: 'pthread_attr_getscope' declared here
int pthread_attr_getscope(const pthread_attr_t* _Nonnull __attr, int* _Nonnull __scope);
    ^
1 error generated.
gmake[1]: *** [CMakeFiles/cmTC_ac540.dir/build.make:79: CMakeFiles/cmTC_ac540.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_ac540/fast] Error 2


File /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef pthread_attr_get_np
  return ((int*)(&pthread_attr_get_np))[argc];
#else
  (void)argc;
  return 0;
#endif
}
Determining if the pthread_stackseg_np exist failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c5054/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_c5054.dir/build.make CMakeFiles/cmTC_c5054.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c5054.dir/CheckSymbolExists.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -D_GNU_SOURCE  -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat   -fPIE -MD -MT CMakeFiles/cmTC_c5054.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_c5054.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_c5054.dir/CheckSymbolExists.c.o -c /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: 'pthread_np.h' file not found
#include <pthread_np.h>
         ^~~~~~~~~~~~~~
1 error generated.
gmake[1]: *** [CMakeFiles/cmTC_c5054.dir/build.make:79: CMakeFiles/cmTC_c5054.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_c5054/fast] Error 2


File /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread_np.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef pthread_stackseg_np
  return ((int*)(&pthread_stackseg_np))[argc];
#else
  (void)argc;
  return 0;
#endif
}
Determining if the pthread_get_stacksize_np exist failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_e2fdb/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_e2fdb.dir/build.make CMakeFiles/cmTC_e2fdb.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e2fdb.dir/CheckSymbolExists.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -D_GNU_SOURCE  -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat   -fPIE -MD -MT CMakeFiles/cmTC_e2fdb.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_e2fdb.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_e2fdb.dir/CheckSymbolExists.c.o -c /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'pthread_get_stacksize_np'
  return ((int*)(&pthread_get_stacksize_np))[argc];
                  ^
1 error generated.
gmake[1]: *** [CMakeFiles/cmTC_e2fdb.dir/build.make:79: CMakeFiles/cmTC_e2fdb.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_e2fdb/fast] Error 2


File /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef pthread_get_stacksize_np
  return ((int*)(&pthread_get_stacksize_np))[argc];
#else
  (void)argc;
  return 0;
#endif
}
Determining if the wordexp exist failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d18a7/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_d18a7.dir/build.make CMakeFiles/cmTC_d18a7.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d18a7.dir/CheckSymbolExists.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -D_GNU_SOURCE  -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat   -fPIE -MD -MT CMakeFiles/cmTC_d18a7.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_d18a7.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_d18a7.dir/CheckSymbolExists.c.o -c /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: 'wordexp.h' file not found
#include <wordexp.h>
         ^~~~~~~~~~~
1 error generated.
gmake[1]: *** [CMakeFiles/cmTC_d18a7.dir/build.make:79: CMakeFiles/cmTC_d18a7.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_d18a7/fast] Error 2


File /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <wordexp.h>
#include <stdlib.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef wordexp
  return ((int*)(&wordexp))[argc];
#else
  (void)argc;
  return 0;
#endif
}
Determining if the _PC_CASE_SENSITIVE exist failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7ed4c/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_7ed4c.dir/build.make CMakeFiles/cmTC_7ed4c.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7ed4c.dir/CheckSymbolExists.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -D_GNU_SOURCE  -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat   -fPIE -MD -MT CMakeFiles/cmTC_7ed4c.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_7ed4c.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_7ed4c.dir/CheckSymbolExists.c.o -c /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier '_PC_CASE_SENSITIVE'
  return ((int*)(&_PC_CASE_SENSITIVE))[argc];
                  ^
1 error generated.
gmake[1]: *** [CMakeFiles/cmTC_7ed4c.dir/build.make:79: CMakeFiles/cmTC_7ed4c.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_7ed4c/fast] Error 2


File /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <unistd.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef _PC_CASE_SENSITIVE
  return ((int*)(&_PC_CASE_SENSITIVE))[argc];
#else
  (void)argc;
  return 0;
#endif
}
Determining if the _NSGetExecutablePath exist failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_6e3a7/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_6e3a7.dir/build.make CMakeFiles/cmTC_6e3a7.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6e3a7.dir/CheckSymbolExists.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -D_GNU_SOURCE  -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat   -fPIE -MD -MT CMakeFiles/cmTC_6e3a7.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_6e3a7.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_6e3a7.dir/CheckSymbolExists.c.o -c /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: 'mach-o/dyld.h' file not found
#include <mach-o/dyld.h>
         ^~~~~~~~~~~~~~~
1 error generated.
gmake[1]: *** [CMakeFiles/cmTC_6e3a7.dir/build.make:79: CMakeFiles/cmTC_6e3a7.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_6e3a7/fast] Error 2


File /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <mach-o/dyld.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef _NSGetExecutablePath
  return ((int*)(&_NSGetExecutablePath))[argc];
#else
  (void)argc;
  return 0;
#endif
}
Determining if the getexecname exist failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_f7e94/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_f7e94.dir/build.make CMakeFiles/cmTC_f7e94.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f7e94.dir/CheckSymbolExists.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -D_GNU_SOURCE  -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat   -fPIE -MD -MT CMakeFiles/cmTC_f7e94.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_f7e94.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_f7e94.dir/CheckSymbolExists.c.o -c /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'getexecname'; did you mean 'getprogname'?
  return ((int*)(&getexecname))[argc];
                  ^~~~~~~~~~~
                  getprogname
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/stdlib.h:214:23: note: 'getprogname' declared here
const char* _Nullable getprogname(void) __INTRODUCED_IN(21);
                      ^
1 error generated.
gmake[1]: *** [CMakeFiles/cmTC_f7e94.dir/build.make:79: CMakeFiles/cmTC_f7e94.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_f7e94/fast] Error 2


File /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef getexecname
  return ((int*)(&getexecname))[argc];
#else
  (void)argc;
  return 0;
#endif
}
Determining if the KERN_PROC_PATHNAME exist failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_4ecf2/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_4ecf2.dir/build.make CMakeFiles/cmTC_4ecf2.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_4ecf2.dir/CheckSymbolExists.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -D_GNU_SOURCE  -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat   -fPIE -MD -MT CMakeFiles/cmTC_4ecf2.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_4ecf2.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_4ecf2.dir/CheckSymbolExists.c.o -c /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c:3:10: fatal error: 'sys/sysctl.h' file not found
#include <sys/sysctl.h>
         ^~~~~~~~~~~~~~
1 error generated.
gmake[1]: *** [CMakeFiles/cmTC_4ecf2.dir/build.make:79: CMakeFiles/cmTC_4ecf2.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_4ecf2/fast] Error 2


File /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/types.h>
#include <sys/sysctl.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef KERN_PROC_PATHNAME
  return ((int*)(&KERN_PROC_PATHNAME))[argc];
#else
  (void)argc;
  return 0;
#endif
}
Determining if the KERN_PROC_ARGV exist failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_20d13/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_20d13.dir/build.make CMakeFiles/cmTC_20d13.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_20d13.dir/CheckSymbolExists.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -D_GNU_SOURCE  -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat   -fPIE -MD -MT CMakeFiles/cmTC_20d13.dir/CheckSymbolExists.c.o -MF CMakeFiles/cmTC_20d13.dir/CheckSymbolExists.c.o.d -o CMakeFiles/cmTC_20d13.dir/CheckSymbolExists.c.o -c /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c:3:10: fatal error: 'sys/sysctl.h' file not found
#include <sys/sysctl.h>
         ^~~~~~~~~~~~~~
1 error generated.
gmake[1]: *** [CMakeFiles/cmTC_20d13.dir/build.make:79: CMakeFiles/cmTC_20d13.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_20d13/fast] Error 2


File /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/types.h>
#include <sys/sysctl.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef KERN_PROC_ARGV
  return ((int*)(&KERN_PROC_ARGV))[argc];
#else
  (void)argc;
  return 0;
#endif
}
Performing C SOURCE FILE Test HAVE_STAT_ST_MTIMESPEC failed with the following output:
Change Dir: /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_98033/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_98033.dir/build.make CMakeFiles/cmTC_98033.dir/build
gmake[1]: Entering directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_98033.dir/src.c.o
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=x86_64-none-linux-android34 --sysroot=/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/sysroot -DHAVE_STAT_ST_MTIMESPEC -D_GNU_SOURCE  -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security   -fPIE -MD -MT CMakeFiles/cmTC_98033.dir/src.c.o -MF CMakeFiles/cmTC_98033.dir/src.c.o.d -o CMakeFiles/cmTC_98033.dir/src.c.o -c /home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/src.c
/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp/src.c:6:36: error: no member named 'st_mtimespec' in 'struct stat'
  (void)sizeof(((struct stat *)0)->st_mtimespec);
               ~~~~~~~~~~~~~~~~~~  ^
1 error generated.
gmake[1]: *** [CMakeFiles/cmTC_98033.dir/build.make:79: CMakeFiles/cmTC_98033.dir/src.c.o] Error 1
gmake[1]: Leaving directory '/home/roottjk/oorexx/oorexxbuild/current/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_98033/fast] Error 2


Source file was:

#include <sys/stat.h>

int main()
{
  (void)sizeof(((struct stat *)0)->st_mtimespec);
  return 0;
}

-- CMake version is 3.22.1
-- The C compiler identification is Clang 17.0.2
-- The CXX compiler identification is Clang 17.0.2
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: 
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang
 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: 
/home/roottjk/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++
 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building for a 64-bit architecture
-- OOREXX_SHEBANG_PROGRAM: "/usr/bin/env rexx" (default)
-- Found Subversion: /usr/bin/svn (found version "1.14.1") 
-- Revision Number from SVN...
-- Revision Number is 12748
-- CMAKE_INSTALL_PREFIX is /usr/local
-- INSTALL_LIB_DIR is lib
-- -- determine available header files --
-- Looking for alloca.h
-- Looking for alloca.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for malloc.h
-- Looking for malloc.h - found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for time.h
-- Looking for time.h - found
-- Looking for xlocale.h
-- Looking for xlocale.h - found
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for features.h
-- Looking for features.h - found
-- Looking for filehdr.h
-- Looking for filehdr.h - not found
-- Looking for ifaddrs.h
-- Looking for ifaddrs.h - found
-- Looking for nl_types.h
-- Looking for nl_types.h - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_np.h
-- Looking for pthread_np.h - not found
-- Looking for pwd.h
-- Looking for pwd.h - found
-- Looking for sched.h
-- Looking for sched.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for sys/filio.h
-- Looking for sys/filio.h - not found
-- Looking for sys/ldr.h
-- Looking for sys/ldr.h - not found
-- Looking for sys/resource.h
-- Looking for sys/resource.h - found
-- Looking for sys/select.h
-- Looking for sys/select.h - found
-- Looking for sys/sem.h
-- Looking for sys/sem.h - found
-- Looking for sys/signal.h
-- Looking for sys/signal.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for sys/utsname.h
-- Looking for sys/utsname.h - found
-- Looking for sys/wait.h
-- Looking for sys/wait.h - found
-- Looking for sys/xattr.h
-- Looking for sys/xattr.h - found
-- Looking for wordexp.h
-- Looking for wordexp.h - not found
-- Found Curses: /home/roottjk/oorexx/a_ncurses/lib/libncurses.so  
-- CURSES_HAVE_NCURSES_H is CURSES_HAVE_NCURSES_H-NOTFOUND
-- CURSES_HAVE_NCURSES_NCURSES_H is 
/home/roottjk/oorexx/a_ncurses/include/ncurses/ncurses.h
-- -- determine available libraries --
-- Looking for nanosleep in rt
-- Looking for nanosleep in rt - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Looking for crypt in crypt
-- Looking for crypt in crypt - not found
-- Looking for getaddrinfo in socket
-- Looking for getaddrinfo in socket - not found
-- Looking for gethostbyname in nsl
-- Looking for gethostbyname in nsl - not found
-- Looking for hstrerror in resolv
-- Looking for hstrerror in resolv - not found
-- -- determine available functions --
-- Looking for catopen
-- Looking for catopen - found
-- Looking for crypt
-- Looking for crypt - not found
-- Looking for dladdr
-- Looking for dladdr - found
-- Looking for euidaccess
-- Looking for euidaccess - not found
-- Looking for getifaddrs
-- Looking for getifaddrs - found
-- Looking for nanosleep
-- Looking for nanosleep - found
-- Looking for nsleep
-- Looking for nsleep - not found
-- Looking for pthread_mutex_timedlock
-- Looking for pthread_mutex_timedlock - found
-- Looking for pthread_getattr_np
-- Looking for pthread_getattr_np - found
-- Looking for pthread_attr_get_np
-- Looking for pthread_attr_get_np - not found
-- Looking for pthread_stackseg_np
-- Looking for pthread_stackseg_np - not found
-- Looking for pthread_get_stacksize_np
-- Looking for pthread_get_stacksize_np - not found
-- Looking for wordexp
-- Looking for wordexp - not found
-- Looking for _PC_CASE_SENSITIVE
-- Looking for _PC_CASE_SENSITIVE - not found
-- Looking for FNM_CASEFOLD
-- Looking for FNM_CASEFOLD - found
-- Looking for KDMKTONE
-- Looking for KDMKTONE - found
-- Looking for FS_CASEFOLD_FL
-- Looking for FS_CASEFOLD_FL - found
-- Looking for _NSGetExecutablePath
-- Looking for _NSGetExecutablePath - not found
-- Looking for getexecname
-- Looking for getexecname - not found
-- Looking for KERN_PROC_PATHNAME
-- Looking for KERN_PROC_PATHNAME - not found
-- Looking for KERN_PROC_ARGV
-- Looking for KERN_PROC_ARGV - not found
-- Performing Test HAVE_STAT_ST_MTIM
-- Performing Test HAVE_STAT_ST_MTIM - Success
-- Performing Test HAVE_STAT_ST_MTIMESPEC
-- Performing Test HAVE_STAT_ST_MTIMESPEC - Failed
-- Configuring done
-- Generating done
-- Build files have been written to: /home/roottjk/oorexx/oorexxbuild/current
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to