------- Comment #20 from pinskia at gcc dot gnu dot org  2008-12-29 02:42 
-------
>/Users/lucier/programs/gcc/objdirs/mainline/./gcc/as: line 76: exec: : not
found

That means as was not found in the first place.

>--target=powerpc-apple-darwin9.6.0 

Since build == host != target, you are building a cross compiler and not a
native compiler so this will never work correctly the way you are building.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26814

Reply via email to