From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4F949BBF.6020008@domain.hid> Date: Mon, 23 Apr 2012 02:01:03 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] libnative and libxenomai dependy problem List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Willy Lambert Cc: xenomai@xenomai.org On 04/23/2012 01:57 AM, Willy Lambert wrote: > Hi, > > I just run into the same kind of problem of a one year old discussion : > http://www.mail-archive.com/xenomai@xenomai.org > > having such kind of errors : > /usr/lib/libnative.so.3: undefined symbol: xeno_current_mode_key > I have a xenomai 2.6.0 recompiled from sources with the --dl-open > option enabled. > root@domain.hid):~# cat /proc/xenomai/version > 2.6.0 > > > I re-post something because I'm not sure it is up to date and as I > have the next version I am suprised the problem still arises > > I have 2 question : > _ did I missconfigured something in my compiller flags or linking ? > _ are the solutions of last thread still up to date ? > You need to dlopen libxenomai in order for dlopen(libnative) to succeed. -- Gilles.