PowerMac: user comments
We do not take any responsability! :-)
Annika Peter, Thu, 25 Sep 2008
Using gfortran, I got FH264 to successfully compile on my PowerBook.
Do you think it would be possible for you to put a note on your website
recommending PowerPC users compile with gfortran if they don't have access to
your favorite (but not free) xlf?
Also, PowerPC users should know that they need to have Xcode 2.4.1 installed
before installing gfortran, and that gfortran can be obtained from
www.macresearch.org. There is a bug in gfortran which can be fixed by typing:
sudo install_name_tool -change /libgcc_s.1.dylib /usr/local/lib/libgcc_s.1.dylib/usr/local/lib/libgfortran.dylib
before using the compiler.