[rtmpdump] bad reloc address 0x0 in section `.data'

Joshua Finch joshf87 at live.com
Tue Mar 20 02:29:59 CET 2012


On 3/19/2012 18:16, Joshua Finch wrote:
> On 3/19/2012 17:58, Steven Penny wrote:
>> Joshua Finch wrote:
>>> "It works for me" isn't a form of help.
>> Your build is failing because it cannot find PolarSSL, not because of 
>> reasons
>> given by you or anyone else. I have made this clear already.
>>
>> # First we set the PATH
>> PATH=/c/mingw32/bin:/c/MinGW/bin:/c/MinGW/msys/1.0/bin:/c/Git/bin
>>
>> # Install Zlib
>> mingw-get install libz
>>
>> # Install PolarSSL
>> wget polarssl.org/code/releases/polarssl-1.0.0-gpl.tgz
>> tar xf polarssl*
>> cd polarssl*
>> make CC=gcc APPS=
>> make DESTDIR=/c/mingw install
>> cd -
>>
>> # Install RtmpDump
>> # mingw.org/wiki/IncludePathHOWTO
>> # gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html
>> # By default gcc is going to look in these dirs
>> # /c/mingw32/mingw/include
>> # /c/mingw32/i686-w64-mingw32/include
>> # /c/mingw32/lib/gcc/i686-w64-mingw32/4.6.4/include
>> # /c/mingw32/lib/gcc/i686-w64-mingw32/4.6.4/include-fixed
>> # It is not going to find PolarSSL there, so we have to add it
>> git clone git://git.ffmpeg.org/rtmpdump
>> cd rtmpdump
>> make SYS=mingw CRYPTO=POLARSSL CPATH=/c/mingw/include 
>> LIBRARY_PATH=/c/mingw/lib
>> _______________________________________________
>> rtmpdump mailing list
>> rtmpdump at mplayerhq.hu
>> https://lists.mplayerhq.hu/mailman/listinfo/rtmpdump
>>
>>
> Thanks
> _______________________________________________
> rtmpdump mailing list
> rtmpdump at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/rtmpdump
>
>
Well I got the shared librtmp DLL to successfully give me a "yes" but 
when using '--enable-static' it gives me the same "undefined reference" 
and "e:/buildsys/mingw32/i686-w64-mingw32/lib/librtmp.a(rtmp.o): bad 
reloc address 0x550 in section `.rdata'" in config.log.

I am really shelving this for now. I spent way too much time getting 
this one library to work.


More information about the rtmpdump mailing list