home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / windows / x / 15900 < prev    next >
Encoding:
Text File  |  1992-08-31  |  1.7 KB  |  44 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!gatech!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
  3. From: amir@matis.UUCP (Amir Katz)
  4. Subject: SUMMARY: Help! I can't rebuild X11R5
  5. Message-ID: <9208310836.AA29683@simpson.turtles>
  6. X-Unparsable-Date: Mon, 31 Aug 92 11: 36:08 EET DST
  7. Sender: daemon@athena.mit.edu (Mr Background)
  8. Reply-To: matis!matis.ingr.COM!amir
  9. Organization: SEE Technologies Ltd.
  10. Date: Mon, 31 Aug 1992 14:29:34 GMT
  11. Lines: 31
  12.  
  13. A few days ago I complained that when I build the full X11R5 release, I get
  14. the following error (just an example)
  15.  
  16. making all in ./extensions/test...
  17. rm -f shapetest
  18. cc -o shapetest shapetest.o -L/usr/lang/SC1.0  -pipe
  19.    -L../.././extensions/lib -lXext  -L../.././lib/X -lX11 -L/usr/lib    
  20. ld: /usr/lib/libXt.so.4.10: rd_shsb: can't open shared library /usr/lib/libXt.so.4.10
  21. Compilation failed
  22. gmake[3]: *** [shapetest] Error 4
  23.  
  24. I found out that the shared libraries were built with other libs tied to
  25. them, for example:
  26.  
  27.   ld -o libXext.so.4.10 -assert pure-text [objects] -L../../lib/Xt -lXt etc.
  28.  
  29. This is because my sun.cf config file had the SunPost411FCSld flag set to
  30. YES. I did that, because I thought that if the patch applies to SunOS 4.1,
  31. it will be rolled into later versions of the OS and I'll stil need to set
  32. this variable. I was wrong, of course.
  33.  
  34. I fixed that, and some other unrelated problems, and now everything is
  35. dandy.
  36.  
  37. Sorry for the waster bandwidth.
  38. -- 
  39. /* ----------------------------------------------------------- */
  40. /*  Amir J. Katz             |   amir@matis.ingr.COM           */
  41. /*  System Specialist        |   Voice:  +972 52-584684        */
  42. /*  SEE Technologies Ltd.    |   Fax:    +972 52-543917        */
  43. /* ............ Solaris 2.0 - The Final Frontier ? ........... */
  44.