From: Richard Dawe Newsgroups: comp.os.msdos.djgpp Subject: Re: Problems with file names with Make Date: Mon, 10 Mar 2003 22:15:52 +0000 Lines: 23 Message-ID: <3E6D0E98.9F69A5AD@phekda.freeserve.co.uk> References: <3i5i6vsg9rgbfbn00p2dna50v1e943ucpf AT 4ax DOT com> <1858-Sat08Mar2003112910+0200-eliz AT elta DOT co DOT il> <4ivp6v8ca47rjdthluimslslvq6smm8b46 AT 4ax DOT com> NNTP-Posting-Host: 62.136.8.167 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: newsg3.svr.pol.co.uk 1047336964 18110 62.136.8.167 (10 Mar 2003 22:56:04 GMT) NNTP-Posting-Date: 10 Mar 2003 22:56:04 GMT X-Complaints-To: abuse AT theplanet DOT net X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.23 i586) X-Accept-Language: de,fr To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello. Hans-Bernhard Broeker wrote: [snip] > As to the problems regarding nasm, DJGPP's bash as the SHELL for your > makefiles will almost certainly solve those for you, too. Not > automagically, sometimes, but it'll fit in better than command.com. Hint to the original poster. Put something like this at the start of your Makefile: SHELL = /bin/sh or: SHELL = /dev/env/DJDIR/bin/bash.exe SHELL = /bin/sh may be enough - I'm not sure. Bye, Rich =] -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]