From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from rwcrmhc52.attbi.com ([216.148.227.88]) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 16wClf-00042M-00 for ; Fri, 12 Apr 2002 21:55:55 -0400 Received: from h00e02947db5d.ne.client2.attbi.com ([24.62.33.0]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020413015529.MTET1901.rwcrmhc52.attbi.com@h00e02947db5d.ne.client2.attbi.com> for ; Sat, 13 Apr 2002 01:55:29 +0000 Date: Fri, 12 Apr 2002 21:55:18 -0400 (EDT) From: Igor Gueths X-X-Sender: igueths@igueths To: speakup@braille.uwo.ca Subject: re-compilation problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.8 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: Hi all. I had to rebuild my 2.4.18 kernel so that I could compile in support for my parallel port. I had forgotten to do that previously. However, for whatever reason I lost my alsa binaries so I had to recompile the sources. The drivers and library compiled fine, however I keep getting undefined reference errors in alsamixer.c, and as a result compilation fails. The errors mostly relate to stdscr, which I believe is related to screen i/o. Is this correct? I recently upgraded from gcc-2.95 to gcc-3.0.4, but I don't think that this should be a problem, considering that I was able to compile most everything else. Also, when loading alsactl, I got: error in loading shared libraries: /usr/lib/libasound.so.2. Undefined symbol _dso_handle. Doesn't this have to do with libs not being properly linked? Thanks for any help on this!