From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Cross - compilation problem with DJGPP Date: 20 Sep 2002 08:11:15 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 36 Message-ID: References: NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Michal Stencl (stenclm AT interactivestudio DOT sk) wrote: : I would like to ask, what I have to do, to solve the problem in cross : compilation. : When I try to compile the newest binutils-2-13 with DJGPP, I have still : the same problem in configuation. : When I prepare binutils for compiling, and somewhere in the center of : the configuration : process called by the following line : : /configure --enable-targets=i386-elf --with-gnu-as --with-gnu-ld --with-sta : bs --host=i386-pc-msdosdjgpp : I have still the same output maybe 10000 times one after another : : ./config.status: expr: command not found : ./config.status: test: -gt: unary operator expected : ./config.status: expr: command not found : ./config.status: test: -gt: unary operator expected : ./config.status: expr: command not found : ./config.status: test: -gt: unary operator expected Sounds like you need to install some packages. Like textutils, fileutils, etc. I don't know which ones, but reading the readme file for DJGPP in binutils should guide you. : : :