Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.03 KB | None | 0 0
  1. fabiano@fabiano-Inspiron-7520 ~/faculdade/assembly/i8086emu-src-0.9.2 $ make
  2. make[1]: Entering directory `/home/fabiano/faculdade/assembly/i8086emu-src-0.9.2/src'
  3. if [ "0" != "0" ]; then make i8086gui;else echo "GTK GUI is disabled - may be you lack of gtk!";fi;
  4. GTK GUI is disabled - may be you lack of gtk!
  5. if [ 1 -eq 1 ]; then make i8086text;fi;
  6. make[2]: Entering directory `/home/fabiano/faculdade/assembly/i8086emu-src-0.9.2/src'
  7. gcc -g -O2 -shared -fPIC devices/i8086pic.c i8086error.o i8086messages.o i8086util.o -o devices/i8086pic.so
  8. /usr/bin/ld: i8086error.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  9. i8086error.o: error adding symbols: Bad value
  10. collect2: error: ld returned 1 exit status
  11. make[2]: *** [devices/i8086pic.so] Error 1
  12. make[2]: Leaving directory `/home/fabiano/faculdade/assembly/i8086emu-src-0.9.2/src'
  13. make[1]: *** [all] Error 2
  14. make[1]: Leaving directory `/home/fabiano/faculdade/assembly/i8086emu-src-0.9.2/src'
  15. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement