This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Configure for ppc


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]