I realize a lot of users are opposed to being forced to rebuild everything for 10.6 (despite the merits of the more optimized code generated under the newer gcc-4.2 compiler even for i386). One thing we can all do to mitigate this issue is modify our CompileScripts to build with a parallel make...
num_cpu=$(echo `sysctl -n hw.ncpu`) make -j $num_cpu whenever possible. The PortFiles in MacPorts can be used to give hints if this is possible (although it won't work for some code like openmotif). I have been doing this for all of my packages. Jack ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel