From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: Compiler errors in alsa-lib-1.0.22/test/*.c Date: Tue, 13 Jul 2010 08:18:40 +0200 Message-ID: <4C3C0540.6020506@ladisch.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by alsa0.perex.cz (Postfix) with ESMTP id 6C08824600 for ; Tue, 13 Jul 2010 08:18:44 +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: john@swajime.com Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org John Simpson wrote: > I've been trying to use the alsa-lib API, but I haven't been able to > get anything to compile. > > ~/alsa/alsa-lib-1.0.22/test$ for f in *.c; do echo; cc $f 2>&1 | head -n2; done > ... > Did I miss something? The makefile. If alsa-lib is installed correctly, the only option you need for your own programs is -lasound. Regards, Clemens