Displaying 2 results from an estimated 2 matches for "framewo".
Did you mean:
framewor
2005 Jun 23
1
mac osx, g95 package port problem
...0_FILES=\
dbest_dbase_class.f90 \
...
r_estimate.f90 \
FORTRAN_FILES=\
dgletc.f \
...
mecdf.f
C_FILES=init.c
CFLAGS=-g -fPIC
%.o: %.f90
g95 -c -g $<
%.o: %.f
g95 -c -g $<
%.o: %.c
gcc -c -g $<
bpkg.so: $(F90_FILES:%.f90=%.o) $(C_FILES:%.c=%.o) $(FORTRAN_FILES:%.f=%.o)
g95 -L/Library/Frameworks -o $@ $^ -L/Library/Frameworks/R.framewo\
rk/Resources
-----end makefile------------------------
Here is the relevant output of R CMD CHECK:
* checking for working latex ...sh: line 1: latex: command not found
NO
* using log directory '/Users/jbremson/dev/bpkg.Rcheck'
* using R versio...
2005 May 03
0
R on Mac OS X: odd errors when doing install.packages()
Should I be worried? The installation seems to go through fine and
apparently nothing is broken. The errors I repeatedly get are like this:
g++ -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/usr/
local/include -DUNIX -DOPTIM -DNONR -fno-common -g -O2 -c unif.cpp -o unif.o
g++ -bundle -flat_namespace -undefined suppress -L/usr/local/lib -o rgenoud.so c
hange_order.o eval.o evaluate.o frange_ran.o genoud.o gradient.o math.o multiply
.o numerics.o op...