Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 3.70 KB | None | 0 0
  1. configure:16427: checking for inflate in -lzlib
  2. configure:16452: /f/code/svn/sb-deps/build/libgpod/debug/compile cl -o conftest.exe -D_MSC_VER=1500 -DWIN32 -D__NO_CTYPE -D_CRT_SECURE_NO_WARNINGS -DHAVE_WIN32 -D_WINDOWS -wd4820 -wd4668 -wd4100 -wd4706 -wd4127 -wd4255 -wd4710 -wd4055 -Zi  -I/f/code/svn/sb-deps/windows-i686-msvc8/gettext/debug/include -I/f/code/svn/sb-deps/windows-i686-msvc8/libiconv/debug/include -I/f/code/svn/sb-deps/windows-i686-msvc8/zlib/debug/include -MTd -DDEBUG -UNDEBUG -I/f/code/svn/sb-deps/windows-i686-msvc8/gettext/debug/include -DEBUG -L/f/code/svn/sb-deps/windows-i686-msvc8/gettext/debug/lib -lintl -L/f/code/svn/sb-deps/windows-i686-msvc8/libiconv/debug/lib -liconv conftest.c -lzlib  /f/code/svn/sb-deps/windows-i686-msvc8/zlib/debug/lib/zlib.lib /NODEFAULTLIB:library >&5
  3. conftest.c
  4. Microsoft (R) Incremental Linker Version 9.00.21022.08
  5. Copyright (C) Microsoft Corporation.  All rights reserved.
  6.  
  7. /out:conftest.exe
  8. /out:conftest.exe
  9. /debug
  10. conftest.obj
  11. f:/code/svn/sb-deps/windows-i686-msvc8/zlib/debug/lib/zlib.lib
  12. MSVCRT.lib(MSVCR90.dll) : error LNK2005: _malloc already defined in LIBCMTD.lib(dbgmalloc.obj)
  13. MSVCRT.lib(MSVCR90.dll) : error LNK2005: _free already defined in LIBCMTD.lib(dbgfree.obj)
  14. MSVCRT.lib(ti_inst.obj) : error LNK2005: "private: __thiscall type_info::type_info(class type_info const &)" (??0type_info@@AAE@ABV0@@Z) already defined in LIBCMTD.lib(typinfo.obj)
  15. MSVCRT.lib(ti_inst.obj) : error LNK2005: "private: class type_info & __thiscall type_info::operator=(class type_info const &)" (??4type_info@@AAEAAV0@ABV0@@Z) already defined in LIBCMTD.lib(typinfo.obj)
  16. LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
  17. conftest.exe : fatal error LNK1169: one or more multiply defined symbols found
  18. Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
  19. Copyright (C) Microsoft Corporation.  All rights reserved.
  20.  
  21. cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
  22. cl : Command line warning D9002 : ignoring unknown option '-Lf:/code/svn/sb-deps/windows-i686-msvc8/gettext/debug/lib'
  23. cl : Command line warning D9002 : ignoring unknown option '-lintl'
  24. cl : Command line warning D9002 : ignoring unknown option '-Lf:/code/svn/sb-deps/windows-i686-msvc8/libiconv/debug/lib'
  25. cl : Command line warning D9002 : ignoring unknown option '-liconv'
  26. cl : Command line warning D9002 : ignoring unknown option '-lzlib'
  27. cl : Command line warning D9002 : ignoring unknown option '/NODEFAULTLIB:library'
  28. configure:16452: $? = 2
  29. configure: failed program was:
  30. | /* confdefs.h */
  31. | #define PACKAGE_NAME ""
  32. | #define PACKAGE_TARNAME ""
  33. | #define PACKAGE_VERSION ""
  34. | #define PACKAGE_STRING ""
  35. | #define PACKAGE_BUGREPORT ""
  36. | #define PACKAGE_URL ""
  37. | #define PACKAGE "libgpod"
  38. | #define VERSION "0.8.0"
  39. | #define STDC_HEADERS 1
  40. | #define HAVE_SYS_TYPES_H 1
  41. | #define HAVE_SYS_STAT_H 1
  42. | #define HAVE_STDLIB_H 1
  43. | #define HAVE_STRING_H 1
  44. | #define HAVE_MEMORY_H 1
  45. | #define __EXTENSIONS__ 1
  46. | #define _ALL_SOURCE 1
  47. | #define _GNU_SOURCE 1
  48. | #define _POSIX_PTHREAD_SEMANTICS 1
  49. | #define _TANDEM_SOURCE 1
  50. | #define NO_MINUS_C_MINUS_O 1
  51. | #define STDC_HEADERS 1
  52. | #define LT_OBJDIR ".libs/"
  53. | /* end confdefs.h.  */
  54. |
  55. | /* Override any GCC internal prototype to avoid an error.
  56. |    Use char because int might match the return type of a GCC
  57. |    builtin and then its argument prototype would still apply.  */
  58. | #ifdef __cplusplus
  59. | extern "C"
  60. | #endif
  61. | char inflate ();
  62. | int
  63. | main ()
  64. | {
  65. | return inflate ();
  66. |   ;
  67. |   return 0;
  68. | }
  69. configure:16461: result: no
  70. configure:16477: error: couldn't find zlib, please install zlib development headers
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement