From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta1.adelphia.net ([68.168.78.175]) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 19zzPo-0002k5-00 for ; Thu, 18 Sep 2003 10:05:48 -0400 Received: from xpcomputer ([68.64.116.59]) by mta1.adelphia.net (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with SMTP id <20030918140715.BTB29306.mta1.adelphia.net@xpcomputer> for ; Thu, 18 Sep 2003 10:07:15 -0400 Message-ID: <009701c37ded$e41a35f0$0300a8c0@xpcomputer> From: "Justin Ekis" To: References: <000501c37d1b$e0403880$0100007f@carolina.rr.com> Subject: Re: OK Date: Thu, 18 Sep 2003 07:05:17 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Chris, Aha, this is slackware 9.0, right? I had the same problem, I wonder why they stopped putting the kernel source on the cd. You simply need to download this package using wget like this. wget ftp://distro.ibiblio.org/pub/linux/distributions/slackware/slackware-9.0/slackware/k/kernel-source-2.4.20-noarch5.tgz then type installpkg kernel-source-2.4.20-noarch5.tgz and try again. Hope this helps. Justin----- Original Message ----- From: "Chris" To: Sent: Wednesday, September 17, 2003 6:01 AM Subject: OK > Okay. > > here is the output of the error I am getting when I do the > ./configure --with-cards=emu10k1 > > when trying to install alsa. > > > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for executable suffix... > checking for object suffix... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for ranlib... ranlib > checking for a BSD compatible install... /usr/bin/ginstall -c > checking how to run the C preprocessor... gcc -E > checking for ANSI C header files... yes > checking for gcc option to accept ANSI C... none needed > checking for an ANSI C-conforming const... yes > checking for inline... inline > checking whether time.h and sys/time.h may both be included... yes > checking whether gcc needs -traditional... no > checking for current directory... /home/chris/alsa-driver-0.9.6 > checking cross compile... > checking for directory with kernel source... /lib/modules/2.4.20/build > checking for kernel version... The file > /lib/modules/2.4.20/build/include/linux/version.h does not exist. > Please, install the package with full kernel sources for your distribution > or use --with-kernel=dir option to specify another directory with kernel > sources (default is /usr/src/linux). > root@mailvision:/home/chris/alsa-driver-0.9.6# > > > Thanks. > > > Chris. > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >