Re: gcc installation on PowerPC

2005-08-16 Thread James E Wilson
Vijaya Kishore Idimadakala wrote: > ../configure --with-cpu=PowerPC. And it is giving me > an error during make saying > "Unknown CPU given in --with-cpu=PowerPC" gcc-help is a more appropriate place for beginner questions. Try reading the documentation, e.g. http://gcc.gnu.org/install/configure.

Re: gcc installation on PowerPC

2005-08-15 Thread Patrick McFarland
On Monday 15 August 2005 06:37 pm, Vijaya Kishore Idimadakala wrote: > Can anybody help?? Any tiny help is greatly > appreciated. This is a list for developers. -- Patrick "Diablo-D3" McFarland || [EMAIL PROTECTED] "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd a

gcc installation on PowerPC

2005-08-15 Thread Vijaya Kishore Idimadakala
Hey, Thanks a million for all your replies. I dont want to use a cross-compiler but I want to directly compile for PowerPC. I am trying to use the option: ../configure --with-cpu=PowerPC. And it is giving me an error during make saying "Unknown CPU given in --with-cpu=PowerPC" Can anybody hel