Skip to content

Instantly share code, notes, and snippets.

@awreece
Created February 6, 2013 21:01
Show Gist options
  • Save awreece/4725797 to your computer and use it in GitHub Desktop.
Save awreece/4725797 to your computer and use it in GitHub Desktop.
g++ -I../include -I../src/traces -I/Users/areece/Developer/bap/ocaml4/VEX/pub -g -O2 -L/usr/local/lib -L/usr/local/lib/x86_64/ -o print-ir print-ir.o ir_printer.o /Users/areece/Developer/bap/ocaml4/libasmir/src/libasmir.a /Users/areece/Developer/bap/ocaml4/VEX/libvex.a -lbfd -ldl -lopcodes -lz -lpcre -liberty -lbfd
Undefined symbols for architecture x86_64:
"_libintl_dgettext", referenced from:
_parse_arm_disassembler_option in libopcodes.a(arm-dis.o)
_print_arm_disassembler_options in libopcodes.a(arm-dis.o)
_print_insn_coprocessor in libopcodes.a(arm-dis.o)
_bfd_elf_string_from_elf_section in libbfd.a(elf.o)
_bfd_elf_get_elf_syms in libbfd.a(elf.o)
__bfd_elf_setup_sections in libbfd.a(elf.o)
__bfd_elf_make_section_from_shdr in libbfd.a(elf.o)
...
ld: symbol(s) not found for architecture x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment