Mail Archives: djgpp-workers/1998/02/26/03:03:26
Robert Hoehne wrote:
> _PLEASE_ test the distrib. Here what I'm special interested in:
> - Any problems (of course only DJGPP related, since I haven't
> the time to fix core gcc bugs)
I think I encountered a problem with gpp.
When classes have virtual methods some calls to __rtti_si or __rtti_user
are issued, but these are not part of libgpp.a, resulting in linker
errors.
Basically:
class Hoi
{
public:
virtual unsigned lifeSucks ()
{
return 0;
}
};
compiles successful, but does not link.
I'm sure I have the right libraries/bins installed in the right place.
Could it be that these fns are missing from libgpp.a? Or maybe the
compiler not configured correctly?
--
\ Vik /-_-_-_-_-_-_/
\___/ Heyndrickx /
\ /-_-_-_-_-_-_/
- Raw text -