Advertisement
Guest User

Untitled

a guest
Jun 12th, 2019
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.87 KB | None | 0 0
  1. Determining if the function strlcat exists failed with the following output:
  2. Change Dir: /home/lynx/Downloads/flobby-git/src/flobby/build/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command(s):/usr/bin/make cmTC_ebef4/fast
  5. /usr/bin/make -f CMakeFiles/cmTC_ebef4.dir/build.make CMakeFiles/cmTC_ebef4.dir/build
  6. make[1]: Entering directory '/home/lynx/Downloads/flobby-git/src/flobby/build/CMakeFiles/CMakeTmp'
  7. Building C object CMakeFiles/cmTC_ebef4.dir/CheckFunctionExists.c.o
  8. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DCHECK_FUNCTION_EXISTS=strlcat -o CMakeFiles/cmTC_ebef4.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.14/Modules/CheckFunctionExists.c
  9. Linking C executable cmTC_ebef4
  10. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ebef4.dir/link.txt --verbose=1
  11. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DCHECK_FUNCTION_EXISTS=strlcat -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -rdynamic CMakeFiles/cmTC_ebef4.dir/CheckFunctionExists.c.o -o cmTC_ebef4
  12. /usr/bin/ld: CMakeFiles/cmTC_ebef4.dir/CheckFunctionExists.c.o: in function `main':
  13. CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `strlcat'
  14. collect2: error: ld returned 1 exit status
  15. make[1]: *** [CMakeFiles/cmTC_ebef4.dir/build.make:87: cmTC_ebef4] Error 1
  16. make[1]: Leaving directory '/home/lynx/Downloads/flobby-git/src/flobby/build/CMakeFiles/CMakeTmp'
  17. make: *** [Makefile:121: cmTC_ebef4/fast] Error 2
  18.  
  19.  
  20. Determining if the function strlcpy exists failed with the following output:
  21. Change Dir: /home/lynx/Downloads/flobby-git/src/flobby/build/CMakeFiles/CMakeTmp
  22.  
  23. Run Build Command(s):/usr/bin/make cmTC_62490/fast
  24. /usr/bin/make -f CMakeFiles/cmTC_62490.dir/build.make CMakeFiles/cmTC_62490.dir/build
  25. make[1]: Entering directory '/home/lynx/Downloads/flobby-git/src/flobby/build/CMakeFiles/CMakeTmp'
  26. Building C object CMakeFiles/cmTC_62490.dir/CheckFunctionExists.c.o
  27. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DCHECK_FUNCTION_EXISTS=strlcpy -o CMakeFiles/cmTC_62490.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.14/Modules/CheckFunctionExists.c
  28. Linking C executable cmTC_62490
  29. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_62490.dir/link.txt --verbose=1
  30. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DCHECK_FUNCTION_EXISTS=strlcpy -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -rdynamic CMakeFiles/cmTC_62490.dir/CheckFunctionExists.c.o -o cmTC_62490
  31. /usr/bin/ld: CMakeFiles/cmTC_62490.dir/CheckFunctionExists.c.o: in function `main':
  32. CheckFunctionExists.c:(.text.startup+0xd): undefined reference to `strlcpy'
  33. collect2: error: ld returned 1 exit status
  34. make[1]: *** [CMakeFiles/cmTC_62490.dir/build.make:87: cmTC_62490] Error 1
  35. make[1]: Leaving directory '/home/lynx/Downloads/flobby-git/src/flobby/build/CMakeFiles/CMakeTmp'
  36. make: *** [Makefile:121: cmTC_62490/fast] Error 2
  37.  
  38.  
  39. Determining if the pthread_create exist failed with the following output:
  40. Change Dir: /home/lynx/Downloads/flobby-git/src/flobby/build/CMakeFiles/CMakeTmp
  41.  
  42. Run Build Command(s):/usr/bin/make cmTC_91c87/fast
  43. /usr/bin/make -f CMakeFiles/cmTC_91c87.dir/build.make CMakeFiles/cmTC_91c87.dir/build
  44. make[1]: Entering directory '/home/lynx/Downloads/flobby-git/src/flobby/build/CMakeFiles/CMakeTmp'
  45. Building C object CMakeFiles/cmTC_91c87.dir/CheckSymbolExists.c.o
  46. /usr/bin/cc -I/usr/include/GL -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o CMakeFiles/cmTC_91c87.dir/CheckSymbolExists.c.o -c /home/lynx/Downloads/flobby-git/src/flobby/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  47. Linking C executable cmTC_91c87
  48. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_91c87.dir/link.txt --verbose=1
  49. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -rdynamic CMakeFiles/cmTC_91c87.dir/CheckSymbolExists.c.o -o cmTC_91c87
  50. /usr/bin/ld: CMakeFiles/cmTC_91c87.dir/CheckSymbolExists.c.o: in function `main':
  51. CheckSymbolExists.c:(.text.startup+0x3): undefined reference to `pthread_create'
  52. collect2: error: ld returned 1 exit status
  53. make[1]: *** [CMakeFiles/cmTC_91c87.dir/build.make:87: cmTC_91c87] Error 1
  54. make[1]: Leaving directory '/home/lynx/Downloads/flobby-git/src/flobby/build/CMakeFiles/CMakeTmp'
  55. make: *** [Makefile:121: cmTC_91c87/fast] Error 2
  56.  
  57. File /home/lynx/Downloads/flobby-git/src/flobby/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  58. /* */
  59. #include <pthread.h>
  60.  
  61. int main(int argc, char** argv)
  62. {
  63. (void)argv;
  64. #ifndef pthread_create
  65. return ((int*)(&pthread_create))[argc];
  66. #else
  67. (void)argc;
  68. return 0;
  69. #endif
  70. }
  71.  
  72. Determining if the function pthread_create exists in the pthreads failed with the following output:
  73. Change Dir: /home/lynx/Downloads/flobby-git/src/flobby/build/CMakeFiles/CMakeTmp
  74.  
  75. Run Build Command(s):/usr/bin/make cmTC_4b9ac/fast
  76. /usr/bin/make -f CMakeFiles/cmTC_4b9ac.dir/build.make CMakeFiles/cmTC_4b9ac.dir/build
  77. make[1]: Entering directory '/home/lynx/Downloads/flobby-git/src/flobby/build/CMakeFiles/CMakeTmp'
  78. Building C object CMakeFiles/cmTC_4b9ac.dir/CheckFunctionExists.c.o
  79. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_4b9ac.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.14/Modules/CheckFunctionExists.c
  80. Linking C executable cmTC_4b9ac
  81. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4b9ac.dir/link.txt --verbose=1
  82. /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -rdynamic CMakeFiles/cmTC_4b9ac.dir/CheckFunctionExists.c.o -o cmTC_4b9ac -lpthreads
  83. /usr/bin/ld: cannot find -lpthreads
  84. collect2: error: ld returned 1 exit status
  85. make[1]: *** [CMakeFiles/cmTC_4b9ac.dir/build.make:87: cmTC_4b9ac] Error 1
  86. make[1]: Leaving directory '/home/lynx/Downloads/flobby-git/src/flobby/build/CMakeFiles/CMakeTmp'
  87. make: *** [Makefile:121: cmTC_4b9ac/fast] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement