From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4B67EE95.9090509@domain.hid> Date: Tue, 02 Feb 2010 10:21:25 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <4B675733.3040902@domain.hid> <4B676938.4070805@domain.hid> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] Xenomai 2.5.0: rt_task_shadow fails when libnative is statically linked. List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Henri Roosen Cc: xenomai@xenomai.org Henri Roosen wrote: > I can confirm this works for me too. > > But aren't there any reasons to declare those functions with the > 'weak' attribute? The weak attribute is a directive to the linker or the loader, so, we do not need it when we declare things, only when we define them. -- Gilles.