home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14141 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.5 KB

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!sdd.hp.com!wupost!uwm.edu!daffy!uwvax!astroatc!vidiot!ftms!brown
  2. From: brown@ftms.UUCP (Vidiot)
  3. Newsgroups: comp.windows.x
  4. Subject: Re: compile error
  5. Message-ID: <247@ftms.UUCP>
  6. Date: 21 Jul 92 07:04:20 GMT
  7. References: <1992Jul20.121551.22457@kth.se>
  8. Reply-To: brown@ftms.UUCP (Vidiot)
  9. Organization: Vidiot's Other Hangout
  10. Lines: 39
  11.  
  12. In article <1992Jul20.121551.22457@kth.se> tomasc@lionfish.tds.kth.se (Tomas Carlsson) writes:
  13. <I'm trying to compile a program I've written. I've stolen and
  14. <modified a Makefile but I'm not able to understand this error:
  15. <
  16. <   ld: Undefined symbol 
  17. <      _error 
  18. <      _pow
  19. <      _floor
  20.  
  21. I don't know about these two.
  22.  
  23.  
  24.  
  25. This one requires -lm as the last in the library list.
  26. <      _get_wmShellWidgetClass
  27. <      _get_applicationShellWidgetClass
  28. <      __XtInherit
  29.  
  30. These two are a kicker for many OW3.0 applications.  I just got through trying
  31. to hunt this one down.  These two are in the $OW30/lib/libXmu.a library, but
  32. they are not in libXmu.so.4.0, so the link fails.  Did Sun screw up the library?
  33. Are all of our compiles doomed?
  34.  
  35. <      _XtToolkitInitialize
  36. <   *** Error code 2
  37.  
  38. I don't know about these two.
  39.  
  40. <I include the following files:
  41. <used devguide)
  42. <
  43. <   -lguidexv -lguide -lxview -lolgx -lXmu -lXt -lXext -lX11
  44.  
  45. You need -lm at the end of the list.
  46. -- 
  47. harvard\
  48.   ucbvax!uwvax!astroatc!ftms!brown  or  uu2.psi.com!ftms!brown
  49. rutgers/
  50. INTERNET: brown@wi.extrel.com  or  ftms!brown%astroatc.UUCP@cs.wisc.edu
  51.