[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: [rtl] Follow-Up to Constructors/Destructors





On Fri, 1 May 1998, Daniele Lugli wrote:

> 
> No. I have several objects, even if none has a destructor.
> (By the way, I tried to add an empty destructor and I got "free undefined").
> 
> Daniele
> 
> --- [rtl] ---
> For more information on Real-Time Linux see:
> http://rtlinux.cs.nmt.edu/
> 


Isn't this the problem of linking statically with libc?  Kernel drivers
don't have the luxury of access to the runtime libraries.  Seems to me that
if "free" is undefined, then it's not linked into the object.

Just guessing.

Ken

--- [rtl] ---
For more information on Real-Time Linux see:
http://rtlinux.cs.nmt.edu/