[email protected] wrote: >Hi: > >I meet a failure when I try to compile the powerpc cross compiler. > >At this step: >$ dpkg-buildpackage -us -uc -rfakeroot -b > ../gcc.build 2>&1 || echo >'Build error.' >I received: > >dpkg-checkbuilddeps: Unmet build dependencies: automake1.9 gawk >dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; >aborting. >dpkg-buildpackage: warning: (Use -d flag to override.) > >If I use -d to ignore the dependency checking, it could be >successful. But I do not think it is a right way. > >Anybody has any idea? > >Thanks > >Wan
Apt-get install automake and gawk. Billy

