From: pavenis AT lanet DOT lv To: "Bareev" , djgpp AT delorie DOT com Date: Mon, 18 Jun 2001 11:15:47 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: binutl-2.951 Message-ID: <3B2DE2E3.23904.AA408@localhost> In-reply-to: <000801c0f716$cbb2ae80$69192dd4@bareev> X-mailer: Pegasus Mail for Win32 (v3.12c) 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 On 17 Jun 2001, at 14:17, Bareev wrote: > When I configure binutl-2.951 with options: " --host=i386-pc-msdosdjgpp --target=mips-mips-elf --build=i386-pc-msdosdjgpp" > and then start Makefile I had report : > > C:/DJGPP/BIN/sh.exe ./../ylwrap "" ./itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- -d > ./../ylwrap: -d: command not found > > Answer me please how I can solve this problem I would prefer cross-building i386-pc-msdosdjgpp to mips-mips-elf cross-binutils under Linux: configure --build=i686-pc-linux-gnu --host=i586-pc-msdosdjgpp \ --target=mips-mips-elf if I would need them Of course to do that one needs working Linux to i586-pc-msdosdjgpp cross-compiler (with corresponding cross-binutils) I'm mostly using native binutils for DJGPP I'm building in a similar way under Linux. Of course it can be done under DJGPP too, but for me it's simplier and faster to do it under Linux Andris