View Single Post
  #8  
Old 06-06-2010, 06:28 PM
jargee jargee is offline
Junior Member
 
Join Date: Jun 2010
Posts: 1
jargee is on a distinguished road
Default

Re: How do you compile rtmpdump in Mac OS X 10.6?



I am using OSX 10.5.8,
I cannot install rtmpdump via macports(which is supposed to be best way, but it turn out to be a problematic) due to SHA256_DIGEST_LENGTH error ... :S

I also cannot install from your codes. I got the following error...
Code:
make mingw
make[2]: Nothing to be done for `all'.
mingw32-gcc -Wall  rtmpdump.o librtmp/librtmp.a  -o rtmpdump.exe -lssl -lcrypto -lz -lws2_32 -lwinmm -lgdi32
make[1]: mingw32-gcc: Command not found
make[1]: *** [rtmpdump] Error 127
make: *** [mingw] Error 2

I suspect your code is for windows.
Reply With Quote