Skip to content

Instantly share code, notes, and snippets.

@vext01
Created February 14, 2014 00:09
Show Gist options
  • Save vext01/8986657 to your computer and use it in GitHub Desktop.
Save vext01/8986657 to your computer and use it in GitHub Desktop.
gcc -shared -o bin_fs.so -Wl,-soname=bin_fs.so.0.9.7.rc2 -shared -I/home/edd/source/radare2/libr/..//libr/include -I/home/edd/source/radare2/libr/..//libr/bin/format/ -Wall -fPIC \
-o bin_fs.so bin_fs.o -fPIC -L/home/edd/source/radare2/libr/..//libr/util -lr_util
gcc -shared -o bin_ningb.so -Wl,-soname=bin_ningb.so.0.9.7.rc2 -I/home/edd/source/radare2/libr/..//libr/include -I/home/edd/source/radare2/libr/..//libr/bin/format/ -Wall -fPIC -fPIC -L/home/edd/source/radare2/libr/..//libr/util -lr_util bin_ningb.o
SHLR=/home/edd/source/radare2/libr/..//libr/../shlr
gcc -shared -o bin_mach0.so -Wl,-soname=bin_mach0.so.0.9.7.rc2 -I/home/edd/source/radare2/libr/..//libr/include -I/home/edd/source/radare2/libr/..//libr/bin/format/ -Wall -fPIC \
-fPIC -L/home/edd/source/radare2/libr/..//libr/util -lr_util bin_mach0.o ../format/mach0/mach0.o /home/edd/source/radare2/libr/..//libr/../shlr/sdb/src/libsdb.a
gmake[4]: Leaving directory '/home/edd/source/radare2/libr/bin/p'
gmake[3]: Leaving directory '/home/edd/source/radare2/libr/bin'
gmake[2]: Leaving directory '/home/edd/source/radare2/libr'
Makefile:25: recipe for target 'all' failed
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory '/home/edd/source/radare2/libr'
Makefile:24: recipe for target 'all' failed
gmake: *** [all] Error 2
@vext01
Copy link
Author

vext01 commented Feb 14, 2014

gcc -L/home/edd/source/radare2/libr/util -L/home/edd/source/radare2/libr/socket -L/home/edd/source/radare2/libr/cons -lr_util -lr_socket -lr_cons -fPIC -shared -o libr_io.so -Wl,-soname=libr_io.so.0.9.7.rc2 p/io_bfdbg.o p/io_debug.o p/io_ewf.o p/io_gdb.o p/io_haret.o p/io_http.o p/io_ihex.o p/io_mach.o p/io_malloc.o p/io_mmap.o p/io_procpid.o p/io_ptrace.o p/io_rap.o p/io_self.o p/io_shm.o p/io_w32.o p/io_w32dbg.o p/io_zip.o io.o plugin.o map.o section.o desc.o cache.o undo.o buffer.o -L/home/edd/source/radare2/libr/util -L/home/edd/source/radare2/libr/socket -L/home/edd/source/radare2/libr/cons -lr_util -lr_socket -lr_cons -fPIC /home/edd/source/radare2/libr/../shlr/zip/librz.a
gcc: /home/edd/source/radare2/libr/../shlr/zip/librz.a: No such file or directory
/home/edd/source/radare2/libr/..//libr/rules.mk:47: recipe for target 'libr_io.so' failed
gmake[3]: *** [libr_io.so] Error 1
gmake[3]: Leaving directory '/home/edd/source/radare2/libr/io'
Makefile:60: recipe for target 'io' failed
gmake[2]: *** [io] Error 2
gmake[2]: *** Waiting for unfinished jobs....
gcc -c -MD -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/edd/source/radare2/libr/include -DGIT_TAP="0.9.6-518-g1e17319" -o /home/edd/source/radare2/libr/..//libr/bin/p/../format/mach0/mach064.o /home/edd/source/radare2/libr/..//libr/bin/p/../format/mach0/mach064.c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment