Skip to content
Back to formatted view

Raw Message

Message-ID: <329F45A2-91DD-4DBF-9DB0-645AC9ECDB9D@r-project.org>
Date: 2006-10-05T16:23:02Z
From: Simon Urbanek
Subject: Compilation issue (PR#9275)
In-Reply-To: <20061004203230.415AC28FCD@slim.kubism.ku.dk>

On Oct 4, 2006, at 4:32 PM, andrew_duba at wustl.edu wrote:

> Full_Name: Andrew J. Duba
> Version: 2.4.0
> OS: OS X
> Submission from: (NULL) (128.252.95.46)
>
>
> I am trying to compile the newest version of R.  I am using g77  
> version 3.4.3
> and gcc 4.0.

This is not a bug - please see the FAQ for Mac OS X -  you cannot mix  
compiler versions. Use either gcc3+g77 or gcc4+gfortran.

Cheers,
Simon


>   After running gnu make (version 3.8) I get the following error:
>
> Error in dyn.load(x, as.logical(local), as.logical(now)) :
>         unable to load shared library
> '/Users/aduba/sources/R-2.4.0/library/tools/libs/tools.so':
>   dlopen(/Users/aduba/sources/R-2.4.0/library/tools/libs/tools.so,  
> 6): Symbol
> not found: _z_abs
>   Referenced from: /Users/aduba/sources/R-2.4.0/lib/libRblas.dylib
>   Expected in: flat namespace
> Execution halted
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
>