View difference between Paste ID: KnCBGuAH and 17d6iHFN
SHOW: | | - or go back to the newest paste.
1-
$ make
1+
make 
2-
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c -o rtmp.o rtmp.c                                                                                           gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c -o log.o log.c                                                                                            gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c -o amf.o amf.c                                                                                            In file included from amf.c:33:                                                                                        bytes.h:74:2: warning: #warning "Float word order not defined, assuming the same as byte order!"                                                                                          gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c -o hashswf.o hashswf.c                                                                                        gcc -Wall   -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL  -O2 -fPIC   -c -o parseurl.o parseurl.c                                                                                       ar rs librtmp.a rtmp.o log.o amf.o hashswf.o parseurl.o                                                                                       ar: creating archive librtmp.a                                                                                        gcc -shared -Wl,-soname,librtmp.so.0  -o librtmp.so.0 rtmp.o log.o amf.o hashswf.o parseurl.o  -lssl -lcrypto -lz                                                                                              ld: unknown option: -soname                                                                                          collect2: ld returned 1 exit status                                                                                           make[1]: *** [librtmp.so.0] Error 1                                                                                                make: *** [librtmp/librtmp.a] Error 2                                                                                                
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