Naoki Hashimoto (naoki++at++cs.titech.ac.jp)
Sat, 06 Jun 1998 09:42:10 +0900
I am trying to develop a simple Performer application with Performer2.0.
In this trial, I have a question.
I made a simple class in generic.C of perfly-sources, and
compiled(PFSTYLE=N32) correctly. But, when I executed that,
a error was occured like following:
7478:./perfly: rld: Fatal Error: attempted access to unresolvable symbol in ./perfly: __vec_new2
<Question>: What is this error's cause ?
My system is Onyx(RealityEngine2-3pipe), and OS is IRIX6.2.
My simple class is:
-----------------------
class TEST {
private:
int data;
public:
TEST(){
fprintf(stderr, "Const!\n");
}
};
void
InitScene(void)
{
TEST test[10];
....
}
----------------------------
Thanks for your help
Naoki
--- Naoki Hashimoto Graduate School of Information Science & Engineering, Tokyo Institute of Technology Tel. +81(3)5734-2183 Fax. +81(3)5734-3926 E-mail: naoki++at++cs.titech.ac.jp======================================================================= List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/ Submissions: info-performer++at++sgi.com Admin. requests: info-performer-request++at++sgi.com
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:57:30 PDT