home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / ultrix / 8960 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.6 KB  |  47 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!usenet.coe.montana.edu!osyjm
  3. From: osyjm@cs.montana.edu (Jaye Mathisen)
  4. Subject: Re: Contrib. X clients for Ultrix v4.3/X11R4?
  5. Message-ID: <1992Dec18.174356.23671@coe.montana.edu>
  6. Sender: usenet@coe.montana.edu (USENET News System)
  7. Organization: CS
  8. References: <1992Dec17.163921.25717@olaf.wellesley.edu>
  9. Date: Fri, 18 Dec 1992 17:43:56 GMT
  10. Lines: 35
  11.  
  12. In article <1992Dec17.163921.25717@olaf.wellesley.edu> lhawkins@annie.wellesley.edu (R. Lee Hawkins) writes:
  13. >I'm looking for a source of the following contributed xclients that will
  14. >compile under Ultrix v4.3/X11R4: 
  15. >
  16. >    xcolors
  17. >    xphoon
  18. >    xmeter
  19. >
  20. > The versions in the contrib dir of 
  21. >X11R5 give errors like:
  22. >
  23. >    Make:  Don't know how to make /usr/lib/libXext.a.  Stop.
  24. >
  25. >If there is a way around this error, that would be fine too.
  26.  
  27. I don't know why some contrib software has Imakefiles that seem to generate
  28. Makefiles with this problem, but I've never really looked at it.
  29.  
  30. Simple solution:  edit the Makefile, find the line that says something like:
  31.  
  32. DEPLIBS= $(DEPXAWLIB) ...
  33. DEPLIBS1=...
  34. DEPLIBS2=...
  35. DEPLIBS3=...
  36.  
  37. As I recall, I just comment out the DEPLIBS line, or maybe the 4 lines and the
  38. problem goes away.
  39.  
  40. I think it's got something to do with whether or not the dir that you're
  41. working in is in the proper spot in the original X11 tree...  I could
  42. be way off base here though.
  43. -- 
  44.  Jaye Mathisen, COE Systems Manager                (406) 994-4780
  45.  410 Roberts Hall,Dept. of Computer Science
  46.  Montana State University,Bozeman MT 59717    osyjm@cs.montana.edu
  47.