home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / os2 / programm / 7175 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.3 KB  |  33 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!cs.utexas.edu!csc.ti.com!tilde.csc.ti.com!tms390!ccore
  3. From: ccore@tms390.micro.ti.com (Development Systems)
  4. Subject: Xwindows for OS/2
  5. Message-ID: <1992Dec22.194906.27572@tms390.micro.ti.com>
  6. Summary: Running Xwindows apps under OS/2
  7. Keywords: Xwindows
  8. Organization: Texas Instruments, Houston
  9. Distribution: comp
  10. Date: Tue, 22 Dec 1992 19:49:06 GMT
  11. Lines: 20
  12.  
  13. I am trying to take an Xwindows application and compile and run it under OS/2.
  14. I would like to be able to log into my machine running OS/2 from a 
  15. Sparcstation and have the program's UI be redirected to my workstation.   
  16. Most X programs allow you to do this by using the -display options or
  17. by setting the DISPLAY environment variable.
  18.  
  19. I have IBM's TCP/IP package which includes an X server, but in order to
  20. build an X client program I need to link with the Xlib library.  I
  21. also have the TCP/IP programmers kit, which does not contain Xlib, but
  22. does contain the libraries for TCP/IP.  I also have the latest distribution
  23. of mit X source.
  24.  
  25. It seems like I have all the ingredients to build the Xlib library myself.
  26. Has anyone done this before, or is there an easier way, is this even
  27. possible?
  28.  
  29. Eric Stotzer
  30. Software Development Systems
  31. Texas Instrumentts
  32. eric@tools.micro.ti.com
  33.