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

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