X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Fri, 30 Dec 2011 10:25:35 +0200 From: Eli Zaretskii Subject: Re: pthreads compilation error In-reply-to: X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <837h1ev534.fsf@gnu.org> References: <032816da-42c9-45e7-87f2-516da6fd7455 AT q8g2000yqa DOT googlegroups DOT com> <61c5267e-a10f-48ef-9db0-c667c4d48474 AT n13g2000prf DOT googlegroups DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: jimm > Date: Thu, 29 Dec 2011 14:14:26 -0800 (PST) > > Thu 12/29/2011 14:11:59.21|C:\DJC462~1\pth\watt32\src|>make -f > djgpp.mak > ../util/nasm32 -f bin -l asmpkt.lst -o asmpkt.bin asmpkt.nas > ../util/bin2c asmpkt.bin > pkt_stub.h > '..' is not recognized as an internal or external command, > operable program or batch file. > make: *** [pkt_stub.h] Error 1 Put quotes ".." around ../util/nasm32 and ../util/bin2c, and the problem is likely to go away. Although I don't understand why does Make invoke the shell in this case. What is util/bin2c? is it a batch file per chance? If it's a .exe program, Make ought to invoke it bypassing the shell, unless your make.exe is a _very_ old one, or maybe not a DJGPP port of Make.