home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sgi / 11631 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  2.7 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!mips!swrinde!cs.utexas.edu!ut-emx!shrike!flash
  2. From: flash@austin.lockheed.com (James W. Melton)
  3. Newsgroups: comp.sys.sgi
  4. Subject: make and SGI sales (unrelated)
  5. Summary: problems with make and sales gripes
  6. Keywords: make sccs
  7. Message-ID: <1110@shrike.com>
  8. Date: 30 Jul 92 02:57:49 GMT
  9. Organization: "Lockheed Austin Division, 6800 Burleson Rd, Austin, TX 78744
  10. Lines: 60
  11.  
  12. I have two unrelated issues. First the important one. Ever since
  13. making the switch from Sun to SGI, I have never looked back. Nor do
  14. I want to. Except for one thing. Make on the Sun seems to be vastly
  15. superior to make on SGI.
  16.  
  17. The documentation of make in the SGI manuals is spartan at best.
  18. Also, some of the best features of Sun make are not available on
  19. the SGI, like shell assignements of macros; e.g.,
  20.  
  21.     CURRENT_DIR = `pwd`
  22.  
  23. However, some things which _ought_ to work on the SGI are not
  24. working for me. For example, consider the following makefile
  25. fragment (pardon me if there are minor syntax errors; I am making
  26. this up as I go):
  27.  
  28.     OBJECTS = func1.o func2.o func3.o
  29.     PROGRAM = foo
  30.  
  31.     all: $(PROGRAM)
  32.  
  33.     $(PROGRAM): $(OBJECTS)
  34.         $(CC) -o $@ $(OBJECTS)
  35.  
  36. I have an SCCS directory which contains SCCS files for func1.c,
  37. func2.c, and func3.c. Running make with this makefile gives the
  38. error:
  39.  
  40.     Don't know how to make func1.o
  41.  
  42. According the man page (and I verified the .c~.o rule) make should
  43. extract func1.c from SCCS and compile it to produce func1.o (same
  44. for the other files). Why doesn't this work? I called the TAC, and
  45. the dispatcher said she had just taken another call on a similar
  46. problem. Does anyone have any hints or answers? Is this an FAQ?
  47.  
  48. ---------------------------------------
  49.  
  50. Second topic. Recently, I tried to call my local sales rep. It
  51. turns out that he didn't meet his sales quota and SGI let him go.
  52. This is a shame, because he was one of the best salesmen I have
  53. ever known. He was personally responsible for convincing me that
  54. SGI is a reputable company with solid support behind the product.
  55. He is a lot less greasy than your typical sales lizard.
  56.  
  57. The question is: is this normal procedure for SGI? Miss a quota and
  58. hit the road? Does this imply anything about SGI's current or
  59. future financial picture? I really need a local sales rep. We are
  60. in the midst of a pitched evangelism campaign and I can't do SGI's
  61. sales job for them. Calling some guy in California won't cut it.
  62. What is SGI's policy for local sales reps?
  63.  
  64. Just curious.
  65.  
  66. -----
  67. -- 
  68. Jim Melton, novice guru
  69. email:      flash@austin.lockheed.com | "So far as we know, our
  70. voice mail: (512) 386-4486            |  computer has never had
  71. fax:        (512) 386-4223            |  an undetected error"
  72.