On Sep 7, 2005, at 7:38 PM, Kjell Konis wrote: > It says it can't find /usr/lib/libcc_dynamic.a
This will be the case if you default gcc is 4.0. You should run sudo gcc_select 3.3 then it should be there. I don't mind how you do it (i.e. which compiler you choose), just make sure your users don't get confused as of which compiler to use. Any reasonable packaging system should make sure the proper compiler is there before installing. The flags differ from compiler to compiler, so you cannot build binary R unless you make up your mind as of exactly which compiler binary you require. Using any other binary simply doesn't work. Cheers, Simon _______________________________________________ R-SIG-Mac mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-mac
