home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / protocol / iso / devenvi / 242 next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.5 KB

  1. Path: sparky!uunet!gumby!destroyer!news.itd.umich.edu!merit.edu!labovit
  2. From: labovit@merit.edu (Craig Labovitz)
  3. Newsgroups: comp.protocols.iso.dev-environ
  4. Subject: Problems compiling ISODE 8.0 on Sun
  5. Date: 21 Dec 1992 21:47:30 GMT
  6. Organization: Merit Network, Inc.  Ann Arbor, MI
  7. Lines: 41
  8. Distribution: world
  9. Message-ID: <1h5e1iINN2vb@terminator.rs.itd.umich.edu>
  10. NNTP-Posting-Host: merit.edu
  11.  
  12. I've had problems compiling ISODE 8.0 (with patch 1) on
  13. a Sun Sparc station running Sun 4.1.
  14.  
  15. For some strange reason, its not linking with the math
  16. libraries during the basic system make (i.e. ./make).
  17.  
  18. I get something like:
  19.   cc -g    -I. -I../h -DPEPYPATH  -PIC -c tsapd.c
  20.   cc -g -o xtsapd tsapd.o -L../ -lisode -L/usr/local/lib/ 
  21.   ld: Undefined symbol
  22.      _pow
  23.      _infinity
  24.   *** Error code 2
  25.   cc -g    -I. -I../h -DPEPYPATH  -PIC -c isod.c
  26.   cc -g -o xisod isod.o -L../ -lisode -L/usr/local/lib/ 
  27.   ld: Undefined symbol
  28.      _pow
  29.      _infinity
  30.   *** Error code 2
  31.   cc -g    -I. -I../h -DPEPYPATH  -PIC -c isoc.c
  32.   cc -g -o xisoc isoc.o -L../ -lisode -L/usr/local/lib/ 
  33.   ld: Undefined symbol
  34.      _pow
  35.      _infinity
  36.  
  37. and then the make continues on for a bit until it gets
  38. grumpy, and gives lots of errors about not being
  39. able to make assorted object files.
  40.  
  41. The make still fails even when I stick in flags to link with
  42. math library.
  43.  
  44. I have compiled ISODE 8.0 on other machines without a problem.
  45. Has anyone experienced anything similar?  Any suggestions?
  46.  
  47.  
  48. Thanks.
  49.  
  50. - Craig 
  51.  
  52.  
  53.