home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / misc / 3574 < prev    next >
Encoding:
Text File  |  1992-11-10  |  944 b   |  44 lines

  1. Newsgroups: comp.lang.misc
  2. Path: sparky!uunet!ukma!darwin.sura.net!spool.mu.edu!teknetix!hiren
  3. From: hiren@teknetix.com (Hiren Shah)
  4. Subject: ld: Undefined symbol Problem
  5. Message-ID: <1992Nov10.211740.16384@teknetix.com>
  6. Sender: hiren@mtu.edu (Hiren Shah)
  7. Organization: Teknetix
  8. Date: Tue, 10 Nov 1992 21:17:40 GMT
  9. Lines: 33
  10.  
  11. Hi:
  12.  
  13. I am trying to "make" a program and foll. are the errors that I get:
  14.  
  15. ld: Undefined symbol
  16.    _sin
  17.    _cos
  18.    _pow
  19.    _floor
  20.    _get_wmShellWidgetClass
  21.    _get_applicationShellWidgetClass
  22.    _dlopen
  23.    _dlclose
  24.    _dlsym
  25. *** Error code 2
  26. make: Fatal error: Command failed for target `xdbx'
  27.  
  28.  
  29. I assume that one/two of the libraries are broken(one of them
  30. probably being the math library ...)
  31.  
  32. Can I just ftp the libraries fromn somewhere or do I have to get the
  33. compiler. ?  Or is there someway to fix it ?
  34.  
  35. Any suggestions will be appreciated.
  36.  
  37. Thanks
  38.  
  39. Hiren
  40.  
  41. Please reply to
  42. hiren@teksun.teknetix.com
  43.  
  44.