[R-SIG-Mac] [MacOS] C++ compilation on macos

Sean Davis sdavis2 at mail.nih.gov
Mon Jan 9 16:39:37 CET 2006




On 1/9/06 10:17 AM, "Simon Urbanek" <simon.urbanek at r-project.org> wrote:

> Sean,
> 
> you seem to have conflicting compilers in your system. You have some
> compiler (g77? gfortran?) in /usr/local that conflicts with system
> compilers. You should remove the offending compiler, otherwise you
> won't be able to compile any packages at all. More precisely you
> cannot use dynamic /usr/local/lib/libgcc* as it conflicts with
> system's libgcc.

Thanks, Simon.  That was the issue.  I removed g77, gcc, and g++ from
/usr/local/bin and libgcc* from /usr/local/lib and the compilation went
smoothly.

Sean



More information about the R-SIG-Mac mailing list