From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <51ACDEEF.5090302@xenomai.org> Date: Mon, 03 Jun 2013 20:22:39 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <1370278240.95211.YahooMailNeo@web172203.mail.ir2.yahoo.com> In-Reply-To: <1370278240.95211.YahooMailNeo@web172203.mail.ir2.yahoo.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] gcc error: posix.wrappers List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Franz Engel Cc: "xenomai@xenomai.org" On 06/03/2013 06:50 PM, Franz Engel wrote: > Hi, > > I've a little problem. When I try to compile my code with my new system (xenomai 2.6.2.1) I get the following error: > gcc: error: ;-Wl,@/usr/xenomai/lib/posix.wrappers: No such file or directory If the build-tool you use supports pkg-config, you may find it easier to use the .pc files installed by xenomai. The posix skin library "package name" is libxenomai_posix (so the .pc file is called libxenomai_posix.pc). -- Gilles.