-- 
 "Love the dolphins," she advised him. "Write by W.A.S.T.E.."

---------- Forwarded message ----------
Date: Mon, 27 Nov 2000 11:17:12 +0100
From: Jesus Perez <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Problems using c++ in uClinux-coldfire

I have a problem using c++ in the uCLinux-coldfire when I compile a program
like that:

class A {
A();
~A();
};
A::A() {;};
A::~A() {;};
main()
{
A a;
}

This program does not do anything but I get lots of undefined symbols when
I execute the elf2flt.
If I extract the destructors, everything seems to be OK.

Does anyone know how to use destructors in the uClinux-coldfire enviroment?

Thanks



--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.

Reply via email to