You are here

PPC install

2 posts / 0 new
Last post
tbates's picture
Offline
Joined: 07/31/2009 - 14:25
PPC install

Just to reconfirm as of rev 712 (17 08 2009)

Build errors
gcc -arch ppc -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -mmacosx-version-min=10.4 -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o OpenMx.so npsolWrap.o omxAlgebra.o omxAlgebraFunctions.o omxAlgebraObjective.o omxFIMLObjective.o omxMLObjective.o omxMatrix.o omxObjective.o omxObjectiveTable.o omxRAMObjective.o omxRObjective.o omxState.o omxSymbolTable.o -lgfortran -lSystemStubs -L/Library/Frameworks/R.framework/Resources/lib/ppc -lRblas -L/Library/Frameworks/R.framework/Resources/lib/ppc -lRlapack -lnpsol -L../inst/npsol/osx -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld warning: in ../inst/npsol/osx/libnpsol.a, file is not of required architecture
ld warning: duplicate dylib /usr/local/lib/libgcc_s.1.dylib

Load error in R

> library(OpenMx)
Loading required package: snowfall
Loading required package: snow
Error in dyn.load(file, DLLpath = DLLpath, ...) : 
  unable to load shared library '/Users/tim/Library/R/2.9/library/OpenMx/libs/ppc/OpenMx.so':
  dlopen(/Users/tim/Library/R/2.9/library/OpenMx/libs/ppc/OpenMx.so, 6): Symbol not found: _npsol_
  Referenced from: /Users/tim/Library/R/2.9/library/OpenMx/libs/ppc/OpenMx.so
  Expected in: dynamic lookup

Error in library(OpenMx) : .First.lib failed for 'OpenMx'
>
tbates's picture
Offline
Joined: 07/31/2009 - 14:25
and 714 installs fine! thanks

and 714 installs fine!

thanks Dr Spiegel!