home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / programm / 7693 < prev    next >
Encoding:
Internet Message Format  |  1992-12-11  |  938 b 

  1. Path: sparky!uunet!ornl!utkcs2!darwin.sura.net!udel!wupost!crcnis1.unl.edu!moe.ksu.ksu.edu!ux1.cso.uiuc.edu!bert.eecs.uic.edu!uicvm.uic.edu!u54876
  2. Organization: University of Illinois at Chicago
  3. Date: Friday, 11 Dec 1992 16:42:14 CST
  4. From: <U54876@uicvm.uic.edu>
  5. Message-ID: <92346.164214U54876@uicvm.uic.edu>
  6. Newsgroups: comp.sys.next.programmer
  7. Subject: _very_ basic RenderMan question
  8. Lines: 24
  9.  
  10. Hello -
  11.  
  12.   To all you experienced NeXT programmers out there, a very basic question abou
  13. t RenderMan from someone who has just started programming.
  14.   I have copied, verbatim, the "minimal program using RenderMan" from page 18
  15. of The RenderMan Companion, saved it as test.c, and tried to compile it using:
  16. cc -lMedia_s test.c -o test
  17.  
  18. I get:
  19.  
  20. /bin/ld: Undefined symbols:
  21. _RiBegin
  22. _RiWorldBegin
  23. _RiSurface
  24. _RI_P
  25. _RiPolygon
  26. _RiWorldEnd
  27. _RiEnd
  28.  
  29. Can anyone take a little time to e-mail some help to me?  It would be greatly
  30. appreciated.
  31.  
  32. -Tom
  33.  
  34.