Hi,

I'm trying to install rimage on a Mac OS X 10.4 machine.  I followed the
advice in previous R-help threads and got over the hurdles of having the
header files in the right places, among other things.  But I can't
figure out what to do with this error.

ice.pnl.gov:/home/waichler<949>system_profiler -detailLevel mini
SPSoftwareDataType
Software: System Software Overview:
      System Version: Mac OS X 10.4.11 (8S165)
      Kernel Version: Darwin 8.10.0
ice.pnl.gov:/home/waichler<942>echo $C_INCLUDE_PATH
/usr/local/include
ice.pnl.gov:/home/waichler<946>echo $MACOSX_DEPLOYMENT_TARGET
10.4

ice.pnl.gov:/home/waichler<947>sudo R CMD INSTALL
--configure-vars='LDFLAGS=-L/sw/lib CPPFLAGS=-I/sw/include'
/Users/ladmin/rimage_0.5-7.tar.gz
. . . 
gcc -arch ppc -std=gnu99
-I/Library/Frameworks/R.framework/Resources/include
-I/Library/Frameworks/R.framework/Resources/include/ppc -g -O2
-I/sw/include-I/usr/local/include    -fPIC  -g -O2 -c sobel.c -o sobel.o
g++ -arch ppc -dynamiclib -Wl,-headerpad_max_install_names
-mmacosx-version-min=10.4 -undefined dynamic_lookup -single_module
-multiply_defined suppress -L/usr/local/lib -o rimage.so equalize.o
fftw_access_func.o freqfilters.o interface.o jpegio.o laplacian.o
matrix.o smooth.o sobel.o -L/sw/lib -ljpeg -lfftw
-F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework
-Wl,CoreFoundation
ld: /Library/Frameworks/R.framework/../R.framework/R load command 14
unknown cmd field
/usr/bin/libtool: internal link edit command failed
make: *** [rimage.so] Error 1
chmod:
/Library/Frameworks/R.framework/Versions/2.8/Resources/library/rimage/li
bs/ppc/*: No such file or directory
ERROR: compilation failed for package 'rimage'

(I have also tried to install the package from the Mac GUI for R, but it
quits at not being able to find the jpeglib.h file, which I solved in
the command line session excerpted above using "setenv C_INCLUDE_PATH
/usr/local/include".)

Scott Waichler
Pacific Northwest National Laboratory
[EMAIL PROTECTED]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to