From: Tom Burgess Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE + nasm - problem solved Date: Wed, 30 Apr 1997 00:04:29 -0700 Organization: BCTEL Advanced Communications Lines: 33 Message-ID: <3366EEFD.6ABB@bc.sympatico.ca> References: NNTP-Posting-Host: pntn02m02-64.bctel.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Salvador Eduardo Tropea (SET) wrote: > > > > (Tom wrote) Recompiled nasm with djgpp. > Great. > > > Problem went away. The default makefile works > > with djgpp, except I had to comment out the macros.c rule (not required > > since macros.c is part of the distribution). > Can you: > > 1) make this file and explanation available on the Web? > 2) notify to the developers? > > If you don't have a Web space I can put your explanation in my own Web space. Specifically, this section of the default makefile: macros.c: standard.mac perl macros.pl was changed to (# is comment char) #macros.c: standard.mac # perl macros.pl to prevent make from complaining. (couldn't find standard.mac, didn't know how to make it, wouldn't be able to run perl if it could, etc.) As is explained in comments preceding the rule, macros.c is supplied with the distribution. Hope this clarifies things. You may post my portion of this thread on your web space if you think it would be helpful to anyone. regards, tom