Hi,

I'm having linking troubles building radare2. The following are the
components that fails at linking stage:

cc -o radiff2 -L../../libr/diff -L../../libr/debug -L../../libr/util
-L../../libr/core -lr_diff -lr_debug -lr_util -lr_core -L../diff
-L../debug -L../util -L../core    -fPIC radiff2.o
../../libr/core/libr_core.so: undefined reference to `r_bp_plugin_list'
../../libr/core/libr_core.so: undefined reference to `r_io_plugin_add'
../../libr/core/libr_core.so: undefined reference to `r_io_plugin_list'
../../libr/core/libr_core.so: undefined reference to `r_cmd_plugin_add'
../../libr/core/libr_core.so: undefined reference to `r_bp_plugin_add'
collect2: ld returned 1 exit status
make[1]: *** [radiff2] Error 1
(...)
cc -o radare2 -L../../libr/debug -L../../libr/util -L../../libr/anal
-L../../libr/core -lr_debug -lr_util -lr_anal -lr_core -L../debug
-L../util -L../anal -L../core    -fPIC radare2.o
../../libr/core/libr_core.so: undefined reference to `r_bp_plugin_list'
../../libr/core/libr_core.so: undefined reference to `r_io_plugin_add'
../../libr/core/libr_core.so: undefined reference to `r_io_plugin_list'
../../libr/core/libr_core.so: undefined reference to `r_cmd_plugin_add'
../../libr/core/libr_core.so: undefined reference to `r_bp_plugin_add'
collect2: ld returned 1 exit status

Anybody experienced those errors?

Thanks in advance!
Joxean Koret

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
radare mailing list
[email protected]
http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org

Reply via email to