Hey all... I'm a relatively new gcc user, so bear with me a bit... So I downloaded and compiled GCC 4.0.0 having configured it in the following manner: --prefix=/usr/local/gcc40 --bindir=/usr/local/gcc40bin So anyway it worked and everything was fine... Now I need to compile GCC again with --target set to mips... For some reason, after I configure GCC (--prefix=/usr/local/gcc40mips --bindir=/usr/local/gcc40mipsbin --target=mips), I get an error like 1 or 2 minutes into the compilation of GCC, and it aborts. BTW, I'm using fedora core 3. Can anybody help me with this? I'd appreciate it also if someone could refer me to the list of targets that I can compile GCC for... I want to compile GCC for the mips-r4000, and I'm not sure which switch to use to specify this.... Thanks.