From: stan <st...@uc...> - 2003-04-10 20:52:53
|
Hi, Another student and myself are having problems with the 2.6.1 release. we are using: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-85) The installation proceeds without any errors. when we try to build the samples by running "make all" we get the following result: ../src/occ -m -I../gc -I../src -- -g VerboseClass.mc ../src/occ -- -g -o person person.cc lt_dlopen(VerboseClass.so) failed: ./VerboseClass.so: undefined symbol: __tiQ27Opencxx5Class make: *** [person] Error 1 we are both having the same error. Also when working with my previous project I get a similar error with version 2.6.1 while version 2.5.12 works perfectly. any ideas? thanks |