Skip to content

Compilation issue (PR#9275)

2 messages · andrew_duba at wustl.edu, Simon Urbanek

#
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.  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
#
On Oct 4, 2006, at 4:32 PM, andrew_duba at wustl.edu wrote:

            
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