home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / windows / openloo / 4491 < prev    next >
Encoding:
Text File  |  1992-11-13  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.windows.open-look
  2. Path: sparky!uunet!cs.utexas.edu!sun-barr!news2me.EBay.Sun.COM!cronkite.Central.Sun.COM!sixgun.East.Sun.COM!newscan!mitaine!mario
  3. From: mario@sun.com (Mario Dorion - Sun Montreal SE)
  4. Subject: Re: Linking, undefined symbols get_wmShellWidge
  5. Message-ID: <1992Nov13.135717.21098@newscan.canada.sun.com>
  6. Sender: news@newscan.canada.sun.com
  7. Nntp-Posting-Host: mitaine.canada.sun.com
  8. Reply-To: mario@sun.com
  9. Organization: Sun Microsystems du Canada
  10. References: <1dul2nINNr4t@manuel.anu.edu.au>
  11. Date: Fri, 13 Nov 1992 13:57:17 GMT
  12. Lines: 22
  13.  
  14. In article 1dul2nINNr4t@manuel.anu.edu.au, johng@cres1.anu.edu.au (John Gallant) writes:
  15. >I have an application I have written using the Athena widget set running
  16. >on several flavours of Sun-4 under OpenWindows 2. I recently sent a copy
  17. >off to some colleagues to compile on their Sun (also a Sun-4 I think,
  18. >forgot to check this) which has OpenWindows 3. They got two undefined
  19. >symbols at link phase (these were dictated over the phone so there may
  20. >be slight errors):
  21. >
  22. >    get_wmShellWidgetClass
  23. >    get_applicationShellWidgetClass
  24. >
  25.  
  26. This is in the FAQ.
  27.  
  28. Our dynamic version of libXmu is broken in the sense that these two
  29. definitions are missing. Use the static one instead.
  30.  
  31. For exemple:
  32.     cc -o toto toto.c -lXaw -Bstatic -lXmu -Bdynamic -lXt -lX11 -lXext
  33.  
  34. Mario Dorion - Sun Montreal
  35.  
  36.