Advertisement
freakshow

Untitled

Nov 12th, 2011
90
0
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.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement