Advertisement
Guest User

Untitled

a guest
Feb 6th, 2012
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 6.79 KB | None | 0 0
  1. [root@fedora rtmpdump]# /usr/bin/make SYS=mingw CROSS_COMPILE=i686-pc-mingw32- SHARED=no CRYPTO=POLARSS clean && /usr/bin/make SYS=mingw CROSS_COMPILE=i686-pc-mingw32- SHARED=no CRYPTO=POLARSSL INC='-I/opt/libs/include -I/usr/i686-pc-mingw32/sys-root/mingw/include/' XLDFLAGS='-L/opt/libs/lib -L/usr/i686-pc-mingw32/sys-root/mingw/lib'
  2. rm -f *.o rtmpdump.exe rtmpgw.exe rtmpsrv.exe rtmpsuck.exe
  3. make[1]: Entering directory `/opt/libs/src/rtmpdump/librtmp'
  4. rm -f *.o *.a *.so       *.dll librtmp.pc
  5. make[1]: Leaving directory `/opt/libs/src/rtmpdump/librtmp'
  6. make[1]: Entering directory `/opt/libs/src/rtmpdump/librtmp'
  7. i686-pc-mingw32-gcc -Wall  -I/opt/libs/include -I/usr/i686-pc-mingw32/sys-root/mingw/include/ -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_POLARSSL  -O2    -c -o rtmp.o rtmp.c
  8. In file included from rtmp.c:127:0:
  9. handshake.h: In function 'InitRC4Encryption':
  10. handshake.h:116:16: warning: variable 'digestLen' set but not used [-Wunused-but-set-variable]
  11. rtmp.c: In function 'RTMP_ReadPacket':
  12. rtmp.c:2933:7: warning: variable 'didAlloc' set but not used [-Wunused-but-set-variable]
  13. i686-pc-mingw32-gcc -Wall  -I/opt/libs/include -I/usr/i686-pc-mingw32/sys-root/mingw/include/ -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_POLARSSL  -O2    -c -o log.o log.c
  14. i686-pc-mingw32-gcc -Wall  -I/opt/libs/include -I/usr/i686-pc-mingw32/sys-root/mingw/include/ -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_POLARSSL  -O2    -c -o amf.o amf.c
  15. i686-pc-mingw32-gcc -Wall  -I/opt/libs/include -I/usr/i686-pc-mingw32/sys-root/mingw/include/ -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_POLARSSL  -O2    -c -o hashswf.o hashswf.c
  16. i686-pc-mingw32-gcc -Wall  -I/opt/libs/include -I/usr/i686-pc-mingw32/sys-root/mingw/include/ -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_POLARSSL  -O2    -c -o parseurl.o parseurl.c
  17. i686-pc-mingw32-ar rs librtmp.a rtmp.o log.o amf.o hashswf.o parseurl.o
  18. i686-pc-mingw32-ar: creating librtmp.a
  19. make[1]: Leaving directory `/opt/libs/src/rtmpdump/librtmp'
  20. i686-pc-mingw32-gcc -Wall  -I/opt/libs/include -I/usr/i686-pc-mingw32/sys-root/mingw/include/ -DRTMPDUMP_VERSION=\"v2.4\"   -O2   -c -o rtmpdump.o rtmpdump.c
  21. rtmpdump.c: In function 'GetLastKeyframe':
  22. rtmpdump.c:297:7: warning: unknown conversion type character 'l' in format [-Wformat]
  23. rtmpdump.c:297:7: warning: too many arguments for format [-Wformat-extra-args]
  24. i686-pc-mingw32-gcc -Wall -L/opt/libs/lib -L/usr/i686-pc-mingw32/sys-root/mingw/lib -o rtmpdump.exe rtmpdump.o -Llibrtmp -lrtmp -lpolarssl "-lz -static" -lws2_32 -lwinmm -lgdi32 ; echo i686-pc-mingw32-gcc
  25. /usr/lib/gcc/i686-pc-mingw32/4.6.1/../../../../i686-pc-mingw32/bin/ld: cannot find -lz -static
  26. collect2: ld returned 1 exit status
  27. i686-pc-mingw32-gcc
  28. i686-pc-mingw32-gcc -Wall  -I/opt/libs/include -I/usr/i686-pc-mingw32/sys-root/mingw/include/ -DRTMPDUMP_VERSION=\"v2.4\"   -O2   -c -o rtmpgw.o rtmpgw.c
  29. i686-pc-mingw32-gcc -Wall  -I/opt/libs/include -I/usr/i686-pc-mingw32/sys-root/mingw/include/ -DRTMPDUMP_VERSION=\"v2.4\"   -O2   -c -o thread.o thread.c
  30. thread.c: In function 'ThreadCreate':
  31. thread.c:35:11: warning: comparison between pointer and integer [enabled by default]
  32. i686-pc-mingw32-gcc -Wall -L/opt/libs/lib -L/usr/i686-pc-mingw32/sys-root/mingw/lib -o rtmpgw.exe rtmpgw.o thread.o  -Llibrtmp -lrtmp -lpolarssl "-lz -static" -lws2_32 -lwinmm -lgdi32
  33. /usr/lib/gcc/i686-pc-mingw32/4.6.1/../../../../i686-pc-mingw32/bin/ld: cannot find -lz -static
  34. collect2: ld returned 1 exit status
  35. make: *** [rtmpgw] Error 1
  36. [root@fedora rtmpdump]# clear
  37. [root@fedora rtmpdump]# /usr/bin/make SYS=mingw CROSS_COMPILE=i686-pc-mingw32- SHARED=no CRYPTO=POLARSS clean && /usr/bin/make SYS=mingw CROSS_COMPILE=i686-pc-mingw32- SHARED=no CRYPTO=POLARSSL INC='-I/opt/libs/include -I/usr/i686-pc-mingw32/sys-root/mingw/include/' XLDFLAGS='-L/opt/libs/lib -L/usr/i686-pc-mingw32/sys-root/mingw/lib'
  38. rm -f *.o rtmpdump.exe rtmpgw.exe rtmpsrv.exe rtmpsuck.exe
  39. make[1]: Entering directory `/opt/libs/src/rtmpdump/librtmp'
  40. rm -f *.o *.a *.so       *.dll librtmp.pc
  41. make[1]: Leaving directory `/opt/libs/src/rtmpdump/librtmp'
  42. make[1]: Entering directory `/opt/libs/src/rtmpdump/librtmp'
  43. i686-pc-mingw32-gcc -Wall  -I/opt/libs/include -I/usr/i686-pc-mingw32/sys-root/mingw/include/ -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_POLARSSL  -O2    -c -o rtmp.o rtmp.c
  44. In file included from rtmp.c:127:0:
  45. handshake.h: In function 'InitRC4Encryption':
  46. handshake.h:116:16: warning: variable 'digestLen' set but not used [-Wunused-but-set-variable]
  47. rtmp.c: In function 'RTMP_ReadPacket':
  48. rtmp.c:2933:7: warning: variable 'didAlloc' set but not used [-Wunused-but-set-variable]
  49. i686-pc-mingw32-gcc -Wall  -I/opt/libs/include -I/usr/i686-pc-mingw32/sys-root/mingw/include/ -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_POLARSSL  -O2    -c -o log.o log.c
  50. i686-pc-mingw32-gcc -Wall  -I/opt/libs/include -I/usr/i686-pc-mingw32/sys-root/mingw/include/ -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_POLARSSL  -O2    -c -o amf.o amf.c
  51. i686-pc-mingw32-gcc -Wall  -I/opt/libs/include -I/usr/i686-pc-mingw32/sys-root/mingw/include/ -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_POLARSSL  -O2    -c -o hashswf.o hashswf.c
  52. i686-pc-mingw32-gcc -Wall  -I/opt/libs/include -I/usr/i686-pc-mingw32/sys-root/mingw/include/ -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_POLARSSL  -O2    -c -o parseurl.o parseurl.c
  53. i686-pc-mingw32-ar rs librtmp.a rtmp.o log.o amf.o hashswf.o parseurl.o
  54. i686-pc-mingw32-ar: creating librtmp.a
  55. make[1]: Leaving directory `/opt/libs/src/rtmpdump/librtmp'
  56. i686-pc-mingw32-gcc -Wall  -I/opt/libs/include -I/usr/i686-pc-mingw32/sys-root/mingw/include/ -DRTMPDUMP_VERSION=\"v2.4\"   -O2   -c -o rtmpdump.o rtmpdump.c
  57. rtmpdump.c: In function 'GetLastKeyframe':
  58. rtmpdump.c:297:7: warning: unknown conversion type character 'l' in format [-Wformat]
  59. rtmpdump.c:297:7: warning: too many arguments for format [-Wformat-extra-args]
  60. i686-pc-mingw32-gcc -Wall -L/opt/libs/lib -L/usr/i686-pc-mingw32/sys-root/mingw/lib -o rtmpdump.exe rtmpdump.o -Llibrtmp -lrtmp -lpolarssl "-lz -static" -lws2_32 -lwinmm -lgdi32 ; echo i686-pc-mingw32-gcc
  61. /usr/lib/gcc/i686-pc-mingw32/4.6.1/../../../../i686-pc-mingw32/bin/ld: cannot find -lz -static
  62. collect2: ld returned 1 exit status
  63. i686-pc-mingw32-gcc
  64. i686-pc-mingw32-gcc -Wall  -I/opt/libs/include -I/usr/i686-pc-mingw32/sys-root/mingw/include/ -DRTMPDUMP_VERSION=\"v2.4\"   -O2   -c -o rtmpgw.o rtmpgw.c
  65. i686-pc-mingw32-gcc -Wall  -I/opt/libs/include -I/usr/i686-pc-mingw32/sys-root/mingw/include/ -DRTMPDUMP_VERSION=\"v2.4\"   -O2   -c -o thread.o thread.c
  66. thread.c: In function 'ThreadCreate':
  67. thread.c:35:11: warning: comparison between pointer and integer [enabled by default]
  68. i686-pc-mingw32-gcc -Wall -L/opt/libs/lib -L/usr/i686-pc-mingw32/sys-root/mingw/lib -o rtmpgw.exe rtmpgw.o thread.o  -Llibrtmp -lrtmp -lpolarssl "-lz -static" -lws2_32 -lwinmm -lgdi32
  69. /usr/lib/gcc/i686-pc-mingw32/4.6.1/../../../../i686-pc-mingw32/bin/ld: cannot find -lz -static
  70. collect2: ld returned 1 exit status
  71. make: *** [rtmpgw] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement