freakshow

Untitled

Nov 12th, 2011
59
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. make
  2. gcc -Wall -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL -O2 -fPIC -c -o rtmp.o rtmp.c
  3. gcc -Wall -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL -O2 -fPIC -c -o log.o log.c
  4. gcc -Wall -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL -O2 -fPIC -c -o amf.o amf.c
  5. In file included from amf.c:33:
  6. bytes.h:74:2: warning: #warning "Float word order not defined, assuming the same as byte order!"
  7. gcc -Wall -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL -O2 -fPIC -c -o hashswf.o hashswf.c
  8. gcc -Wall -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL -O2 -fPIC -c -o parseurl.o parseurl.c
  9. ar rs librtmp.a rtmp.o log.o amf.o hashswf.o parseurl.o
  10. ar: creating archive librtmp.a
  11. gcc -shared -Wl,-soname,librtmp.so.0 -o librtmp.so.0 rtmp.o log.o amf.o hashswf.o parseurl.o -lssl -lcrypto -lz
  12. ld: unknown option: -soname
  13. collect2: ld returned 1 exit status
  14. make[1]: *** [librtmp.so.0] Error 1
  15. make: *** [librtmp/librtmp.a] Error 2
  16.  
  17.  
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×