From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4522849E.7070409@domain.hid> Date: Tue, 03 Oct 2006 10:41:18 -0500 From: Jeff Webb MIME-Version: 1.0 Subject: Re: [Xenomai-help] POSIX skin and dynamic libs References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai-help gilles.chanteperdrix wrote: >> I have a main program that dynamically loads shared library >> modules using dlopen(). I would like to create a shared >> library module that is able to spawn a Xenomai RT thread. >> This seems like it should be possible, but I get the >> following error when loading the module: >> >> IOError: /usr/xenomai/lib/libpthread_rt.so.0: undefined symbol: >> __real_pthread_getschedparam > > The wrapper for __real_pthread_getschedparam is missing in > src/skins/posix/wrappers.c, try adding it. That works. Thanks, again! -Jeff