home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 21225 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.8 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!asuvax!ncar!vexcel!copper!slate!iarit
  2. From: iarit@slate.mines.colorado.edu (ARIT ISMAIL)
  3. Newsgroups: comp.os.linux
  4. Subject: rayshade.4.0. and gcc ....
  5. Message-ID: <1992Dec19.005615.29491@slate.mines.colorado.edu>
  6. Date: 19 Dec 92 00:56:15 GMT
  7. Organization: Colorado School of Mines
  8. Lines: 48
  9.  
  10. Hi ,
  11.  
  12. I am trying to compile rayshade.4.0. on SLS .98p5 Linux
  13. with no luck.. First, I got rayshade406.tar.Z(with compiled libs)
  14. from tsx-11 but couldn't manage to compile rayshade. Then, I got the
  15. original source code form some other ftp site, managed to 
  16. create libs, but can't link libs with .o files.
  17. I guess it is something related with shared lib stuff. 
  18. Here is the error;
  19. ....
  20. ...
  21. ..
  22. make[2]: `../libray.a' is up to date.
  23. make[1]: `libshade.a' is up to date.
  24. gcc -O -o rayshade main.o raytrace.o version.o ../libshade/libshade.a
  25. ../libray/libray.a  
  26. make[1]: *** [rayshade] Error 1
  27. ../libshade/libshade.a(viewing.o): Undefined symbol _tan referenced
  28. from text segment
  29. ../libshade/libshade.a(viewing.o): Undefined symbol _tan referenced
  30. from text segment
  31. ../libshade/libshade.a(shade.o): Undefined symbol _pow referenced
  32. from text segment
  33. ...
  34. ... 
  35. ..
  36. ../libshade/libshade.a(lex.o): Undefined symbol _yylval referenced
  37. from text segment
  38. ../libshade/libshade.a(lex.o): Undefined symbol _yylval referenced
  39. from
  40. ....
  41. ...
  42. ..
  43. ../libray/libray.a(intersect.o): Undefined symbol _BoundsIntersect
  44. referenced from text segment
  45. ../libray/libray.a(intersect.o): Undefined symbol _TransResolveAssoc
  46. referenced from text segment
  47. ../libray/libray.a(intersect.o): Undefined symbol _RayTransform
  48. referenced from text segment
  49. ...
  50. ...
  51. ..
  52. (I didn't include all the error message, since, all the same kind)
  53.  
  54. Anybody has any idea what's going on..??
  55. I really appreciate any help..
  56.  
  57. iarit@slate.mines.colorado.edu
  58.