Guest User

Untitled

a guest
Nov 20th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.82 KB | None | 0 0
  1. Did not find the PQexec() function in libpq. This is the litmus test for a
  2. working libpq installation.
  3.  
  4. $ ./configure
  5. checking for g++... g++
  6. checking whether the C++ compiler works... yes
  7. checking for C++ compiler default output file name... a.exe
  8. checking for suffix of executables... .exe
  9. checking whether we are cross compiling... no
  10. checking for suffix of object files... o
  11. checking whether we are using the GNU C++ compiler... yes
  12. checking whether g++ accepts -g... yes
  13. checking whether g++ supports C++11 features by default... yes
  14. checking for a BSD-compatible install... /usr/bin/install -c
  15. checking whether build environment is sane... yes
  16. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  17. checking for gawk... gawk
  18. checking whether make sets $(MAKE)... no
  19. checking for style of include used by make... none
  20. checking whether make supports nested variables... no
  21. checking dependency style of g++... none
  22. checking whether we are using the GNU C++ compiler... (cached) yes
  23. checking whether g++ accepts -g... (cached) yes
  24. checking build system type... x86_64-pc-mingw32
  25. checking host system type... x86_64-pc-mingw32
  26. checking how to print strings... printf
  27. checking for gcc... gcc
  28. checking whether we are using the GNU C compiler... yes
  29. checking whether gcc accepts -g... yes
  30. checking for gcc option to accept ISO C89... none needed
  31. checking whether gcc understands -c and -o together... yes
  32. checking dependency style of gcc... none
  33. checking for a sed that does not truncate output... /usr/bin/sed
  34. checking for grep that handles long lines and -e... /usr/bin/grep
  35. checking for egrep... /usr/bin/grep -E
  36. checking for fgrep... /usr/bin/grep -F
  37. checking for ld used by gcc... c:/mingw/mingw32/bin/ld.exe
  38. checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
  39. checking for BSD- or MS-compatible name lister (nm)... /c/MinGW/bin/nm -B
  40. checking the name lister (/c/MinGW/bin/nm -B) interface... BSD nm
  41. checking whether ln -s works... no, using cp -pR
  42. checking the maximum length of command line arguments... 8192
  43. checking how to convert x86_64-pc-mingw32 file names to x86_64-pc-mingw32 format... func_convert_file_msys_to_w32
  44. checking how to convert x86_64-pc-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
  45. checking for c:/mingw/mingw32/bin/ld.exe option to reload object files... -r
  46. checking for objdump... objdump
  47. checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
  48. checking for dlltool... dlltool
  49. checking how to associate runtime and link libraries... func_cygming_dll_for_implib
  50. checking for ar... ar
  51. checking for archiver @FILE support... @
  52. checking for strip... strip
  53. checking for ranlib... ranlib
  54. checking command to parse /c/MinGW/bin/nm -B output from gcc object... ok
  55. checking for sysroot... no
  56. checking for a working dd... /usr/bin/dd
  57. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  58. checking for mt... no
  59. checking if : is a manifest tool... no
  60. checking how to run the C preprocessor... gcc -E
  61. checking for ANSI C header files... yes
  62. checking for sys/types.h... yes
  63. checking for sys/stat.h... yes
  64. checking for stdlib.h... yes
  65. checking for string.h... yes
  66. checking for memory.h... yes
  67. checking for strings.h... yes
  68. checking for inttypes.h... yes
  69. checking for stdint.h... yes
  70. checking for unistd.h... yes
  71. checking for dlfcn.h... yes
  72. checking for objdir... .libs
  73. checking if gcc supports -fno-rtti -fno-exceptions... no
  74. checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
  75. checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
  76. checking if gcc static flag -static works... yes
  77. checking if gcc supports -c -o file.o... yes
  78. checking if gcc supports -c -o file.o... (cached) yes
  79. checking whether the gcc linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
  80. checking dynamic linker characteristics... Win32 ld.exe
  81. checking how to hardcode library paths into programs... immediate
  82. checking whether stripping libraries is possible... yes
  83. checking if libtool supports shared libraries... yes
  84. checking whether to build shared libraries... no
  85. checking whether to build static libraries... yes
  86. checking how to run the C++ preprocessor... g++ -E
  87. checking for ld used by g++... c:/mingw/mingw32/bin/ld.exe
  88. checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
  89. checking whether the g++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
  90. checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
  91. checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
  92. checking if g++ static flag -static works... yes
  93. checking if g++ supports -c -o file.o... yes
  94. checking if g++ supports -c -o file.o... (cached) yes
  95. checking whether the g++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries... yes
  96. checking dynamic linker characteristics... Win32 ld.exe
  97. checking how to hardcode library paths into programs... immediate
  98. checking whether make sets $(MAKE)... (cached) no
  99. checking for mkdir... /usr/bin/mkdir
  100. checking for pkg-config... no
  101. checking for doxygen... no
  102. checking for dot... no
  103. checking for xmlto... no
  104. checking whether to enable maintainer-specific portions of Makefiles... no
  105. checking maintainer mode...
  106. checking C++14 deprecation attribute... yes
  107. checking for C++17 std::optional support... no
  108. checking for experimental C++17 std::optional support... yes
  109. checking for poll(2)... no
  110. checking sys/select.h usability... no
  111. checking sys/select.h presence... no
  112. checking for sys/select.h... no
  113. checking sys/time.h usability... yes
  114. checking sys/time.h presence... yes
  115. checking for sys/time.h... yes
  116. checking for library containing select... no
  117. checking for main in -lws2_32... yes
  118. checking g++ visibility attribute... yes
  119. checking whether the compiler supports function __attribute__((__const__))... yes
  120. checking g++ pure attribute... yes
  121. checking for pg_config... /c/PostgreSQL/pg10/bin/pg_config
  122. configure: using PostgreSQL headers at C:/POSTGR~1/pg10/include
  123. configure: using PostgreSQL libraries at C:/POSTGR~1/pg10/lib
  124. checking C:/POSTGR~1/pg10/include/libpq-fe.h usability... yes
  125. checking C:/POSTGR~1/pg10/include/libpq-fe.h presence... yes
  126. checking for C:/POSTGR~1/pg10/include/libpq-fe.h... yes
  127. checking for ability to compile source files using libpq... yes
  128. checking for PQexec in -lpq... no
  129. configure: error:
  130. Did not find the PQexec() function in libpq. This is the litmus test for a
  131. working libpq installation.
  132.  
  133. A source file using the PQexec() function did compile without problems, and the
  134. libpq library is available for linking, but for some reason a call to PQexec()
  135. failed to link properly to the libpq library. This may be because the libpq
  136. library file is damaged, or in some incorrect format, or if your libpq is much
  137. more recent than libpqxx version 6.0, perhaps libpq has undergone a
  138. radical ABI change.
  139.  
  140. The last parts of config.log may give you a clue as to what really went wrong,
  141. but be warned that this is no easy reading. Look for the last error message
  142. occurring in the file.
Add Comment
Please, Sign In to add comment