Advertisement
Guest User

Untitled

a guest
Nov 21st, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. gcc -O -Werror -DTERMIOS -o ScanTool main.o main_menu.o serial.o options.o sensors.o trouble_code_reader.o custom_gui.o error_handlers.o about.o reset.o `allegro-config --libs --static`
  2. /usr/bin/ld: cannot find -lSM
  3. /usr/bin/ld: cannot find -lICE
  4. /usr/bin/ld: cannot find -lXxf86dga
  5. /usr/bin/ld: cannot find -lSM
  6. /usr/bin/ld: cannot find -lICE
  7. collect2: error: ld returned 1 exit status
  8. make: *** [ScanTool] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement