Date: Tue, 4 May 1999 11:07:17 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: voyager_2000 AT my-dejanews DOT com cc: djgpp AT delorie DOT com Subject: Re: newbie needs help In-Reply-To: <7gj5hm$17n$1@nnrp1.dejanews.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 3 May 1999 voyager_2000 AT my-dejanews DOT com wrote: > Can anyone help me with making Jlib? I'm trying to make the Jlib library > using Djgpp. I think I've followed all the directions so far. When I try to > run make.exe from the source directory and I try to make the makefile it > gives me the following message: > > makefile:18 target/common: No such file or directory (ENOENT) > makefile:22 target/clean.dos: No such file or directory (ENOENT) > make.exe: *** No rule to make target 'target/clean.dos' . Stop > > Please tell me what I can do to get this to work. You cannot expect anybody to be able to help you given the above alone. As a minimum, please post the command line you used to invoke Make, and the parts of the Makefile near the lines indicated in the above messages. Better still, describe what the instructions told you to do and what did you do to accommodate them. In general, Make seems to be unable to find the directory "target" or files inside that directory. You need to understand why does this happen. Perhaps some command or procedure required to create "target" didn't work. But that's only a wild guess, which is all I can do given the lack of information.