home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / windows / x / 20747 < prev    next >
Encoding:
Text File  |  1993-01-05  |  1.9 KB  |  50 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!malgudi.oar.net!caen!sdd.hp.com!spool.mu.edu!umn.edu!csus.edu!netcom.com!julia
  3. From: julia@netcom.com (Julia Miller)
  4. Subject: Building X11R5 for solaris
  5. Message-ID: <1993Jan5.055225.11000@netcom.com>
  6. Keywords: X11R5, Solaris
  7. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  8. Date: Tue, 5 Jan 1993 05:52:25 GMT
  9. Lines: 39
  10.  
  11.  
  12. Subject: Building X11R5 on Solaris 2.1
  13.  
  14. Help,
  15.  
  16. I am trying to get X11R5, PL21, Local-cc, to compile on Solaris 2.1.
  17. Most of it compiles with the following exceptions, so far.
  18. Any help with this would be greatly appreciated.
  19.  
  20. 1) Building Xsun, the following undefines occur:
  21.     __authenticate  in server/os/rcpauth.c
  22.     _sunGXInit      in server/ddx/sun/sunGC6C.c
  23.     _on_exit        in server/ddx/sun/sunInit.c
  24.     _stipplestack   in server/cbf/cfbglblt8.c
  25.     _stipplestackte in server/cbf/cfbglblt8.c
  26.     
  27.     __authenticate appears to be defined in /usr/lib/libnsl.a, but I can't
  28.         get the linker to notice that it is there
  29.     I couln't find _sunGXInit anywhere.
  30.     I couldn'y find _on_exit anywhere.
  31.     _stipplestack and _stipplestackte are in libcbf.a which is linked into
  32.         Xsun, but once more these aren't found. These symbols are created
  33.     from the assembly files stipstack.s and stipstackte.s and exist
  34.        in the libcbf.a as mentioned.
  35.  
  36. 2) Building xterm the line following appears:
  37.     struct ttysize ts;
  38.    The structure ttysize is declared in <sys/ptyvar.h> which is not included.
  39.    Including that requires including at least 4 other include files.
  40.    Then I gave up. Any ideas?
  41.  
  42. 3) As a note, building the server there are a bunch of references to 
  43.    files in the directory <sun/*.h> and (sundev/*.h>
  44.    These files are now all located in <sys/*.h> where * hasn't changed.
  45.  
  46. Please help this lowly system administrator who has had this task dumped
  47. on her.
  48. Julia @ The Fuedal Factory
  49. julia@netcom.com
  50.