From: Newsgroups: comp.os.msdos.djgpp Subject: Cross Compiler endian error X-Newsreader: Newsbin Pro Lines: 10 Message-ID: X-Complaints-To: abuse AT usenetserver DOT com X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly. NNTP-Posting-Date: Tue, 08 Oct 2002 19:21:03 EDT Date: Tue, 08 Oct 2002 23:21:03 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am trying to build a mips cross compiler on a win32 host, i am using the command line: ./configure --host=i386-go32 --target=mips-ecoff --enable-languages=c --with-gnu-as --with-gnu-ld --prefix=/dev/c/temp/1 however it returns the following: checking for CHAR_BIT... yes checking byte ordering... unknown configure: error: *** unable to determine endianness Configure in /dev/c/temp/gcc/gnu/gcc-3.2/gcc failed, exiting. any help is appreciated. thanks