Date: Sun, 23 Jan 2000 16:06:53 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Svensson, Pierre O F" cc: djgpp AT delorie DOT com Subject: Re: problem with makefile for SVAsync In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 23 Jan 2000, Svensson, Pierre O F wrote: > I fail to install the library svasync, using its makefile. > When i call the "make" command, from the directory where i installed > svasync. > > c:\djgpp\contrib\svasync>c:\djgpp\bin\make > > i get > > gcc -03 -wall -g -c svasync.c > make.exe: *** [svasync.o] Error -1 "Error -1" means that Make could find the command it was supposed to invoke (in this case: "gcc") or some file it was supposed to look at. First thing to check is whether gcc.exe is somewhere along your PATH.