From: voyager_2000 AT my-dejanews DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: newbie needs help Date: Wed, 05 May 1999 03:29:39 GMT Organization: Deja News - The Leader in Internet Discussion Lines: 28 Message-ID: <7goduv$hp4$1@nnrp1.dejanews.com> NNTP-Posting-Host: 204.180.108.24 X-Article-Creation-Date: Wed May 05 03:29:39 1999 GMT X-Http-User-Agent: Mozilla/4.51 [en] (Win98; I) X-Http-Proxy: 1.0 x5.dejanews.com:80 (Squid/1.1.22) for client 204.180.108.24 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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. These were the last building instructions: Run make to build the library 1. Perform any commands to set up your compilation environment as you normally would before compiling programs. 2. Run your make program from the jlib\source directory. The library, demonstration programs and utilities should compile. 3. Once the build has finished, try running the demonstration program to check the target . When I try to run make.exe from the source directory and I try to make the makefile it gives me the following message: make makefile 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 Since I'm a beginner I really have no clue on what to type in in the make.exe program. If I just type in "makefile" it normally says nothing can be done for it. Can someone please tell me what I'm doing wrong, and how to do it right? -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own