From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ohsmtp03.ogw.rr.com ([65.24.7.38]) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 19ufd7-0006Ky-00 for ; Wed, 03 Sep 2003 17:57:33 -0400 Received: from cpe-024-033-003-115.midsouth.rr.com (cpe-024-033-003-115.midsouth.rr.com [24.33.3.115]) by ohsmtp03.ogw.rr.com (8.12.5/8.12.2) with ESMTP id h83LvTt3020425 for ; Wed, 3 Sep 2003 17:57:30 -0400 (EDT) Date: Wed, 3 Sep 2003 16:57:29 -0500 (CDT) From: Adam Myrow To: Speakup List Subject: Re: turbobraille In-Reply-To: Message-ID: References: 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.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: Actually, if there is no Makefile, make will say "make: *** No targets specified and no makefile found. Stop." Error 127 means that the Makefile tried to execute a command that it couldn't find. Either it isn't in your path, or more likely, the command wasn't installed on your system. Check to make sure you have the gcc compiler and various development tools installed. I usually install most of the development tools except perhaps Fortran.