Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 9th, 2012  |  syntax: None  |  size: 0.71 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $ make
  2. make  all-am
  3. make[1]: Entering directory `/home/hirose31/repos/ftrace-0.93'
  4. gcc -fPIC -shared -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -lglib-2.0   -o libftrace.so libftrace_so-libftrace.o libftrace_so-prototype.o -ldwarf -lpthread -ldl -lelf
  5. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../lib/libdwarf.a(dwarf_die_deliv.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
  6. /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../lib/libdwarf.a: could not read symbols: Bad value
  7. collect2: ld returned 1 exit status
  8. make[1]: *** [libftrace.so] Error 1
  9. make[1]: Leaving directory `/home/hirose31/repos/ftrace-0.93'
  10. make: *** [all] Error 2