From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Hofman Subject: Re: A debug version of the ALSA lib? Date: Fri, 02 Sep 2011 15:32:02 +0200 Message-ID: <4E60DAD2.9050005@ivitera.com> References: <4E5F4453.2586.49CC36@olivier.myriad-online.com> <4E5FB4AF.9620.200B1A2@olivier.myriad-online.com> <4E60975C.8764.55CC5B@olivier.myriad-online.com> <1314960940.3526.27.camel@mattotaupa> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from cable.insite.cz (twistwrist.pilsfree.net [78.108.108.109]) by alsa0.perex.cz (Postfix) with ESMTP id B833024360 for ; Fri, 2 Sep 2011 15:57:06 +0200 (CEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Daniel Mack Cc: alsa-devel@alsa-project.org, Paul Menzel List-Id: alsa-devel@alsa-project.org Dne 2.9.2011 14:46, Daniel Mack napsal(a): > On Fri, Sep 2, 2011 at 12:55 PM, Paul Menzel > wrote: >> Am Freitag, den 02.09.2011, 12:43 +0200 schrieb Daniel Mack: >>> On Fri, Sep 2, 2011 at 10:44 AM, Olivier Guillion - Myriad wrote: >>>>> Or just use the binary Ubuntu packages and be done. >>>> >>>> Sorry, but what does it mean? >>> >>> That means that Ubuntu (as many other distros) offers you a >>> ready-made, debug symbols enabled version of the library which you can >>> just install and use. As you're struggeling with compiling the library >>> youself, I'd suggest you go for this solution. In Ubuntu, the package >>> you're looking for is called libasound2-dev. >> >> I have not followed the thread, but if you want debugging symbol you >> need `libasound2-dbg`. (`aptitude search libasound*`) > > That doesn't seem to exist, but according to [1], the -dev variant > contains the library itself again. Hence I assumed that this is the > debug-enabled, non-stripped version of the .so that ships with this > package. Admittedly though, I didn't check as I didn't have an Ubuntu > box around. > The -dev packages in debian/ubuntu contain headers required for includes in other builds. Pavel.