From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cristau Subject: Re: [PATCH 2/2] configure.ac: Do not include `x11-xcb`, `xcb-dri2` and `xcb-aux` in `XVMCLIB` Date: Mon, 4 Feb 2013 22:28:51 +0100 Message-ID: <20130204212850.GA8837@radis.cristau.org> References: <1359842415.5545.7.camel@mattotaupa> <20130203093213.GB9892@cantiga.alporthouse.com> <1359894544.5048.16.camel@mattotaupa> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from coloquinte.cristau.org (coloquinte.cristau.org [91.121.16.100]) by gabe.freedesktop.org (Postfix) with ESMTP id D06EDE5EA9 for ; Mon, 4 Feb 2013 13:28:54 -0800 (PST) Content-Disposition: inline In-Reply-To: <1359894544.5048.16.camel@mattotaupa> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Paul Menzel Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Sun, Feb 3, 2013 at 13:29:04 +0100, Paul Menzel wrote: > I was surprised too that no error was generated. Do you have any idea > why compilations succeeds? > Fails to build here with ../../../src/xvmc/intel_xvmc.c:29:25: fatal error: xcb/xcb_aux.h: No such file or directory Also, shared libraries, as opposed to executable binaries, are allowed to have undefined symbols. Try this: -libIntelXvMC_la_LDFLAGS = -version-number 1:0:0 +libIntelXvMC_la_LDFLAGS = -version-number 1:0:0 -Wl,-z,defs Cheers, Julien