home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / windows / x / 15833 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  2.3 KB

  1. Path: sparky!uunet!cs.utexas.edu!uwm.edu!ogicse!mintaka.lcs.mit.edu!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
  2. From: amir@matis.UUCP (Amir Katz)
  3. Newsgroups: comp.windows.x
  4. Subject: Help! I can't rebuild X11R5
  5. Message-ID: <9208280747.AA01249@simpson.turtles>
  6. Date: 28 Aug 92 19:14:53 GMT
  7. Article-I.D.: simpson.9208280747.AA01249
  8. Sender: daemon@athena.mit.edu (Mr Background)
  9. Reply-To: matis!matis.ingr.COM!amir
  10. Organization: SEE Technologies Ltd.
  11. Lines: 43
  12. X-Unparsable-Date: Fri, 28 Aug 92 10: 47:36 EET DST
  13.  
  14. Xperts,
  15. I'm desparate. I've installed patches 13-17, and the XIDLE extension, and
  16. rebuilt the full release. When I bring it up, after a minute or so, the
  17. server dies. I assumed that XIDLE is to blame, so I removed the extension
  18. and tried to rebuild. Now I'm getting errors when I'm build ANY executable.
  19. For example: 
  20.  
  21. making all in ./extensions/test...
  22. rm -f shapetest
  23. cc -o shapetest shapetest.o -L/usr/lang/SC1.0  -pipe
  24.    -L../.././extensions/lib -lXext  -L../.././lib/X -lX11 -L/usr/lib    
  25. ld: /usr/lib/libXt.so.4.10: rd_shsb: can't open shared library /usr/lib/libXt.so.4.10
  26. Compilation failed
  27. gmake[3]: *** [shapetest] Error 4
  28.  
  29. I get the same error for all executables.
  30. LD_LIBRARY_PATH is not defined, and as far as I can tell, in this
  31. simple-minded case, shapetest.c does not use any toolkit stuff, so why does
  32. it want to access libXt.
  33. I typed 'ldconfig' to no avail. I made the libXt.so.* executable - also no
  34. help here:
  35.   -rw-r--r--  1 root       428374 Aug 28 10:09 /lib/libXt.a
  36.   -rw-r--r--  1 root         5398 Aug 28 10:09 /lib/libXt.sa.4.10
  37.   -rwxr-xr-x  1 root       385024 Aug 28 10:09 /lib/libXt.so.4.10*
  38.  
  39. I'm using Sun's Unbundled C compiler, version SC1.0, on a Sun SS1+ w/SunOS
  40. 4.1.2. 
  41. Before I restore X11R5 from tape, re-apply patches 1-12 and rebuild, does
  42. anyone have an idea?
  43.  
  44. As far as I rememeber, up to patch #12, inclusive, I built with Sun's native
  45. cc compiler. I'm perfectly aware that The -O Option For The Sun Unbundled C
  46. compiler is brain-dead, so I tweaked the config files not to use it.
  47.  
  48. Help!!
  49.  
  50. Thanks in advance,
  51. -- 
  52. /* ----------------------------------------------------------- */
  53. /*  Amir J. Katz             |   amir@matis.ingr.COM           */
  54. /*  System Specialist        |   Voice:  +972 52-584684        */
  55. /*  SEE Technologies Ltd.    |   Fax:    +972 52-543917        */
  56. /* ............ Solaris 2.0 - The Final Frontier ? ........... */
  57.