home *** CD-ROM | disk | FTP | other *** search
/ pc.louisiana.edu/pub/unix/ / Louisiana_UNIX.tar / Louisiana_UNIX / xspread3.0.zoo / make.out < prev    next >
Text File  |  1994-08-18  |  3KB  |  64 lines

  1. rm -f cmds.o
  2. gcc -c -O   -I/usr/openwin/include         cmds.c
  3. cmds.c: In function `backup_file':
  4. cmds.c:2063: warning: assignment makes pointer from integer without a cast
  5. cmds.c: In function `fsuffix':
  6. cmds.c:2125: warning: assignment makes pointer from integer without a cast
  7. cmds.c:2133: warning: assignment makes pointer from integer without a cast
  8. rm -f crypt.o
  9. gcc -c -O   -I/usr/openwin/include         crypt.c
  10. rm -f format.o
  11. gcc -c -O   -I/usr/openwin/include         format.c
  12. format.c: In function `engformat':
  13. format.c:626: warning: assignment makes pointer from integer without a cast
  14. format.c:627: warning: assignment makes pointer from integer without a cast
  15. make: Warning: Too many rules defined for target gram.o
  16. rm -f gram.o
  17. gcc -c -O   -I/usr/openwin/include         gram.c
  18. rm -f graphic_main.o
  19. gcc -c -O   -I/usr/openwin/include         graphic_main.c
  20. rm -f help.o
  21. gcc -c -O   -I/usr/openwin/include         help.c
  22. rm -f interp.o
  23. gcc -c -O   -I/usr/openwin/include         interp.c
  24. interp.c: In function `doext':
  25. interp.c:1182: warning: assignment makes pointer from integer without a cast
  26. rm -f lex.o
  27. gcc -c -O   -I/usr/openwin/include         lex.c
  28. rm -f matrix.o
  29. gcc -c -O   -I/usr/openwin/include         matrix.c
  30. rm -f plot_XY.o
  31. gcc -c -O   -I/usr/openwin/include         plot_XY.c
  32. rm -f plot_bar.o
  33. gcc -c -O   -I/usr/openwin/include         plot_bar.c
  34. rm -f plot_line.o
  35. gcc -c -O   -I/usr/openwin/include         plot_line.c
  36. rm -f plot_pie.o
  37. gcc -c -O   -I/usr/openwin/include         plot_pie.c
  38. rm -f plot_stk_bar.o
  39. gcc -c -O   -I/usr/openwin/include         plot_stk_bar.c
  40. rm -f sc.o
  41. gcc -c -O   -I/usr/openwin/include         sc.c
  42. sc.c: In function `main':
  43. sc.c:261: warning: assignment makes pointer from integer without a cast
  44. rm -f range.o
  45. gcc -c -O   -I/usr/openwin/include         range.c
  46. rm -f screen.o
  47. gcc -c -O   -I/usr/openwin/include         screen.c
  48. rm -f scXstuff.o
  49. gcc -c -O   -I/usr/openwin/include         scXstuff.c
  50. rm -f utils.o
  51. gcc -c -O   -I/usr/openwin/include         utils.c
  52. rm -f vi.o
  53. gcc -c -O   -I/usr/openwin/include         vi.c
  54. vi.c: In function `search_again':
  55. vi.c:711: warning: assignment makes pointer from integer without a cast
  56. vi.c:713: warning: assignment makes pointer from integer without a cast
  57. rm -f vmtbl.o
  58. gcc -c -O   -I/usr/openwin/include         vmtbl.c
  59. rm -f xmalloc.o
  60. gcc -c -O   -I/usr/openwin/include         xmalloc.c
  61. gcc -O   -I/usr/openwin/include        -target sun4 -c  version.c
  62. rm -f xspread
  63. gcc -o xspread cmds.o crypt.o format.o gram.o graphic_main.o help.o interp.o lex.o  matrix.o plot_XY.o plot_bar.o plot_line.o plot_pie.o plot_stk_bar.o  sc.o range.o screen.o scXstuff.o utils.o vi.o vmtbl.o xmalloc.o  version.o -O  -L/usr/openwin/lib   -lXext -lX11 -lm 
  64.