home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / windows / x / 21507 < prev    next >
Encoding:
Text File  |  1993-01-23  |  1.6 KB  |  53 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!mcsun!julienas!lri!wacren
  3. From: wacren@lri.fr (Laurent WACRENIER)
  4. Subject: Re: Sun X install problem
  5. Message-ID: <1993Jan23.124121.25062@lri.fr>
  6. Sender: wacren@lri.fr (Laurent WACRENIER)
  7. Organization: Laboratoire de Recherche en Informatique
  8. References:  <1993Jan20.174425.2485@bmw.mayo.edu>
  9. Date: Sat, 23 Jan 1993 12:41:21 GMT
  10. Lines: 41
  11.  
  12.  
  13. In article <1993Jan20.174425.2485@bmw.mayo.edu>, tmk@mayo.edu (Tom
  14. Kinter) writes:
  15. |> -platform: Sun4 SunOS-4.1.3
  16. |> -all 21 patches installed with no problems
  17. |> -mofified sun.cf to reflect SunOS 4.1.3
  18. |> -modified sunLib.tmpl according to news article 18 Jan entitled:
  19. |>  "Sun X build problem (not found in FAQ)"
  20. |> -"make World >& world.log" worked fine, excepty for some "illegal
  21. |> pointer combination"
  22. |>   errors for extensions/lib/PEX/archive/ar_conv.c
  23. |> -"make install >& install.log" fails
  24. |>   .
  25. |>   .
  26. |>   .
  27. |>   installing in ./clients/xterm...
  28. |>   rm -f xterm.inst
  29. |>   cc -o xterm.inst main.o input.o charproc.o cursor.o util.o tabs.o 
  30. |> screen.o
  31. |>   scrollbar.o button.o Tekproc.o misc.o  VTPrsTbl.o TekPrsTbl.o
  32. |> data.o menu.o -O -pipe
  33. |>   -lXaw -lXmu -lXt -lXext -lX11    -ltermcap  
  34. |>   ld: Undefined symbol 
  35. |>      _XmuCvtStringToGravity 
  36. |>      _XtShellStrings 
  37. |>      _sin
  38. |>      _cos
  39. |>      _pow
  40. |>      _floor
  41. |>      _get_wmShellWidgetClass
  42. |>     _get_applicationShellWidgetClass
  43. |>   *** Error code 2
  44. |>   .
  45. |>   .
  46. |>   .
  47. |> 
  48.  
  49.     - The `.o' include path (-I option) or the library path (-L option) are
  50. pehaps not compatibles. Look at your LD_LIBRARY_PATH environement variable.
  51.  
  52.     - Add `-lm' to link with the mathematical library. (sin, cos, pow, floor)
  53.