Skip to content

package compilation on OSX 10.8 -- error compiling Fortran library for architecture i386

2 messages · Jonathan Callahan, Simon Urbanek

#
On Jul 24, 2013, at 3:35 PM, Jonathan Callahan wrote:

            
This has nothing to do with Fortran (and it's not even Mac-specific) - you're using the wrong compiler flags for building the dependent library inside your package (as the message tells you: you are building 64-bit version of libmseed when compiling 32-bit version of the package). Please make sure you use the proper compiler and flags that R is providing (i.e., remove all conflicting flags from libmseed/Makefile).

Cheers,
Simon