Displaying 1 result from an estimated 1 matches for "swo_coeff".
Did you mean:
swo_coeffs
2009 Oct 07
1
compiling packages without Framework and CoreFoundation options on OSX
...tions. For example:
gcc -arch i386 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names
-undefined dynamic_lookup -single_module -multiply_defined suppress -L/
usr/local/lib -o rconifers.so coeffs.o file_io.o grow.o mortality.o
plot.o rconifers.o sample.o smc_coeffs.o smc_model.o stats.o
swo_coeffs.o swo_model.o thin.o -L/usr/local/lib/R/lib -lR -Wl,-
framework -Wl,CoreFoundation
I would like to build packages without the "-Wl,-framework -
Wl,CoreFoundation" options because I'm going to install it on other OS
(FreeBSD, Linux, whatever)
Does this cause a problem? Will this...