Configure for ppc

Graham Stoney greyham@research.canon.com.au
Thu Apr 13 18:05:00 GMT 2000


Rickard Fahlquist writes:
> $/source/binutils/configure --target=powerpc-eabi --prefix=/ppc860-eabi
> -v
> I get the reply:      bash: configure: command not found

This happens when configure can't find the shell specified on the #!/bin/sh
line. You need to fix your path or installation so that you can run bash as
"/bin/sh". Hacking the first line of configure won't fix it, because there are
many other shell scripts it runs which will suffer the same problem.

Regards,
Graham

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com



More information about the crossgcc mailing list