Hi Liqin, On Wed, Jun 10, 2015 at 17:27:05 +0000, Wang, Liqin, M.S. wrote: > bash-4.2$ sudo rpm -ivh gcc-cpp-4.9.2-1.aix7.1.ppc.rpm > error: Failed dependencies: > gcc = 4.9.2-1 is needed by gcc-cpp-4.9.2-1.ppc > bash-4.2$ sudo rpm -ivh gcc-4.9.2-1.aix7.1.ppc.rpm > error: Failed dependencies: > gcc-cpp = 4.9.2-1 is needed by gcc-4.9.2-1.ppc > > Looks like they are mutually needed. Not sure how to solve this problem.
This is neither an AIX nor an RPM mailing list, but here you go: $ sudo rpm -ivh gcc-4.9.2-1.aix7.1.ppc.rpm gcc-cpp-4.9.2-1.aix7.1.ppc.rpm In other words: In one step! :-) Is there no repository for this stuff? That way, you could have avoided having to resolve all the dependencies yourself. Sigh. HTH, Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
