Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. setuid@ebonhawk:~/workspace/smat/gate/src$ pfexec ln -s /opt/gcc4/lib/gcc/i386-pc-solaris2.11 /opt/gcc4/lib/gcc/i386-pc-auroraux2.1
  2. setuid@ebonhawk:~/workspace/smat/gate/src$ dmake
  3. dmake: defaulting to parallel mode.
  4. See the man page dmake(1) for more information on setting up the .dmakerc file.
  5. ebonhawk --> 1 job
  6. clang -g -c smatty.c smat.h
  7. ebonhawk --> 2 jobs
  8. clang -g -c screen.c screen.h smat.h
  9. ebonhawk --> Job output
  10. clang -g -c screen.c screen.h smat.h
  11. screen.c:73:4: warning: expression result unused [-Wunused-value]
  12. *pattern++;c++;
  13. ^~~~~~~~~~
  14. screen.c:79:3: warning: expression result unused [-Wunused-value]
  15. *string++; pos++;
  16. ^~~~~~~~~
  17. screen.c:227:25: warning: expression result unused [-Wunused-value]
  18. while(isspace(*sofl)) *sofl++;
  19. ^~~~~~~
  20. 3 diagnostics generated.
  21. ebonhawk --> 1 job
  22. clang -g -o bin/smatty smatty.o screen.o
  23. ebonhawk --> Job output
  24. clang -g -o bin/smatty smatty.o screen.o
  25. clang: warning: argument unused during compilation: '-g'
  26. ld: fatal: library -lgcc: not found
  27. ld: fatal: library -lgcc: not found
  28. ld: fatal: file processing errors. No output written to bin/smatty
  29. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  30. *** Error code 1
  31. dmake: Fatal error: Command failed for target `smatty'
  32. setuid@ebonhawk:~/workspace/smat/gate/src$
Add Comment
Please, Sign In to add comment