home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / windows / x / 20653 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.2 KB  |  44 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!das.wang.com!wang!news
  3. From: ori@marvin.technion.ac.il (Ori Degani)
  4. Subject: Re: tvtwm - cannot link
  5. Organization: Heart of Gold Institute
  6. Date: Thu, 31 Dec 1992 01:50:20 GMT
  7. Message-ID: <1992Dec31.015020.8177@discus.technion.ac.il>
  8. References: <1992Dec30.124846.178707@ipgaix.unipg.it>
  9. Sender: news@wang.com
  10. Lines: 32
  11.  
  12. Luca Priorelli (luca@dedalo.unipg.it) wrote:
  13. : I am trying to compile tvtwm on a SPARCstation with Solaris 1.0.1.
  14. : I am using the X files in the openwin distribution (should be X 11.4).
  15.  
  16. : The compilation is done right but when I link I get the following undefined
  17. : symbols:
  18. : _pow
  19. : _floor
  20. : _get_wmShellWidgetClass
  21. : _get_applicationSHellWidgetClass
  22. : __XtInherit
  23. : _XtToolkitInitialize
  24.  
  25. : The libraries specified in the Imakefile are:
  26. :     -lXmu -lXext -lX11
  27.  
  28. : to these I have added:
  29. :     -lXt
  30.  
  31. : It seems I still have to add something. Any hints?
  32.  
  33. 1) the order matters in the libs:  Xt must precede X11
  34. 2) seems like you need -lm (math)
  35. : Thamk you.
  36.  
  37. : Luca Priorelli
  38.  
  39. --
  40.    |  ----      Ori Degani
  41.    |  |___      ori@eddie.technion.ac.il   (Ship Computer on the HOG)
  42.    |  |         ori@marvin.technion.ac.il  (Who else) 
  43.    |  ----      s2973229@techst02.technion.ac.il (Ech..)   
  44.