home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.x
- 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
- From: julia@netcom.com (Julia Miller)
- Subject: Building X11R5 for solaris
- Message-ID: <1993Jan5.055225.11000@netcom.com>
- Keywords: X11R5, Solaris
- Organization: Netcom - Online Communication Services (408 241-9760 guest)
- Date: Tue, 5 Jan 1993 05:52:25 GMT
- Lines: 39
-
-
- Subject: Building X11R5 on Solaris 2.1
-
- Help,
-
- I am trying to get X11R5, PL21, Local-cc, to compile on Solaris 2.1.
- Most of it compiles with the following exceptions, so far.
- Any help with this would be greatly appreciated.
-
- 1) Building Xsun, the following undefines occur:
- __authenticate in server/os/rcpauth.c
- _sunGXInit in server/ddx/sun/sunGC6C.c
- _on_exit in server/ddx/sun/sunInit.c
- _stipplestack in server/cbf/cfbglblt8.c
- _stipplestackte in server/cbf/cfbglblt8.c
-
- __authenticate appears to be defined in /usr/lib/libnsl.a, but I can't
- get the linker to notice that it is there
- I couln't find _sunGXInit anywhere.
- I couldn'y find _on_exit anywhere.
- _stipplestack and _stipplestackte are in libcbf.a which is linked into
- Xsun, but once more these aren't found. These symbols are created
- from the assembly files stipstack.s and stipstackte.s and exist
- in the libcbf.a as mentioned.
-
- 2) Building xterm the line following appears:
- struct ttysize ts;
- The structure ttysize is declared in <sys/ptyvar.h> which is not included.
- Including that requires including at least 4 other include files.
- Then I gave up. Any ideas?
-
- 3) As a note, building the server there are a bunch of references to
- files in the directory <sun/*.h> and (sundev/*.h>
- These files are now all located in <sys/*.h> where * hasn't changed.
-
- Please help this lowly system administrator who has had this task dumped
- on her.
- Julia @ The Fuedal Factory
- julia@netcom.com
-