Displaying 2 results from an estimated 2 matches for "cc_dynamic".
Did you mean:
lcc_dynamic
2005 Jul 06
0
MacOS 10.4 gcc-4.0 and libcc_dynamic
Around line 527 of configure.ac in R-2.1.1 appears the following:
darwin*)
## MacOS 10.3 and 10.4 do
AM_CONDITIONAL(BUILD_DLFCN_DARWIN, false)
## SI says we want '-lcc_dynamic' on Darwin, although currently
## http://developer.apple.com /documentation/MacOSX/ has nothing
## official.
AC_CHECK_LIB(cc_dynamic, main)
;;
*)
AM_CONDITIONAL(BUILD_DLFCN_DARWIN, false)
AC_CHECK_LIB(dl, dlopen)
;;
The purpose of this is to add -lcc_dynam...
2006 Apr 26
1
MacOSX package install problem: pkgs quadprog & tseries
...c-3.3 -bundle -flat_namespace -undefined suppress -L/usr/local/lib -
o tseries.so arma.o bdstest.o boot.o dsumsl.o garch.o ppsum.o
tsutils.o -framework vecLib -L/usr/local/lib/gcc/powerpc-apple-
darwin6.8/3.4.2 -lg2c -lSystem -L/usr/local/lib/gcc/powerpc-apple-
darwin6.8/3.4.2 -lg2c -lSystem -lcc_dynamic -F/Library/Frameworks/
R.framework/.. -framework R
ld: can't locate file for: -lcc_dynamic
make: *** [tseries.so] Error 1
ERROR: compilation failed for package 'tseries'
** Removing '/Library/Frameworks/R.framework/Versions/2.2/Resources/
library/tseries'
the -lcc_dynamic is...