[rtmpdump] bad reloc address 0x0 in section `.data'
Joshua Finch
joshf87 at live.com
Mon Mar 19 17:00:12 CET 2012
On 3/19/2012 02:08, Steven Penny wrote:
> On Sun, Mar 18, 2012 at 11:50 PM, Joshua Finch wrote:
>> I'm trying to compile librtmp with MinGW-w64 4.6.4 32-bit toolchain, from
>> rubenvb personal build for Windows 32-bit.
> I have both MinGW and MinGW-w64 installed
>
> I got it to work like this
>
> make SYS=mingw CRYPTO=POLARSSL CPATH=/mingw/include LIBRARY_PATH=/mingw/lib
>
> Or if youd rather, you can just install PolarSSL, et al to
>
> /c/mingw32/mingw
> _______________________________________________
> rtmpdump mailing list
> rtmpdump at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/rtmpdump
>
>
Well, I tried 4.6.3-1 and it seems to have gotten rid of "bad reloc
address" but it is still unable to use polarssl.
#include <librtmp/rtmp.h>
int main(void) { RTMP_Socket(NULL); return 0; }
gcc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith
-Wredundant-decls -Wstrict-prototypes -Wmissing-prototypes
-Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement
-std=gnu99 -Werror-implicit-function-declaration -O4 -march=i486
-mtune=generic -pipe -ffast-math -fomit-frame-pointer
-fno-tree-vectorize /tmp/mplayer-configure-14908-8776/tmp.c
-Ilibdvdread4 -I. -Iffmpeg -fno-common -static -lm -lwinmm
-ffast-math -lws2_32 -lz -ladvapi32 -lole32 -lopengl32 -lgdi32 -lwinmm
-lgdi32 -o /tmp/mplayer-configure-14908-8776/tmp.exe -lrtmp
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x3e5):
undefined reference to `mpi_init'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x3fd):
undefined reference to `mpi_lset'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x409):
undefined reference to `mpi_cmp_mpi'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x41d):
undefined reference to `mpi_copy'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x431):
undefined reference to `mpi_sub_int'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x43d):
undefined reference to `mpi_cmp_mpi'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x472):
undefined reference to `mpi_exp_mod'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x482):
undefined reference to `mpi_cmp_int'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x4a4):
undefined reference to `mpi_free'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x588):
undefined reference to `mpi_copy'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x597):
undefined reference to `mpi_copy'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x5ab):
undefined reference to `havege_random'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x5d3):
undefined reference to `dhm_make_public'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x5ea):
undefined reference to `mpi_init'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x601):
undefined reference to `mpi_init'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x614):
undefined reference to `mpi_copy'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x627):
undefined reference to `mpi_copy'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x63d):
undefined reference to `mpi_init'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x655):
undefined reference to `mpi_read_string'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x675):
undefined reference to `mpi_free'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x697):
undefined reference to `mpi_free'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x6ad):
undefined reference to `mpi_free'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x6ce):
undefined reference to `mpi_free'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x74e):
undefined reference to `sha2_hmac_starts'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x75e):
undefined reference to `sha2_hmac_update'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x771):
undefined reference to `sha2_hmac_finish'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x8f9):
undefined reference to `sha2_hmac_starts'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x918):
undefined reference to `sha2_hmac_update'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x928):
undefined reference to `sha2_hmac_finish'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x96b):
undefined reference to `arc4_setup'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x98b):
undefined reference to `sha2_hmac_starts'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x9a7):
undefined reference to `sha2_hmac_update'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x9b7):
undefined reference to `sha2_hmac_finish'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x9f9):
undefined reference to `arc4_setup'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0xc89):
undefined reference to `_imp__inet_addr at 4'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0xca1):
undefined reference to `_imp__htons at 4'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0xd15):
undefined reference to `_imp__gethostbyname at 4'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0xf85):
undefined reference to `mpi_init'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0xfa2):
undefined reference to `mpi_init'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0xfbc):
undefined reference to `mpi_read_string'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0xfcb):
undefined reference to `dhm_free'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0xfd5):
undefined reference to `mpi_free'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0xfea):
undefined reference to `mpi_free'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x1000):
undefined reference to `mpi_free'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x1016):
undefined reference to `mpi_free'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x1045):
undefined reference to `mpi_lset'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x1088):
undefined reference to `mpi_size'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x10f8):
undefined reference to `mpi_write_binary'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x116b):
undefined reference to `mpi_init'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x117f):
undefined reference to `mpi_read_binary'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x119d):
undefined reference to `mpi_init'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x11b5):
undefined reference to `mpi_read_string'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x11d9):
undefined reference to `mpi_free'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x11e9):
undefined reference to `mpi_free'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x1246):
undefined reference to `mpi_copy'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x125a):
undefined reference to `dhm_calc_secret'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x1271):
undefined reference to `_imp__timeGetTime at 0'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x13d0):
undefined reference to `havege_init'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x2705):
undefined reference to `ssl_read'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x2716):
undefined reference to `_imp__WSAGetLastError at 0'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x27b9):
undefined reference to `imp(long double,...)(char, void)@16'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x299e):
undefined reference to `_imp__send at 16'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x2ac6):
undefined reference to `ssl_close_notify'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x2ad4):
undefined reference to `ssl_free'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x2afe):
undefined reference to `_imp__closesocket at 4'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x2d19):
undefined reference to `dhm_free'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x2d23):
undefined reference to `mpi_free'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x2d38):
undefined reference to `mpi_free'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x2d4e):
undefined reference to `mpi_free'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x2d64):
undefined reference to `mpi_free'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x2e76):
undefined reference to `arc4_crypt'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x2edd):
undefined reference to `_imp__WSAGetLastError at 0'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x480a):
undefined reference to `arc4_crypt'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x49c0):
undefined reference to `_imp__timeGetTime at 0'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x49c9):
undefined reference to `_imp__htonl at 4'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x4b9e):
undefined reference to `_imp__ntohl at 4'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x4f31):
undefined reference to `_imp__timeGetTime at 0'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x4f3a):
undefined reference to `_imp__htonl at 4'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x5348):
undefined reference to `arc4_crypt'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x5375):
undefined reference to `arc4_crypt'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x59c0):
undefined reference to `_imp__timeGetTime at 0'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x59c9):
undefined reference to `_imp__htonl at 4'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x5a23):
undefined reference to `_imp__timeGetTime at 0'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x5a2c):
undefined reference to `_imp__htonl at 4'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x5c99):
undefined reference to `_imp__ntohl at 4'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x6073):
undefined reference to `arc4_crypt'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x609c):
undefined reference to `arc4_crypt'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x8ff6):
undefined reference to `ssl_init'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x900c):
undefined reference to `ssl_set_endpoint'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x9022):
undefined reference to `ssl_set_authmode'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x902f):
undefined reference to `havege_random'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x9041):
undefined reference to `ssl_set_rng'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x9049):
undefined reference to `ssl_default_ciphersuites'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x9057):
undefined reference to `ssl_set_ciphersuites'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x9083):
undefined reference to `ssl_set_session'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x9095):
undefined reference to `net_send'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x90a1):
undefined reference to `net_recv'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x90af):
undefined reference to `ssl_set_bio'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x90bd):
undefined reference to `ssl_handshake'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x9133):
undefined reference to `_imp__socket at 12'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x915e):
undefined reference to `_imp__connect at 12'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x91dd):
undefined reference to `_imp__htonl at 4'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x9294):
undefined reference to `_imp__setsockopt at 20'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x932a):
undefined reference to `_imp__WSAGetLastError at 0'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x9394):
undefined reference to `_imp__WSAGetLastError at 0'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x969e):
undefined reference to `_imp__WSASetLastError at 4'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(rtmp.o):rtmp.c:(.text+0x2983):
undefined reference to `ssl_write'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x70):
undefined reference to `sha2_hmac_update'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0xb6):
undefined reference to `inflate'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0xd6):
undefined reference to `sha2_hmac_update'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x111):
undefined reference to `sha2_hmac_update'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x2cb):
undefined reference to `_imp__inet_addr at 4'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x2f1):
undefined reference to `_imp__htons at 4'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x319):
undefined reference to `_imp__socket at 12'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x3ab):
undefined reference to `_imp__connect at 12'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x3dd):
undefined reference to `ssl_init'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x3f4):
undefined reference to `ssl_set_endpoint'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x40b):
undefined reference to `ssl_set_authmode'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x418):
undefined reference to `havege_random'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x42b):
undefined reference to `ssl_set_rng'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x43a):
undefined reference to `ssl_default_ciphersuites'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x442):
undefined reference to `ssl_set_ciphersuites'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x46f):
undefined reference to `ssl_set_session'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x48a):
undefined reference to `net_send'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x495):
undefined reference to `net_recv'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x49a):
undefined reference to `ssl_set_bio'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x4a9):
undefined reference to `ssl_handshake'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x503):
undefined reference to `_imp__setsockopt at 20'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x5a2):
undefined reference to `_imp__gethostbyname at 4'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0xbcd):
undefined reference to `sha2_hmac_starts'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0xbec):
undefined reference to `inflateInit_'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0xc42):
undefined reference to `inflateEnd'
e:/buildsys/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/lib/../lib\librtmp.a(hashswf.o):hashswf.c:(.text+0x10f6):
undefined reference to `sha2_hmac_finish'
collect2: ld returned 1 exit status
Result is: no
More information about the rtmpdump
mailing list