Re: undefined reference to '__cxa_pure_virtual' while using -nodefaultlibs

2005-09-28 Thread Paul Pluzhnikov
"Hansen" <[EMAIL PROTECTED]> writes: > I'm compiling a C++ program to an ARM7 where I've used pure virtual Oh, and please learn to cross-post instead of multi-posting. Cheers, -- In order to understand recursion you must first understand recursion. Remove /-nsp/ for email.

Re: undefined reference to '__cxa_pure_virtual' while using -nodefaultlibs

2005-09-28 Thread Paul Pluzhnikov
"Hansen" <[EMAIL PROTECTED]> writes: > As far as I've understod, this happens when using g++ > for compiling and gcc for linking, but I'm using g++ in both cases. It happens when correct libraries are not present on the link line. One way to arrange for that is to link with 'gcc', anouther is to