Created
July 28, 2014 17:23
-
-
Save giacecco/8d559a62502c82c1df3e to your computer and use it in GitHub Desktop.
R 3.1.1 Homebrew install fail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.../~$ brew --config | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: a4a163b7d2643a8219b78701576b3b9a9eb0cc9e | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.9.4-x86_64 | |
Xcode: 5.1.1 | |
CLT: 5.1.0.0.1.1396320587 | |
GCC-4.2: build 5666 | |
Clang: 5.1 build 503 | |
X11: 2.7.6 => /opt/X11 | |
System Ruby: 2.0.0-451 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/var/rbenv/shims/ruby | |
.../~$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.../~$ brew doctor | |
Error: Failed to import: openjpeg20 | |
No available formula for openjpeg20 | |
Error: Failed to import: qgis-18 | |
No available formula for qgis-18 | |
Error: Failed to import: spatialite-gui-17 | |
No available formula for spatialite-gui-17 | |
Error: Failed to import: openjpeg20 | |
No available formula for openjpeg20 | |
Error: Failed to import: qgis-18 | |
No available formula for qgis-18 | |
Error: Failed to import: spatialite-gui-17 | |
No available formula for spatialite-gui-17 | |
Your system is ready to brew. | |
.../~$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.../~$ brew install -v R 2>&1 | |
==> Using Homebrew-provided fortran compiler. | |
This may be changed by setting the FC environment variable. | |
==> Downloading http://cran.rstudio.com/src/base/R-3/R-3.1.1.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/r-3.1.1.tar.gz | |
==> Verifying r-3.1.1.tar.gz checksum | |
tar xf /Library/Caches/Homebrew/r-3.1.1.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/r/3.1.1 --with-aqua --with-libintl-prefix=/usr/local/Cellar/gettext/0.19.2 --enable-R-framework --with-blas=-framework Accelerate --with-lapack | |
checking build system type... x86_64-apple-darwin13.3.0 | |
checking host system type... x86_64-apple-darwin13.3.0 | |
loading site script './config.site' | |
loading build-specific script './config.site' | |
checking for pwd... /bin/pwd | |
checking whether builddir is srcdir... yes | |
checking for working aclocal... missing | |
checking for working autoconf... missing | |
checking for working automake... missing | |
checking for working autoheader... missing | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether ln -s works... yes | |
checking for bison... bison -y | |
checking for ar... ar | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for sed... /usr/local/Library/ENV/4.3/sed | |
checking for which... /usr/bin/which | |
checking for less... /usr/bin/less | |
checking for gtar... no | |
checking for gnutar... no | |
checking for tar... /usr/bin/tar | |
checking for tex... no | |
checking for pdftex... no | |
configure: WARNING: you cannot build PDF versions of the R manuals | |
checking for pdflatex... no | |
configure: WARNING: you cannot build PDF versions of vignettes and help pages | |
checking for makeindex... no | |
checking for makeinfo... /usr/bin/makeinfo | |
checking whether makeinfo version is at least 4.7... yes | |
checking for ginstall-info... no | |
checking for install-info... /usr/bin/install-info | |
checking for texi2dvi... /usr/bin/texi2dvi | |
checking for kpsewhich... no | |
checking for latex inconsolata package... checking for unzip... /usr/bin/unzip | |
checking for zip... /usr/bin/zip | |
checking for gzip... /usr/bin/gzip | |
checking for bzip2... /usr/bin/bzip2 | |
checking for firefox... no | |
checking for mozilla... no | |
checking for galeon... no | |
checking for opera... no | |
checking for xdg-open... no | |
checking for kfmclient... no | |
checking for gnome-moz-remote... no | |
checking for open... /usr/bin/open | |
using default browser ... /usr/bin/open | |
checking for acroread... no | |
checking for acroread4... no | |
checking for xdg-open... no | |
checking for evince... no | |
checking for xpdf... no | |
checking for gv... no | |
checking for gnome-gv... no | |
checking for ggv... no | |
checking for okular... no | |
checking for kpdf... no | |
checking for open... /usr/bin/open | |
checking for notangle... false | |
checking for realpath... false | |
checking for pkg-config... /usr/local/bin/pkg-config | |
checking for gcc... clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking how to run the C preprocessor... clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking whether clang needs -traditional... no | |
checking how to run the C preprocessor... clang -E | |
defining F77 to be /usr/local/bin/gfortran | |
checking whether we are using the GNU Fortran 77 compiler... yes | |
checking whether /usr/local/bin/gfortran accepts -g... yes | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether clang++ accepts -g... yes | |
checking how to run the C++ preprocessor... clang++ -E | |
checking whether __attribute__((visibility())) is supported... no | |
checking whether clang accepts -fvisibility... yes | |
checking whether /usr/local/bin/gfortran accepts -fvisibility... yes | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking whether we are using the GNU Objective C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for Objective C++ compiler... trying some possibilities | |
checking whether clang++ can compile ObjC++... yes | |
clang++ | |
checking for a sed that does not truncate output... (cached) /usr/local/Library/ENV/4.3/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from clang object... ok | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for dlfcn.h... yes | |
checking whether we are using the GNU C++ compiler... (cached) yes | |
checking whether clang++ accepts -g... (cached) yes | |
checking how to run the C++ preprocessor... clang++ -E | |
checking whether we are using the GNU Fortran 77 compiler... (cached) yes | |
checking whether /usr/local/bin/gfortran accepts -g... (cached) yes | |
checking for objdir... .libs | |
checking if clang supports -fno-rtti -fno-exceptions... yes | |
checking for clang option to produce PIC... -fno-common -DPIC | |
checking if clang PIC flag -fno-common -DPIC works... yes | |
checking if clang static flag -static works... no | |
checking if clang supports -c -o file.o... yes | |
checking if clang supports -c -o file.o... (cached) yes | |
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin13.3.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking for clang++ option to produce PIC... -fno-common -DPIC | |
checking if clang++ PIC flag -fno-common -DPIC works... yes | |
checking if clang++ static flag -static works... no | |
checking if clang++ supports -c -o file.o... yes | |
checking if clang++ supports -c -o file.o... (cached) yes | |
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin13.3.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking for /usr/local/bin/gfortran option to produce PIC... -fno-common | |
checking if /usr/local/bin/gfortran PIC flag -fno-common works... yes | |
checking if /usr/local/bin/gfortran static flag -static works... no | |
checking if /usr/local/bin/gfortran supports -c -o file.o... yes | |
checking if /usr/local/bin/gfortran supports -c -o file.o... (cached) yes | |
checking whether the /usr/local/bin/gfortran linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin13.3.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for sin in -lm... yes | |
checking for library containing dlopen... none required | |
checking readline/history.h usability... yes | |
checking readline/history.h presence... yes | |
checking for readline/history.h... yes | |
checking readline/readline.h usability... yes | |
checking readline/readline.h presence... yes | |
checking for readline/readline.h... yes | |
checking for rl_callback_read_char in -lreadline... yes | |
checking for history_truncate_file... yes | |
checking whether rl_completion_matches exists and is declared... yes | |
checking for ANSI C header files... (cached) yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking dl.h usability... no | |
checking dl.h presence... no | |
checking for dl.h... no | |
checking for dlfcn.h... (cached) yes | |
checking elf.h usability... no | |
checking elf.h presence... no | |
checking for elf.h... no | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking floatingpoint.h usability... no | |
checking floatingpoint.h presence... no | |
checking for floatingpoint.h... no | |
checking fpu_control.h usability... no | |
checking fpu_control.h presence... no | |
checking for fpu_control.h... no | |
checking glob.h usability... yes | |
checking glob.h presence... yes | |
checking for glob.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking sched.h usability... yes | |
checking sched.h presence... yes | |
checking for sched.h... yes | |
checking for strings.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/times.h usability... yes | |
checking sys/times.h presence... yes | |
checking for sys/times.h... yes | |
checking sys/utsname.h usability... yes | |
checking sys/utsname.h presence... yes | |
checking for sys/utsname.h... yes | |
checking for unistd.h... (cached) yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking for inttypes.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking stdbool.h usability... yes | |
checking stdbool.h presence... yes | |
checking for stdbool.h... yes | |
checking for stdint.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking whether setjmp.h is POSIX.1 compatible... yes | |
checking whether sigsetjmp is declared... yes | |
checking whether siglongjmp is declared... yes | |
checking for GNU C library with version >= 2... no | |
checking return type of signal handlers... void | |
checking for uint64_t... yes | |
checking for int64_t... yes | |
checking for int_fast64_t... yes | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking whether SIZE_MAX is declared... yes | |
checking for blkcnt_t... yes | |
checking for type of socket length... socklen_t * | |
checking for stack_t... yes | |
checking for intptr_t... yes | |
checking for uintptr_t... yes | |
checking whether byte ordering is bigendian... no | |
checking for an ANSI C-conforming const... yes | |
checking for clang option to accept ISO C99... none needed | |
checking for clang option to accept ISO Standard C... (cached) none needed | |
checking for inline... inline | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of long long... 8 | |
checking size of double... 8 | |
checking size of size_t... 8 | |
checking size of long double... 16 | |
checking whether we can compute C Make dependencies... yes, using $(CC) -MM | |
checking whether clang supports -c -o FILE.lo... yes | |
checking for clang option to support OpenMP... unsupported | |
checking how to get verbose linking output from /usr/local/bin/gfortran... -v | |
checking for Fortran 77 libraries of /usr/local/bin/gfortran... -L/usr/local/Cellar/readline/6.3.6/lib -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin13.0.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin13.0.0/4.8.2/../../.. -lgfortran -lquadmath -lm | |
checking how to get verbose linking output from clang... -v | |
checking for C libraries of clang... -L/usr/local/Cellar/readline/6.3.6/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a | |
checking for dummy main to link with Fortran 77 libraries... none | |
checking for Fortran 77 name-mangling scheme... lower case, underscore, no extra underscore | |
checking whether /usr/local/bin/gfortran appends underscores to external names... yes | |
checking whether /usr/local/bin/gfortran appends extra underscores to external names... no | |
checking whether mixed C/Fortran code can be run... yes | |
checking whether /usr/local/bin/gfortran and clang agree on int and double... yes | |
checking whether /usr/local/bin/gfortran and clang agree on double complex... yes | |
checking for /usr/local/bin/gfortran option to support OpenMP... -fopenmp | |
checking whether clang++ accepts -M for generating dependencies... yes | |
checking for clang++ option to support OpenMP... unsupported | |
checking whether we can compute ObjC Make dependencies... yes, using clang -MM | |
checking for ObjC runtime library... -lobjc | |
checking for ObjC runtime style... next | |
checking whether clang accepts -fobjc-exceptions... yes | |
checking for cached Foundation settings... no | |
checking whether default Foundation framework works... no | |
checking whether -framework Foundation works... yes | |
checking for working Foundation implementation... yes | |
checking whether C runtime needs -D__NO_MATH_INLINES... no | |
checking for xmkmf... no | |
checking whether linker supports dynamic lookup... yes | |
checking whether clang++ supports C++11 features by default... no | |
checking whether clang++ supports C++11 features with -std=c++11... yes | |
checking for off_t... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking whether alloca is declared... yes | |
checking whether expm1 exists and is declared... yes | |
checking whether hypot exists and is declared... yes | |
checking whether log1p exists and is declared... yes | |
checking whether log1pl exists and is declared... yes | |
checking whether log2 exists and is declared... yes | |
checking whether log10 exists and is declared... yes | |
checking whether nearbyint exists and is declared... yes | |
checking whether nearbyintl exists and is declared... yes | |
checking whether powl exists and is declared... yes | |
checking whether rint exists and is declared... yes | |
checking whether rintl exists and is declared... yes | |
checking whether va_copy exists and is declared... yes | |
checking for isblank... yes | |
checking sunmath.h usability... no | |
checking sunmath.h presence... no | |
checking for sunmath.h... no | |
checking for cospi in -lsunmath... no | |
checking for atanpi... no | |
checking for atan2pi... no | |
checking for cospi... no | |
checking for exp10... no | |
checking for pown... no | |
checking for sinpi... no | |
checking for tanpi... no | |
checking for fseeko... yes | |
checking for ftello... yes | |
checking for matherr... yes | |
checking whether fcntl exists and is declared... yes | |
checking whether getgrgid exists and is declared... yes | |
checking whether getpwuid exists and is declared... yes | |
checking whether kill exists and is declared... yes | |
checking whether sigaction exists and is declared... yes | |
checking whether sigaltstack exists and is declared... yes | |
checking whether sigemptyset exists and is declared... yes | |
checking whether fdopen exists and is declared... yes | |
checking whether popen exists and is declared... yes | |
checking whether setenv exists and is declared... yes | |
checking whether unsetenv exists and is declared... yes | |
checking whether getrlimit exists and is declared... yes | |
checking whether getrusage exists and is declared... yes | |
checking whether getpriority exists and is declared... yes | |
checking whether chmod exists and is declared... yes | |
checking whether mkfifo exists and is declared... yes | |
checking whether stat exists and is declared... yes | |
checking whether umask exists and is declared... yes | |
checking whether gettimeofday exists and is declared... yes | |
checking whether utimes exists and is declared... yes | |
checking whether times exists and is declared... yes | |
checking whether gmtime_r exists and is declared... yes | |
checking whether localtime_r exists and is declared... yes | |
checking whether nl_langinfo exists and is declared... yes | |
checking whether access exists and is declared... yes | |
checking whether chdir exists and is declared... yes | |
checking whether execv exists and is declared... yes | |
checking whether ftruncate exists and is declared... yes | |
checking whether getcwd exists and is declared... yes | |
checking whether geteuid exists and is declared... yes | |
checking whether getuid exists and is declared... yes | |
checking whether link exists and is declared... yes | |
checking whether readlink exists and is declared... yes | |
checking whether symlink exists and is declared... yes | |
checking whether sysconf exists and is declared... yes | |
checking whether sched_setaffinity exists and is declared... no | |
checking whether sched_getaffinity exists and is declared... no | |
checking whether utime exists and is declared... yes | |
checking for clock_gettime in -lrt... no | |
checking whether clock_gettime exists and is declared... no | |
checking whether timespec_get exists and is declared... no | |
checking for putenv... yes | |
checking whether putenv is declared... yes | |
checking for vasprintf... yes | |
checking whether vasprintf is declared... yes | |
checking for mempcpy... no | |
checking for realpath... yes | |
checking whether realpath is declared... yes | |
checking whether glob exists and is declared... yes | |
checking for isnan... yes | |
checking whether isfinite is declared... yes | |
checking whether isnan is declared... yes | |
checking whether you have IEEE 754 floating-point arithmetic... yes | |
checking whether putenv("FOO") can unset an environment variable... no | |
checking whether putenv("FOO=") can unset an environment variable... no | |
checking for nl_langinfo and CODESET... yes | |
checking for mkdtemp... yes | |
checking for strdup... yes | |
checking for strncasecmp... yes | |
checking whether mkdtemp is declared... yes | |
checking whether strdup is declared... yes | |
checking whether strncasecmp is declared... yes | |
checking for library containing connect... none required | |
checking for library containing gethostbyname... none required | |
checking for library containing xdr_string... none required | |
checking for __setfpucw... no | |
checking for working calloc... yes | |
checking for working isfinite... yes | |
checking for working log1p... yes | |
checking whether ftell works correctly on files opened for append... yes | |
checking for working sigaction... yes | |
checking whether mktime sets errno... no | |
checking whether mktime works correctly outside 1902-2037... no | |
checking complex.h usability... yes | |
checking complex.h presence... yes | |
checking for complex.h... yes | |
checking for double complex... yes | |
checking whether C99 double complex is supported... yes | |
checking whether cabs exists and is declared... yes | |
checking whether carg exists and is declared... yes | |
checking whether cexp exists and is declared... yes | |
checking whether clog exists and is declared... yes | |
checking whether csqrt exists and is declared... yes | |
checking whether cpow exists and is declared... yes | |
checking whether ccos exists and is declared... yes | |
checking whether csin exists and is declared... yes | |
checking whether ctan exists and is declared... yes | |
checking whether cacos exists and is declared... yes | |
checking whether casin exists and is declared... yes | |
checking whether catan exists and is declared... yes | |
checking whether ccosh exists and is declared... yes | |
checking whether csinh exists and is declared... yes | |
checking whether ctanh exists and is declared... yes | |
checking whether 'struct tm' includes tm_zone... yes | |
checking whether 'struct tm' includes tm_gmtoff... yes | |
checking for cblas_cdotu_sub in vecLib framework... -framework vecLib | |
checking for dgemm_ in -framework Accelerate... yes | |
checking whether double complex BLAS can be used... yes | |
checking whether the BLAS is complete... yes | |
checking for dpstrf_... yes | |
checking iconv.h usability... yes | |
checking iconv.h presence... yes | |
checking for iconv.h... yes | |
checking for iconv... in libiconv | |
checking whether iconv accepts "UTF-8", "latin1", "ASCII" and "UCS-*"... yes | |
checking for iconvlist... yes | |
checking for iconv... yes | |
checking for iconv declaration... | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking wctype.h usability... yes | |
checking wctype.h presence... yes | |
checking for wctype.h... yes | |
checking whether mbrtowc exists and is declared... yes | |
checking whether wcrtomb exists and is declared... yes | |
checking whether wcscoll exists and is declared... yes | |
checking whether wcsftime exists and is declared... yes | |
checking whether wcstod exists and is declared... yes | |
checking whether mbstowcs exists and is declared... yes | |
checking whether wcstombs exists and is declared... yes | |
checking whether wctrans exists and is declared... yes | |
checking whether iswblank exists and is declared... yes | |
checking whether wctype exists and is declared... yes | |
checking whether iswctype exists and is declared... yes | |
checking for wctrans_t... yes | |
checking for mbstate_t... yes | |
checking for ICU... no | |
checking for ucol_open in -licucore... yes | |
checking for X... libraries , headers | |
checking for gethostbyname... yes | |
checking for connect... yes | |
checking for remove... yes | |
checking for shmat... yes | |
checking for IceConnectionNumber in -lICE... yes | |
checking X11/Intrinsic.h usability... yes | |
checking X11/Intrinsic.h presence... yes | |
checking for X11/Intrinsic.h... yes | |
checking for XtToolkitInitialize in -lXt... yes | |
using X11 ... yes | |
checking for KeySym... yes | |
checking X11/Xmu/Atoms.h usability... yes | |
checking X11/Xmu/Atoms.h presence... yes | |
checking for X11/Xmu/Atoms.h... yes | |
checking for XmuInternAtom in -lXmu... yes | |
checking whether pkg-config knows about cairo and pango... no | |
checking whether pkg-config knows about cairo... yes | |
checking whether cairo is >= 1.2 and works... yes | |
checking for CFStringGetSystemEncoding in CoreFoundation framework... -framework CoreFoundation | |
checking for tclConfig.sh... no | |
checking for tclConfig.sh in library (sub)directories... /usr/lib/tclConfig.sh | |
checking for tkConfig.sh... no | |
checking for tkConfig.sh in library (sub)directories... /usr/lib/tkConfig.sh | |
checking tcl.h usability... yes | |
checking tcl.h presence... yes | |
checking for tcl.h... yes | |
checking tk.h usability... yes | |
checking tk.h presence... yes | |
checking for tk.h... yes | |
checking whether compiling/linking Tcl/Tk code works... yes | |
checking for BSD networking... yes | |
checking if jpeglib version >= 6b... yes | |
checking for jpeg_destroy_compress in -ljpeg... yes | |
checking for main in -lz... yes | |
checking if libpng version >= 1.2.7... yes | |
checking for png_create_write_struct in -lpng... yes | |
checking tiffio.h usability... yes | |
checking tiffio.h presence... yes | |
checking for tiffio.h... yes | |
checking for TIFFOpen in -ltiff... yes | |
checking rpc/types.h usability... yes | |
checking rpc/types.h presence... yes | |
checking for rpc/types.h... yes | |
checking for rpc/xdr.h... yes | |
checking for XDR support... yes | |
checking whether zlib support needs to be compiled... yes | |
checking mmap support for zlib... yes | |
checking whether bzip2 support needs to be compiled... yes | |
checking for lzma_version_number in -llzma... yes | |
checking lzma.h usability... yes | |
checking lzma.h presence... yes | |
checking for lzma.h... yes | |
checking if lzma version >= 5.0.3... yes | |
checking whether PCRE support needs to be compiled... yes | |
checking whether leap seconds are treated according to POSIX... yes | |
checking for inline... inline | |
checking for sys/time.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... (cached) yes | |
checking for struct stat.st_atim.tv_nsec... no | |
checking for struct stat.st_atimespec.tv_nsec... yes | |
checking for setitimer... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking whether KERN_USRSTACK sysctl is supported... yes | |
checking for lpr... lpr | |
checking for paperconf... false | |
checking whether we are using the GNU Fortran compiler... yes | |
checking whether /usr/local/bin/gfortran accepts -g... yes | |
checking whether we are using the GNU Fortran compiler... (cached) yes | |
checking whether /usr/local/bin/gfortran accepts -g... (cached) yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking for /usr/local/bin/gfortran option to produce PIC... -fno-common | |
checking if /usr/local/bin/gfortran PIC flag -fno-common works... yes | |
checking if /usr/local/bin/gfortran static flag -static works... no | |
checking if /usr/local/bin/gfortran supports -c -o file.o... yes | |
checking if /usr/local/bin/gfortran supports -c -o file.o... (cached) yes | |
checking whether the /usr/local/bin/gfortran linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin13.3.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for Fortran flag to compile .f90 files... none | |
checking for Fortran flag to compile .f95 files... none | |
checking for /usr/local/bin/gfortran option to support OpenMP... -fopenmp | |
checking for recommended packages... yes | |
checking whether NLS is requested... yes | |
Configuring src/extra/intl directory | |
checking for a thread-safe mkdir -p... tools/install-sh -c -d | |
checking whether we are using the GNU C Library 2 or newer... no | |
checking for ranlib... (cached) ranlib | |
checking for simple visibility declarations... yes | |
checking for stdint.h... yes | |
checking for getpagesize... yes | |
checking for working mmap... yes | |
checking whether integer division by zero raises SIGFPE... no | |
checking for inttypes.h... yes | |
checking for unsigned long long int... yes | |
checking for inttypes.h... (cached) yes | |
checking whether the inttypes.h PRIxNN macros are broken... no | |
checking whether imported symbols can be declared weak... no | |
checking for multithread API to use... none | |
checking argz.h usability... no | |
checking argz.h presence... no | |
checking for argz.h... no | |
checking for inttypes.h... (cached) yes | |
checking for limits.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... (cached) yes | |
checking for getcwd... yes | |
checking for getegid... yes | |
checking for geteuid... yes | |
checking for getgid... yes | |
checking for getuid... yes | |
checking for mempcpy... (cached) no | |
checking for munmap... yes | |
checking for stpcpy... yes | |
checking for strcasecmp... yes | |
checking for strdup... (cached) yes | |
checking for strtoul... yes | |
checking for tsearch... yes | |
checking for argz_count... no | |
checking for argz_stringify... no | |
checking for argz_next... no | |
checking for __fsetlocking... no | |
checking whether feof_unlocked is declared... yes | |
checking whether fgets_unlocked is declared... no | |
checking for iconv... (cached) yes | |
checking for iconv declaration... (cached) | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking for NL_LOCALE_NAME macro... no | |
checking for bison... bison | |
checking version of bison... 2.3, ok | |
checking for long long int... yes | |
checking for long double... yes | |
checking for wchar_t... yes | |
checking for wint_t... yes | |
checking for intmax_t... yes | |
checking whether printf() supports POSIX/XSI format strings... yes | |
checking whether we are using the GNU C Library 2.1 or newer... no | |
checking for stdint.h... (cached) yes | |
checking for SIZE_MAX... yes | |
checking for stdint.h... (cached) yes | |
checking for CFPreferencesCopyAppValue... yes | |
checking for CFLocaleCopyCurrent... yes | |
checking for ptrdiff_t... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for asprintf... yes | |
checking for fwprintf... yes | |
checking for putenv... (cached) yes | |
checking for setenv... yes | |
checking for setlocale... yes | |
checking for snprintf... yes | |
checking for wcslen... yes | |
checking whether _snprintf is declared... no | |
checking whether _snwprintf is declared... no | |
checking whether getc_unlocked is declared... yes | |
checking for nl_langinfo and CODESET... (cached) yes | |
checking for LC_MESSAGES... yes | |
checking for shared library run path origin... done | |
checking for CFPreferencesCopyAppValue... (cached) yes | |
checking for CFLocaleCopyCurrent... (cached) yes | |
checking whether included gettext is requested... no | |
checking for GNU gettext in libc... no | |
checking for GNU gettext in libintl... yes | |
checking whether to use NLS... yes | |
checking where the gettext function comes from... external libintl | |
checking how to link with libintl... -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
Finished configuring src/extra/intl directory | |
using as R_SHELL for scripts ... /bin/sh | |
configure: creating ./config.status | |
config.status: creating Makeconf | |
config.status: creating Makefile | |
config.status: creating doc/Makefile | |
config.status: creating doc/html/Makefile | |
config.status: creating doc/manual/Makefile | |
config.status: creating etc/Makefile | |
config.status: creating etc/Makeconf | |
config.status: creating etc/Renviron | |
config.status: creating etc/javaconf | |
config.status: creating etc/ldpaths | |
config.status: creating m4/Makefile | |
config.status: creating po/Makefile | |
config.status: creating share/Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/appl/Makefile | |
config.status: creating src/extra/Makefile | |
config.status: creating src/extra/blas/Makefile | |
config.status: creating src/extra/bzip2/Makefile | |
config.status: creating src/extra/intl/Makefile | |
config.status: creating src/extra/pcre/Makefile | |
config.status: creating src/extra/tre/Makefile | |
config.status: creating src/extra/tzone/Makefile | |
config.status: creating src/extra/xdr/Makefile | |
config.status: creating src/extra/xz/Makefile | |
config.status: creating src/extra/zlib/Makefile | |
config.status: creating src/include/Makefile | |
config.status: creating src/include/Rmath.h0 | |
config.status: creating src/include/R_ext/Makefile | |
config.status: creating src/library/Recommended/Makefile | |
config.status: creating src/library/Makefile | |
config.status: creating src/library/base/DESCRIPTION | |
config.status: creating src/library/base/Makefile | |
config.status: creating src/library/compiler/DESCRIPTION | |
config.status: creating src/library/compiler/Makefile | |
config.status: creating src/library/datasets/DESCRIPTION | |
config.status: creating src/library/datasets/Makefile | |
config.status: creating src/library/graphics/DESCRIPTION | |
config.status: creating src/library/graphics/Makefile | |
config.status: creating src/library/graphics/src/Makefile | |
config.status: creating src/library/grDevices/DESCRIPTION | |
config.status: creating src/library/grDevices/Makefile | |
config.status: creating src/library/grDevices/src/Makefile | |
config.status: creating src/library/grDevices/src/cairo/Makefile | |
config.status: creating src/library/grid/DESCRIPTION | |
config.status: creating src/library/grid/Makefile | |
config.status: creating src/library/grid/src/Makefile | |
config.status: creating src/library/methods/DESCRIPTION | |
config.status: creating src/library/methods/Makefile | |
config.status: creating src/library/methods/src/Makefile | |
config.status: creating src/library/parallel/DESCRIPTION | |
config.status: creating src/library/parallel/Makefile | |
config.status: creating src/library/parallel/src/Makefile | |
config.status: creating src/library/profile/Makefile | |
config.status: creating src/library/stats/DESCRIPTION | |
config.status: creating src/library/stats/Makefile | |
config.status: creating src/library/stats/src/Makefile | |
config.status: creating src/library/stats4/DESCRIPTION | |
config.status: creating src/library/stats4/Makefile | |
config.status: creating src/library/splines/DESCRIPTION | |
config.status: creating src/library/splines/Makefile | |
config.status: creating src/library/splines/src/Makefile | |
config.status: creating src/library/tcltk/DESCRIPTION | |
config.status: creating src/library/tcltk/Makefile | |
config.status: creating src/library/tcltk/src/Makefile | |
config.status: creating src/library/tools/DESCRIPTION | |
config.status: creating src/library/tools/Makefile | |
config.status: creating src/library/tools/src/Makefile | |
config.status: creating src/library/translations/DESCRIPTION | |
config.status: creating src/library/translations/Makefile | |
config.status: creating src/library/utils/DESCRIPTION | |
config.status: creating src/library/utils/Makefile | |
config.status: creating src/library/utils/src/Makefile | |
config.status: creating src/main/Makefile | |
config.status: creating src/modules/Makefile | |
config.status: creating src/modules/X11/Makefile | |
config.status: creating src/modules/internet/Makefile | |
config.status: creating src/modules/lapack/Makefile | |
config.status: creating src/modules/vfonts/Makefile | |
config.status: creating src/nmath/Makefile | |
config.status: creating src/nmath/standalone/Makefile | |
config.status: creating src/scripts/Makefile | |
config.status: creating src/scripts/R.sh | |
config.status: creating src/scripts/Rcmd | |
config.status: creating src/scripts/f77_f2c | |
config.status: creating src/scripts/javareconf | |
config.status: creating src/scripts/mkinstalldirs | |
config.status: creating src/scripts/pager | |
config.status: creating src/scripts/rtags | |
config.status: creating src/unix/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating tests/Embedding/Makefile | |
config.status: creating tests/Examples/Makefile | |
config.status: creating tools/Makefile | |
config.status: creating src/include/config.h | |
config.status: executing libtool commands | |
config.status: executing stamp-h commands | |
R is now configured for x86_64-apple-darwin13.3.0 | |
Source directory: . | |
Installation directory: /usr/local/Cellar/r/3.1.1 | |
C compiler: clang -g -O2 | |
Fortran 77 compiler: /usr/local/bin/gfortran -g -O2 | |
C++ compiler: clang++ -g -O2 | |
C++ 11 compiler: clang++ -std=c++11 -g -O2 | |
Fortran 90/95 compiler: /usr/local/bin/gfortran -g -O2 | |
Obj-C compiler: clang -g -O2 -fobjc-exceptions | |
Interfaces supported: X11, aqua, tcltk | |
External libraries: readline, BLAS(generic), LAPACK(in blas), ICU, lzma | |
Additional capabilities: PNG, JPEG, TIFF, NLS, cairo | |
Options enabled: framework, R profiling | |
Recommended packages: yes | |
configure: WARNING: you cannot build PDF versions of the R manuals | |
configure: WARNING: you cannot build PDF versions of vignettes and help pages | |
==> make | |
make[1]: Nothing to be done for `R'. | |
make[1]: Nothing to be done for `R'. | |
make[2]: Nothing to be done for `R'. | |
creating src/scripts/R.fe | |
mkdir ../../bin | |
mkdir ../../include | |
mkdir ../../../include/R_ext | |
making blocksort.d from blocksort.c | |
making bzcompress.d from bzcompress.c | |
making bzlib.d from bzlib.c | |
making crctable.d from crctable.c | |
making adler32.d from adler32.c | |
making localtime.d from localtime.c | |
making pcre_chartables.d from pcre_chartables.c | |
making regcomp.d from regcomp.c | |
making decompress.d from decompress.c | |
making huffman.d from huffman.c | |
making compress.d from compress.c | |
making randtable.d from randtable.c | |
making crc32.d from crc32.c | |
making pcre_compile.d from pcre_compile.c | |
making regerror.d from regerror.c | |
making strftime.d from strftime.c | |
making deflate.d from deflate.c | |
making pcre_config.d from pcre_config.c | |
making regexec.d from regexec.c | |
making infback.d from infback.c | |
making tre-ast.d from tre-ast.c | |
making pcre_exec.d from pcre_exec.c | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c blocksort.c -o blocksort.o | |
clang -I. -I../../../src/include -I../../../src/include -I. -I../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -I/System/Library/Frameworks/CoreFoundation.framework/Headers -fPIC -g -O2 -c localtime.c -o localtime.o | |
making inflate.d from inflate.c | |
making inffast.d from inffast.c | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c bzlib.c -o bzlib.o | |
making inftrees.d from inftrees.c | |
making tre-compile.d from tre-compile.c | |
making pcre_fullinfo.d from pcre_fullinfo.c | |
making trees.d from trees.c | |
making uncompr.d from uncompr.c | |
clang -I. -I../../../src/include -I../../../src/include -I. -I../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -I/System/Library/Frameworks/CoreFoundation.framework/Headers -fPIC -g -O2 -c strftime.c -o strftime.o | |
making tre-match-approx.d from tre-match-approx.c | |
making pcre_get.d from pcre_get.c | |
making zutil.d from zutil.c | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c bzcompress.c -o bzcompress.o | |
making tre-match-backtrack.d from tre-match-backtrack.c | |
making pcre_globals.d from pcre_globals.c | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c crctable.c -o crctable.o | |
making pcre_jit_compile.d from pcre_jit_compile.c | |
clang -I. -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c adler32.c -o adler32.o | |
making tre-match-parallel.d from tre-match-parallel.c | |
ar cr libtz.a localtime.o strftime.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c decompress.c -o decompress.o | |
making tre-mem.d from tre-mem.c | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c huffman.c -o huffman.o | |
making pcre_maketables.d from pcre_maketables.c | |
clang -I. -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c compress.c -o compress.o | |
clang -I. -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c crc32.c -o crc32.o | |
making tre-parse.d from tre-parse.c | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c randtable.c -o randtable.o | |
making pcre_newline.d from pcre_newline.c | |
clang -I. -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c deflate.c -o deflate.o | |
making tre-stack.d from tre-stack.c | |
making xmalloc.d from xmalloc.c | |
making pcre_ord2utf8.d from pcre_ord2utf8.c | |
making pcre_refcount.d from pcre_refcount.c | |
clang -I. -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c infback.c -o infback.o | |
clang -I. -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c inffast.c -o inffast.o | |
clang -I. -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c inflate.c -o inflate.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c regcomp.c -o regcomp.o | |
making pcre_study.d from pcre_study.c | |
making pcre_tables.d from pcre_tables.c | |
clang -I. -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c inftrees.c -o inftrees.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c regerror.c -o regerror.o | |
making pcre_ucd.d from pcre_ucd.c | |
clang -I. -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c trees.c -o trees.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c regexec.c -o regexec.o | |
making pcre_valid_utf8.d from pcre_valid_utf8.c | |
clang -I. -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c uncompr.c -o uncompr.o | |
clang -I. -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c zutil.c -o zutil.o | |
making pcre_version.d from pcre_version.c | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c tre-ast.c -o tre-ast.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c tre-compile.c -o tre-compile.o | |
making pcre_xclass.d from pcre_xclass.c | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c tre-match-approx.c -o tre-match-approx.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c tre-match-backtrack.c -o tre-match-backtrack.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c tre-match-parallel.c -o tre-match-parallel.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c tre-mem.c -o tre-mem.o | |
rm -f libz.a | |
ar cr libz.a adler32.o compress.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pcre_chartables.c -o pcre_chartables.o | |
ranlib libz.a | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c tre-parse.c -o tre-parse.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c tre-stack.c -o tre-stack.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pcre_compile.c -o pcre_compile.o | |
rm -f libbz2.a | |
ar cr libbz2.a blocksort.o bzlib.o bzcompress.o crctable.o decompress.o huffman.o randtable.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pcre_config.c -o pcre_config.o | |
ranlib libbz2.a | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pcre_exec.c -o pcre_exec.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pcre_fullinfo.c -o pcre_fullinfo.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pcre_get.c -o pcre_get.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c xmalloc.c -o xmalloc.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pcre_globals.c -o pcre_globals.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pcre_jit_compile.c -o pcre_jit_compile.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pcre_maketables.c -o pcre_maketables.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pcre_newline.c -o pcre_newline.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pcre_ord2utf8.c -o pcre_ord2utf8.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pcre_refcount.c -o pcre_refcount.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pcre_study.c -o pcre_study.o | |
rm -f libtre.a | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pcre_tables.c -o pcre_tables.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pcre_ucd.c -o pcre_ucd.o | |
ar cr libtre.a regcomp.o regerror.o regexec.o tre-ast.o tre-compile.o tre-match-approx.o tre-match-backtrack.o tre-match-parallel.o tre-mem.o tre-parse.o tre-stack.o xmalloc.o | |
ranlib libtre.a | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pcre_valid_utf8.c -o pcre_valid_utf8.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pcre_version.c -o pcre_version.o | |
clang -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pcre_xclass.c -o pcre_xclass.o | |
rm -f libpcre.a | |
ar cr libpcre.a pcre_chartables.o pcre_compile.o pcre_config.o pcre_exec.o pcre_fullinfo.o pcre_get.o pcre_globals.o pcre_jit_compile.o pcre_maketables.o pcre_newline.o pcre_ord2utf8.o pcre_refcount.o pcre_study.o pcre_tables.o pcre_ucd.o pcre_valid_utf8.o pcre_version.o pcre_xclass.o | |
ranlib libpcre.a | |
making interv.d from interv.c | |
making integrate.d from integrate.c | |
making maxcol.d from maxcol.c | |
making optim.d from optim.c | |
making pretty.d from pretty.c | |
making uncmin.d from uncmin.c | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c integrate.c -o integrate.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c interv.c -o interv.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c maxcol.c -o maxcol.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c optim.c -o optim.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pretty.c -o pretty.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c uncmin.c -o uncmin.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c dchdc.f -o dchdc.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c dpbfa.f -o dpbfa.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c dpbsl.f -o dpbsl.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c dpoco.f -o dpoco.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c dpodi.f -o dpodi.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c dpofa.f -o dpofa.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c dposl.f -o dposl.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c dqrdc.f -o dqrdc.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c dqrdc2.f -o dqrdc2.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c dqrls.f -o dqrls.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c dqrsl.f -o dqrsl.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c dqrutl.f -o dqrutl.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c dsvdc.f -o dsvdc.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c dtrco.f -o dtrco.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c dtrsl.f -o dtrsl.o | |
rm -f libappl.a | |
ar cr libappl.a integrate.o interv.o maxcol.o optim.o pretty.o uncmin.o dchdc.o dpbfa.o dpbsl.o dpoco.o dpodi.o dpofa.o dposl.o dqrdc.o dqrdc2.o dqrls.o dqrsl.o dqrutl.o dsvdc.o dtrco.o dtrsl.o | |
ranlib libappl.a | |
making d1mach.d from d1mach.c | |
making mlutils.d from mlutils.c | |
making fmax2.d from fmax2.c | |
making i1mach.d from i1mach.c | |
making fmin2.d from fmin2.c | |
making fprec.d from fprec.c | |
making fround.d from fround.c | |
making ftrunc.d from ftrunc.c | |
making sign.d from sign.c | |
making fsign.d from fsign.c | |
making imax2.d from imax2.c | |
making imin2.d from imin2.c | |
making chebyshev.d from chebyshev.c | |
making log1p.d from log1p.c | |
making expm1.d from expm1.c | |
making lgammacor.d from lgammacor.c | |
making gammalims.d from gammalims.c | |
making stirlerr.d from stirlerr.c | |
making bd0.d from bd0.c | |
making gamma.d from gamma.c | |
making lgamma.d from lgamma.c | |
making gamma_cody.d from gamma_cody.c | |
making beta.d from beta.c | |
making lbeta.d from lbeta.c | |
making polygamma.d from polygamma.c | |
making cospi.d from cospi.c | |
making bessel_i.d from bessel_i.c | |
making bessel_j.d from bessel_j.c | |
making bessel_k.d from bessel_k.c | |
making bessel_y.d from bessel_y.c | |
making choose.d from choose.c | |
making snorm.d from snorm.c | |
making sexp.d from sexp.c | |
making dgamma.d from dgamma.c | |
making pgamma.d from pgamma.c | |
making qgamma.d from qgamma.c | |
making rgamma.d from rgamma.c | |
making dbeta.d from dbeta.c | |
making pbeta.d from pbeta.c | |
making qbeta.d from qbeta.c | |
making rbeta.d from rbeta.c | |
making dunif.d from dunif.c | |
making punif.d from punif.c | |
making qunif.d from qunif.c | |
making runif.d from runif.c | |
making dnorm.d from dnorm.c | |
making pnorm.d from pnorm.c | |
making qnorm.d from qnorm.c | |
making rnorm.d from rnorm.c | |
making dlnorm.d from dlnorm.c | |
making plnorm.d from plnorm.c | |
making qlnorm.d from qlnorm.c | |
making rlnorm.d from rlnorm.c | |
making df.d from df.c | |
making pf.d from pf.c | |
making qf.d from qf.c | |
making rf.d from rf.c | |
making dnf.d from dnf.c | |
making dt.d from dt.c | |
making pt.d from pt.c | |
making qt.d from qt.c | |
making rt.d from rt.c | |
making dnt.d from dnt.c | |
making dchisq.d from dchisq.c | |
making pchisq.d from pchisq.c | |
making qchisq.d from qchisq.c | |
making rchisq.d from rchisq.c | |
making rnchisq.d from rnchisq.c | |
making dbinom.d from dbinom.c | |
making pbinom.d from pbinom.c | |
making qbinom.d from qbinom.c | |
making rbinom.d from rbinom.c | |
making rmultinom.d from rmultinom.c | |
making dcauchy.d from dcauchy.c | |
making pcauchy.d from pcauchy.c | |
making qcauchy.d from qcauchy.c | |
making rcauchy.d from rcauchy.c | |
making dexp.d from dexp.c | |
making pexp.d from pexp.c | |
making qexp.d from qexp.c | |
making rexp.d from rexp.c | |
making dgeom.d from dgeom.c | |
making pgeom.d from pgeom.c | |
making qgeom.d from qgeom.c | |
making rgeom.d from rgeom.c | |
making dhyper.d from dhyper.c | |
making phyper.d from phyper.c | |
making qhyper.d from qhyper.c | |
making rhyper.d from rhyper.c | |
making dnbinom.d from dnbinom.c | |
making pnbinom.d from pnbinom.c | |
making qnbinom.d from qnbinom.c | |
making rnbinom.d from rnbinom.c | |
making dpois.d from dpois.c | |
making ppois.d from ppois.c | |
making qpois.d from qpois.c | |
making rpois.d from rpois.c | |
making qweibull.d from qweibull.c | |
making dweibull.d from dweibull.c | |
making pweibull.d from pweibull.c | |
making rweibull.d from rweibull.c | |
making dlogis.d from dlogis.c | |
making plogis.d from plogis.c | |
making qlogis.d from qlogis.c | |
making rlogis.d from rlogis.c | |
making dnchisq.d from dnchisq.c | |
making pnchisq.d from pnchisq.c | |
making qnchisq.d from qnchisq.c | |
making dnbeta.d from dnbeta.c | |
making pnbeta.d from pnbeta.c | |
making qnbeta.d from qnbeta.c | |
making pnf.d from pnf.c | |
making pnt.d from pnt.c | |
making qnt.d from qnt.c | |
making qnf.d from qnf.c | |
making ptukey.d from ptukey.c | |
making qtukey.d from qtukey.c | |
making toms708.d from toms708.c | |
making wilcox.d from wilcox.c | |
making signrank.d from signrank.c | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c mlutils.c -o mlutils.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c d1mach.c -o d1mach.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c i1mach.c -o i1mach.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c fmax2.c -o fmax2.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c fmin2.c -o fmin2.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c fprec.c -o fprec.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c fround.c -o fround.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c ftrunc.c -o ftrunc.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c sign.c -o sign.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c fsign.c -o fsign.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c imax2.c -o imax2.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c imin2.c -o imin2.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c chebyshev.c -o chebyshev.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c log1p.c -o log1p.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c expm1.c -o expm1.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c lgammacor.c -o lgammacor.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c gammalims.c -o gammalims.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c stirlerr.c -o stirlerr.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c bd0.c -o bd0.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c gamma.c -o gamma.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c lgamma.c -o lgamma.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c gamma_cody.c -o gamma_cody.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c beta.c -o beta.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c lbeta.c -o lbeta.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c polygamma.c -o polygamma.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c cospi.c -o cospi.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c bessel_i.c -o bessel_i.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c bessel_j.c -o bessel_j.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c bessel_k.c -o bessel_k.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c bessel_y.c -o bessel_y.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c choose.c -o choose.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c snorm.c -o snorm.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c sexp.c -o sexp.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dgamma.c -o dgamma.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pgamma.c -o pgamma.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qgamma.c -o qgamma.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rgamma.c -o rgamma.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dbeta.c -o dbeta.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pbeta.c -o pbeta.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qbeta.c -o qbeta.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rbeta.c -o rbeta.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dunif.c -o dunif.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c punif.c -o punif.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qunif.c -o qunif.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c runif.c -o runif.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dnorm.c -o dnorm.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pnorm.c -o pnorm.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qnorm.c -o qnorm.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rnorm.c -o rnorm.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dlnorm.c -o dlnorm.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c plnorm.c -o plnorm.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qlnorm.c -o qlnorm.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rlnorm.c -o rlnorm.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c df.c -o df.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pf.c -o pf.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qf.c -o qf.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rf.c -o rf.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dnf.c -o dnf.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dt.c -o dt.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pt.c -o pt.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qt.c -o qt.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rt.c -o rt.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dnt.c -o dnt.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dchisq.c -o dchisq.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pchisq.c -o pchisq.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qchisq.c -o qchisq.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rchisq.c -o rchisq.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rnchisq.c -o rnchisq.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dbinom.c -o dbinom.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pbinom.c -o pbinom.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qbinom.c -o qbinom.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rbinom.c -o rbinom.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rmultinom.c -o rmultinom.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dcauchy.c -o dcauchy.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pcauchy.c -o pcauchy.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qcauchy.c -o qcauchy.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rcauchy.c -o rcauchy.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dexp.c -o dexp.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pexp.c -o pexp.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qexp.c -o qexp.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rexp.c -o rexp.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dgeom.c -o dgeom.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pgeom.c -o pgeom.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qgeom.c -o qgeom.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rgeom.c -o rgeom.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dhyper.c -o dhyper.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c phyper.c -o phyper.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qhyper.c -o qhyper.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rhyper.c -o rhyper.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dnbinom.c -o dnbinom.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pnbinom.c -o pnbinom.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qnbinom.c -o qnbinom.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rnbinom.c -o rnbinom.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dpois.c -o dpois.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c ppois.c -o ppois.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qpois.c -o qpois.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rpois.c -o rpois.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dweibull.c -o dweibull.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pweibull.c -o pweibull.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qweibull.c -o qweibull.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rweibull.c -o rweibull.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dlogis.c -o dlogis.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c plogis.c -o plogis.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qlogis.c -o qlogis.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rlogis.c -o rlogis.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dnchisq.c -o dnchisq.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pnchisq.c -o pnchisq.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qnchisq.c -o qnchisq.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dnbeta.c -o dnbeta.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pnbeta.c -o pnbeta.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qnbeta.c -o qnbeta.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pnf.c -o pnf.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c pnt.c -o pnt.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qnf.c -o qnf.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qnt.c -o qnt.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c ptukey.c -o ptukey.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qtukey.c -o qtukey.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c toms708.c -o toms708.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c wilcox.c -o wilcox.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c signrank.c -o signrank.o | |
rm -rf libnmath.a | |
ar cr libnmath.a mlutils.o d1mach.o i1mach.o fmax2.o fmin2.o fprec.o fround.o ftrunc.o sign.o fsign.o imax2.o imin2.o chebyshev.o log1p.o expm1.o lgammacor.o gammalims.o stirlerr.o bd0.o gamma.o lgamma.o gamma_cody.o beta.o lbeta.o polygamma.o cospi.o bessel_i.o bessel_j.o bessel_k.o bessel_y.o choose.o snorm.o sexp.o dgamma.o pgamma.o qgamma.o rgamma.o dbeta.o pbeta.o qbeta.o rbeta.o dunif.o punif.o qunif.o runif.o dnorm.o pnorm.o qnorm.o rnorm.o dlnorm.o plnorm.o qlnorm.o rlnorm.o df.o pf.o qf.o rf.o dnf.o dt.o pt.o qt.o rt.o dnt.o dchisq.o pchisq.o qchisq.o rchisq.o rnchisq.o dbinom.o pbinom.o qbinom.o rbinom.o rmultinom.o dcauchy.o pcauchy.o qcauchy.o rcauchy.o dexp.o pexp.o qexp.o rexp.o dgeom.o pgeom.o qgeom.o rgeom.o dhyper.o phyper.o qhyper.o rhyper.o dnbinom.o pnbinom.o qnbinom.o rnbinom.o dpois.o ppois.o qpois.o rpois.o dweibull.o pweibull.o qweibull.o rweibull.o dlogis.o plogis.o qlogis.o rlogis.o dnchisq.o pnchisq.o qnchisq.o dnbeta.o pnbeta.o qnbeta.o pnf.o pnt.o qnf.o qnt.o ptukey.o qtukey.o toms708.o wilcox.o signrank.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libnmath.a(mlutils.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libnmath.a(log1p.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libnmath.a(expm1.o) has no symbols | |
ranlib libnmath.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libnmath.a(mlutils.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libnmath.a(log1p.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libnmath.a(expm1.o) has no symbols | |
config.status: creating src/unix/Makefile | |
making Rembedded.d from Rembedded.c | |
making dynload.d from dynload.c | |
making system.d from system.c | |
making sys-unix.d from sys-unix.c | |
making sys-std.d from sys-std.c | |
making X11.d from X11.c | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c Rembedded.c -o Rembedded.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dynload.c -o dynload.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c system.c -o system.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c sys-unix.c -o sys-unix.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c sys-std.c -o sys-std.o | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c X11.c -o X11.o | |
rm -rf libunix.a | |
ar cr libunix.a Rembedded.o dynload.o system.o sys-unix.o sys-std.o X11.o | |
ranlib libunix.a | |
clang -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -L/usr/local/Cellar/readline/6.3.6/lib -DR_HOME='"/private/tmp/r-PgdT/R-3.1.1"' \ | |
-o Rscript ./Rscript.c | |
config.status: creating src/main/Makefile | |
making CommandLineArgs.d from CommandLineArgs.c | |
making Rdynload.d from Rdynload.c | |
making RNG.d from RNG.c | |
making agrep.d from agrep.c | |
making apply.d from apply.c | |
making Renviron.d from Renviron.c | |
making arithmetic.d from arithmetic.c | |
making array.d from array.c | |
making attrib.d from attrib.c | |
making bind.d from bind.c | |
making builtin.d from builtin.c | |
making character.d from character.c | |
making coerce.d from coerce.c | |
making colors.d from colors.c | |
making complex.d from complex.c | |
making connections.d from connections.c | |
making context.d from context.c | |
making cum.d from cum.c | |
making dcf.d from dcf.c | |
making datetime.d from datetime.c | |
making debug.d from debug.c | |
making deparse.d from deparse.c | |
making devices.d from devices.c | |
making dotcode.d from dotcode.c | |
making dstruct.d from dstruct.c | |
making dounzip.d from dounzip.c | |
making duplicate.d from duplicate.c | |
making edit.d from edit.c | |
making engine.d from engine.c | |
making envir.d from envir.c | |
making errors.d from errors.c | |
making eval.d from eval.c | |
making format.d from format.c | |
making gevents.d from gevents.c | |
making gram.d from gram.c | |
making gram-ex.d from gram-ex.c | |
making graphics.d from graphics.c | |
making grep.d from grep.c | |
making identical.d from identical.c | |
making inlined.d from inlined.c | |
making inspect.d from inspect.c | |
making internet.d from internet.c | |
making iosupport.d from iosupport.c | |
making lapack.d from lapack.c | |
making list.d from list.c | |
making localecharset.d from localecharset.c | |
making logic.d from logic.c | |
making main.d from main.c | |
making mapply.d from mapply.c | |
making match.d from match.c | |
making names.d from names.c | |
making memory.d from memory.c | |
making objects.d from objects.c | |
making options.d from options.c | |
making paste.d from paste.c | |
making platform.d from platform.c | |
making plot.d from plot.c | |
making plot3d.d from plot3d.c | |
making plotmath.d from plotmath.c | |
making print.d from print.c | |
making printarray.d from printarray.c | |
making printvector.d from printvector.c | |
making printutils.d from printutils.c | |
making qsort.d from qsort.c | |
making random.d from random.c | |
making raw.d from raw.c | |
making registration.d from registration.c | |
making relop.d from relop.c | |
making rlocale.d from rlocale.c | |
making saveload.d from saveload.c | |
making scan.d from scan.c | |
making seq.d from seq.c | |
making serialize.d from serialize.c | |
making sort.d from sort.c | |
making source.d from source.c | |
making split.d from split.c | |
making sprintf.d from sprintf.c | |
making startup.d from startup.c | |
making subassign.d from subassign.c | |
making subscript.d from subscript.c | |
making subset.d from subset.c | |
making summary.d from summary.c | |
making sysutils.d from sysutils.c | |
making times.d from times.c | |
making unique.d from unique.c | |
making util.d from util.c | |
making version.d from version.c | |
making vfonts.d from vfonts.c | |
making Rmain.d from Rmain.c | |
making alloca.d from alloca.c | |
making mkdtemp.d from mkdtemp.c | |
making strdup.d from strdup.c | |
making strncasecmp.d from strncasecmp.c | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c CommandLineArgs.c -o CommandLineArgs.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c Rdynload.c -o Rdynload.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c Renviron.c -o Renviron.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c RNG.c -o RNG.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c agrep.c -o agrep.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c apply.c -o apply.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c arithmetic.c -o arithmetic.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c array.c -o array.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c attrib.c -o attrib.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c bind.c -o bind.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c builtin.c -o builtin.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c character.c -o character.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c coerce.c -o coerce.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c colors.c -o colors.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c complex.c -o complex.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c connections.c -o connections.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c context.c -o context.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c cum.c -o cum.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dcf.c -o dcf.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c datetime.c -o datetime.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c debug.c -o debug.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c deparse.c -o deparse.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c devices.c -o devices.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dotcode.c -o dotcode.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dounzip.c -o dounzip.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dstruct.c -o dstruct.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c duplicate.c -o duplicate.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c edit.c -o edit.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c engine.c -o engine.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c envir.c -o envir.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c errors.c -o errors.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c eval.c -o eval.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c format.c -o format.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c gevents.c -o gevents.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c gram.c -o gram.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c gram-ex.c -o gram-ex.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c graphics.c -o graphics.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c grep.c -o grep.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c identical.c -o identical.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c inlined.c -o inlined.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c inspect.c -o inspect.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c internet.c -o internet.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c iosupport.c -o iosupport.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c lapack.c -o lapack.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c list.c -o list.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c localecharset.c -o localecharset.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c logic.c -o logic.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c main.c -o main.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c mapply.c -o mapply.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c match.c -o match.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c memory.c -o memory.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c names.c -o names.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c objects.c -o objects.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c options.c -o options.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c paste.c -o paste.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c platform.c -o platform.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c plot.c -o plot.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c plot3d.c -o plot3d.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c plotmath.c -o plotmath.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c print.c -o print.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c printarray.c -o printarray.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c printvector.c -o printvector.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c printutils.c -o printutils.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c qsort.c -o qsort.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c random.c -o random.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c raw.c -o raw.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c registration.c -o registration.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c relop.c -o relop.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rlocale.c -o rlocale.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c saveload.c -o saveload.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c scan.c -o scan.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c seq.c -o seq.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c serialize.c -o serialize.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c sort.c -o sort.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c source.c -o source.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c split.c -o split.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c sprintf.c -o sprintf.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c startup.c -o startup.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c subassign.c -o subassign.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c subscript.c -o subscript.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c subset.c -o subset.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c summary.c -o summary.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c sysutils.c -o sysutils.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c times.c -o times.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c unique.c -o unique.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c util.c -o util.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c version.c -o version.o | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c vfonts.c -o vfonts.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c xxxpr.f -o xxxpr.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/Cellar/readline/6.3.6/lib -install_name libR.dylib -compatibility_version 3.1.0 -current_version 3.1.1 -headerpad_max_install_names -o libR.dylib CommandLineArgs.o Rdynload.o Renviron.o RNG.o agrep.o apply.o arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o connections.o context.o cum.o dcf.o datetime.o debug.o deparse.o devices.o dotcode.o dounzip.o dstruct.o duplicate.o edit.o engine.o envir.o errors.o eval.o format.o gevents.o gram.o gram-ex.o graphics.o grep.o identical.o inlined.o inspect.o internet.o iosupport.o lapack.o list.o localecharset.o logic.o main.o mapply.o match.o memory.o names.o objects.o options.o paste.o platform.o plot.o plot3d.o plotmath.o print.o printarray.o printvector.o printutils.o qsort.o random.o raw.o registration.o relop.o rlocale.o saveload.o scan.o seq.o serialize.o sort.o source.o split.o sprintf.o startup.o subassign.o subscript.o subset.o summary.o sysutils.o times.o unique.o util.o version.o vfonts.o xxxpr.o `ls ../unix/*.o ../appl/*.o ../nmath/*.o` ../extra/zlib/libz.a ../extra/bzip2/libbz2.a ../extra/pcre/libpcre.a ../extra/tre/libtre.a ../extra/tzone/libtz.a -framework Accelerate -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin13.0.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib -lgfortran -lquadmath -lm -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation -lreadline -llzma -licucore -lm -liconv | |
mkdir /private/tmp/r-PgdT/R-3.1.1/bin/exec | |
mkdir /private/tmp/r-PgdT/R-3.1.1/lib | |
clang -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I../../src/extra -I. -I../../src/include -I../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c Rmain.c -o Rmain.o | |
clang -L/usr/local/Cellar/readline/6.3.6/lib -o R.bin Rmain.o -L../../lib -lR | |
making Rsock.d from Rsock.c | |
making Rhttpd.d from Rhttpd.c | |
making internet.d from internet.c | |
making nanoftp.d from nanoftp.c | |
making devX11.d from devX11.c | |
making nanohttp.d from nanohttp.c | |
making Lapack.d from Lapack.c | |
making g_alab_her.d from g_alab_her.c | |
making rotated.d from rotated.c | |
making sock.d from sock.c | |
making sockconn.d from sockconn.c | |
making g_cntrlify.d from g_cntrlify.c | |
making vecLibg95c.d from vecLibg95c.c | |
making g_fontdb.d from g_fontdb.c | |
making rbitmap.d from rbitmap.c | |
making g_her_glyph.d from g_her_glyph.c | |
clang -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c Rhttpd.c -o Rhttpd.o | |
clang -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c Rsock.c -o Rsock.o | |
clang -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c internet.c -o internet.o | |
clang -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c nanoftp.c -o nanoftp.o | |
clang -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c nanohttp.c -o nanohttp.o | |
clang -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c g_alab_her.c -o g_alab_her.o | |
clang -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/libpng/1.6.12/include/libpng16 -I/usr/local/Cellar/freetype/2.5.3_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.5.3_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.40.0_1/include/glib-2.0 -I/usr/local/Cellar/glib/2.40.0_1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.12.16_1/include/cairo -I/opt/X11/include -I../../../src/library/grDevices/src/cairo -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c devX11.c -o devX11.o | |
clang -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c Lapack.c -o Lapack.o | |
clang -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c g_cntrlify.c -o g_cntrlify.o | |
clang -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c g_fontdb.c -o g_fontdb.o | |
clang -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c sock.c -o sock.o | |
clang -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c sockconn.c -o sockconn.o | |
clang -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/libpng/1.6.12/include/libpng16 -I/usr/local/Cellar/freetype/2.5.3_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.5.3_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.40.0_1/include/glib-2.0 -I/usr/local/Cellar/glib/2.40.0_1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.12.16_1/include/cairo -I/opt/X11/include -I../../../src/library/grDevices/src/cairo -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rotated.c -o rotated.o | |
clang -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c vecLibg95c.c -o vecLibg95c.o | |
clang -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c g_her_glyph.c -o g_her_glyph.o | |
clang -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/libpng/1.6.12/include/libpng16 -I/usr/local/Cellar/freetype/2.5.3_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.5.3_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.40.0_1/include/glib-2.0 -I/usr/local/Cellar/glib/2.40.0_1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.12.16_1/include/cairo -I/opt/X11/include -I../../../src/library/grDevices/src/cairo -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rbitmap.c -o rbitmap.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c vecLibg95f.f -o vecLibg95f.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/Cellar/readline/6.3.6/lib -o internet.so Rhttpd.o Rsock.o internet.o nanoftp.o nanohttp.o sock.o sockconn.o -L../../../lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
clang -I. -I../../../src/include -I../../../src/include -I/usr/local/Cellar/libpng/1.6.12/include/libpng16 -I/usr/local/Cellar/freetype/2.5.3_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.5.3_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.40.0_1/include/glib-2.0 -I/usr/local/Cellar/glib/2.40.0_1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.12.16_1/include/cairo -I/opt/X11/include -I../../../src/library/grDevices/src/cairo -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dataentry.c -o dataentry.o | |
mkdir /private/tmp/r-PgdT/R-3.1.1/modules | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/Cellar/readline/6.3.6/lib -o vfonts.so g_alab_her.o g_cntrlify.o g_fontdb.o g_her_glyph.o -L../../../lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/Cellar/readline/6.3.6/lib -o lapack.so Lapack.o vecLibg95c.o vecLibg95f.o -L../../../lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation -framework Accelerate -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin13.0.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib -lgfortran -lquadmath -lm | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/Cellar/readline/6.3.6/lib -o R_X11.so devX11.o rotated.o rbitmap.o -lSM -lICE -L/usr/local/Cellar/libpng/1.6.12/lib -L/usr/local/Cellar/freetype/2.5.3_1/lib -L/usr/local/Cellar/libpng/1.6.10/lib -L/usr/local/Cellar/fontconfig/2.11.1/lib -L/usr/local/Cellar/freetype/2.5.3_1/lib -L/usr/local/Cellar/pixman/0.32.6/lib -L/usr/local/Cellar/glib/2.40.0_1/lib -L/usr/local/Cellar/libffi/3.0.13/lib -L/usr/local/Cellar/glib/2.40.0_1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.12.16_1/lib -L/opt/X11/lib -lz -lcairo -lz -lgobject-2.0 -lffi -lglib-2.0 -lintl -liconv -lpixman-1 -lfontconfig -lexpat -lfreetype -lz -lbz2 -lpng16 -lz -lpng16 -lz -lxcb-shm -lxcb-render -lXrender -lXext -lX11 -lxcb -lXau -lXdmcp -lX11 -lXt -lXmu -ltiff -ljpeg -lpng -lz -L../../../lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/Cellar/readline/6.3.6/lib -o R_de.so dataentry.o -lSM -lICE -L/usr/local/Cellar/libpng/1.6.12/lib -L/usr/local/Cellar/freetype/2.5.3_1/lib -L/usr/local/Cellar/libpng/1.6.10/lib -L/usr/local/Cellar/fontconfig/2.11.1/lib -L/usr/local/Cellar/freetype/2.5.3_1/lib -L/usr/local/Cellar/pixman/0.32.6/lib -L/usr/local/Cellar/glib/2.40.0_1/lib -L/usr/local/Cellar/libffi/3.0.13/lib -L/usr/local/Cellar/glib/2.40.0_1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.12.16_1/lib -L/opt/X11/lib -lz -lcairo -lz -lgobject-2.0 -lffi -lglib-2.0 -lintl -liconv -lpixman-1 -lfontconfig -lexpat -lfreetype -lz -lbz2 -lpng16 -lz -lpng16 -lz -lxcb-shm -lxcb-render -lXrender -lXext -lX11 -lxcb -lXau -lXdmcp -lX11 -lXt -lXmu -L../../../lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
mkdir ../../library | |
building system startup profile | |
mkdir ../../../library/base | |
mkdir ../../../library/base/R | |
building package 'translations' | |
mkdir ../../../library/translations | |
building package 'base' | |
mkdir ../../../library/base/demo | |
building package 'tools' | |
mkdir ../../../library/tools | |
mkdir ../../../library/tools/R | |
making text.d from text.c | |
making init.d from init.c | |
making Rmd5.d from Rmd5.c | |
making signals.d from signals.c | |
making install.d from install.c | |
making md5.d from md5.c | |
making getfmts.d from getfmts.c | |
making http.d from http.c | |
making gramLatex.d from gramLatex.c | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c text.c -o text.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c init.c -o init.o | |
making gramRd.d from gramRd.c | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c Rmd5.c -o Rmd5.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c md5.c -o md5.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c signals.c -o signals.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c install.c -o install.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c getfmts.c -o getfmts.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c http.c -o http.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c gramLatex.c -o gramLatex.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c gramRd.c -o gramRd.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/Cellar/readline/6.3.6/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o -L../../../../lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
mkdir ../../../../library/tools/libs | |
Warning messages: | |
1: In strptime(paste(.leap.seconds, "23:59:60"), "%Y-%m-%d %H:%M:%S") : | |
unknown timezone 'Europe/London' | |
2: In strptime(paste(.leap.seconds, "23:59:60"), "%Y-%m-%d %H:%M:%S") : | |
unknown timezone 'GMT' | |
3: In strptime(paste(.leap.seconds, "23:59:60"), "%Y-%m-%d %H:%M:%S") : | |
unknown timezone 'America/New_York' | |
Warning messages: | |
1: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
2: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
building package 'compiler' | |
mkdir ../../../library/compiler | |
mkdir ../../../library/compiler/R | |
Warning messages: | |
1: In strptime(paste(.leap.seconds, "23:59:60"), "%Y-%m-%d %H:%M:%S") : | |
unknown timezone 'Europe/London' | |
2: In strptime(paste(.leap.seconds, "23:59:60"), "%Y-%m-%d %H:%M:%S") : | |
unknown timezone 'GMT' | |
3: In strptime(paste(.leap.seconds, "23:59:60"), "%Y-%m-%d %H:%M:%S") : | |
unknown timezone 'America/New_York' | |
Warning messages: | |
1: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
2: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
byte-compiling package 'compiler' | |
Warning messages: | |
1: In strptime(paste(.leap.seconds, "23:59:60"), "%Y-%m-%d %H:%M:%S") : | |
unknown timezone 'Europe/London' | |
2: In strptime(paste(.leap.seconds, "23:59:60"), "%Y-%m-%d %H:%M:%S") : | |
unknown timezone 'GMT' | |
3: In strptime(paste(.leap.seconds, "23:59:60"), "%Y-%m-%d %H:%M:%S") : | |
unknown timezone 'America/New_York' | |
byte-compiling package 'base' | |
Warning messages: | |
1: In strptime(paste(.leap.seconds, "23:59:60"), "%Y-%m-%d %H:%M:%S") : | |
unknown timezone 'Europe/London' | |
2: In strptime(paste(.leap.seconds, "23:59:60"), "%Y-%m-%d %H:%M:%S") : | |
unknown timezone 'GMT' | |
3: In strptime(paste(.leap.seconds, "23:59:60"), "%Y-%m-%d %H:%M:%S") : | |
unknown timezone 'America/New_York' | |
byte-compiling package 'tools' | |
building package 'utils' | |
mkdir ../../../library/utils | |
mkdir ../../../library/utils/doc | |
mkdir ../../../library/utils/R | |
mkdir ../../../library/utils/Sweave | |
mkdir ../../../library/utils/misc | |
Warning messages: | |
1: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'Europe/London' | |
2: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
3: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
4: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
5: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c init.c -o init.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c io.c -o io.o | |
making io.d from io.c | |
making size.d from size.c | |
making init.d from init.c | |
making sock.d from sock.c | |
making stubs.d from stubs.c | |
making utils.d from utils.c | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c size.c -o size.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c sock.c -o sock.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c stubs.c -o stubs.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c utils.c -o utils.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/Cellar/readline/6.3.6/lib -o utils.so init.o io.o size.o sock.o stubs.o utils.o -L../../../../lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
mkdir ../../../../library/utils/libs | |
byte-compiling package 'utils' | |
building package 'grDevices' | |
mkdir ../../../library/grDevices | |
mkdir ../../../library/grDevices/R | |
mkdir ../../../library/grDevices/afm | |
Warning messages: | |
1: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'Europe/London' | |
2: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
3: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
4: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
5: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
mkdir ../../../library/grDevices/enc | |
mkdir ../../../library/grDevices/icc | |
making axis_scales.d from axis_scales.c | |
making devices.d from devices.c | |
making chull.d from chull.c | |
making init.d from init.c | |
making stubs.d from stubs.c | |
making colors.d from colors.c | |
making devCairo.d from devCairo.c | |
making devPicTeX.d from devPicTeX.c | |
making devPS.d from devPS.c | |
making devQuartz.d from devQuartz.c | |
making qdBitmap.d from qdBitmap.c | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/extra/zlib -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c axis_scales.c -o axis_scales.o | |
making qdPDF.d from qdPDF.c | |
making qdCocoa.d from qdCocoa.m | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/extra/zlib -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c chull.c -o chull.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/extra/zlib -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c devices.c -o devices.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/extra/zlib -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c init.c -o init.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/extra/zlib -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c stubs.c -o stubs.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/extra/zlib -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c colors.c -o colors.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/extra/zlib -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c devCairo.c -o devCairo.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/extra/zlib -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c devPicTeX.c -o devPicTeX.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/extra/zlib -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c devPS.c -o devPS.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/extra/zlib -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c devQuartz.c -o devQuartz.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/extra/zlib -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c qdBitmap.c -o qdBitmap.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/extra/zlib -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c qdPDF.c -o qdPDF.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/extra/zlib -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -fobjc-exceptions -c qdCocoa.m -o qdCocoa.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/Cellar/readline/6.3.6/lib -o grDevices.so axis_scales.o chull.o devices.o init.o stubs.o colors.o devCairo.o devPicTeX.o devPS.o devQuartz.o qdBitmap.o qdPDF.o qdCocoa.o -framework AppKit ../../../../src/extra/zlib/libz.a -L../../../../lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
mkdir ../../../../library/grDevices/libs | |
making cairoBM.d from cairoBM.c | |
clang -I. -I../../../../../src/include -I../../../../../src/include -I/usr/local/Cellar/libpng/1.6.12/include/libpng16 -I/usr/local/Cellar/freetype/2.5.3_1/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.5.3_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.40.0_1/include/glib-2.0 -I/usr/local/Cellar/glib/2.40.0_1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.12.16_1/include/cairo -I/opt/X11/include -I../../../../../src/modules/X11 -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -DHAVE_CONFIG_H -fPIC -g -O2 -c cairoBM.c -o cairoBM.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/Cellar/readline/6.3.6/lib -o cairo.so cairoBM.o ../../../../../src/modules/X11/rbitmap.o -L/usr/local/Cellar/libpng/1.6.12/lib -L/usr/local/Cellar/freetype/2.5.3_1/lib -L/usr/local/Cellar/libpng/1.6.10/lib -L/usr/local/Cellar/fontconfig/2.11.1/lib -L/usr/local/Cellar/freetype/2.5.3_1/lib -L/usr/local/Cellar/pixman/0.32.6/lib -L/usr/local/Cellar/glib/2.40.0_1/lib -L/usr/local/Cellar/libffi/3.0.13/lib -L/usr/local/Cellar/glib/2.40.0_1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/cairo/1.12.16_1/lib -L/opt/X11/lib -lz -lcairo -lz -lgobject-2.0 -lffi -lglib-2.0 -lintl -liconv -lpixman-1 -lfontconfig -lexpat -lfreetype -lz -lbz2 -lpng16 -lz -lpng16 -lz -lxcb-shm -lxcb-render -lXrender -lXext -lX11 -lxcb -lXau -lXdmcp -ltiff -ljpeg -lpng -lz -L../../../../../lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
byte-compiling package 'grDevices' | |
building package 'graphics' | |
mkdir ../../../library/graphics | |
mkdir ../../../library/graphics/R | |
Warning messages: | |
1: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'Europe/London' | |
2: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
3: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
4: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
5: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c init.c -o init.o | |
making init.d from init.c | |
making graphics.d from graphics.c | |
making plot.d from plot.c | |
making base.d from base.c | |
making plot3d.d from plot3d.c | |
making par.d from par.c | |
making stem.d from stem.c | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c base.c -o base.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c graphics.c -o graphics.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c par.c -o par.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c plot.c -o plot.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c plot3d.c -o plot3d.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c stem.c -o stem.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/Cellar/readline/6.3.6/lib -o graphics.so init.o base.o graphics.o par.o plot.o plot3d.o stem.o -L../../../../lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
mkdir ../../../../library/graphics/libs | |
byte-compiling package 'graphics' | |
building package 'stats' | |
mkdir ../../../library/stats | |
mkdir ../../../library/stats/R | |
Warning messages: | |
1: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'Europe/London' | |
2: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
3: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
4: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
5: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
making kmeans.d from kmeans.c | |
making init.d from init.c | |
making ansari.d from ansari.c | |
making bandwidths.d from bandwidths.c | |
making chisqsim.d from chisqsim.c | |
making d2x2xk.d from d2x2xk.c | |
making fexact.d from fexact.c | |
making kendall.d from kendall.c | |
making ks.d from ks.c | |
making line.d from line.c | |
making smooth.d from smooth.c | |
making prho.d from prho.c | |
making swilk.d from swilk.c | |
making ksmooth.d from ksmooth.c | |
making loessc.d from loessc.c | |
making monoSpl.d from monoSpl.c | |
making isoreg.d from isoreg.c | |
making Srunmed.d from Srunmed.c | |
making dblcen.d from dblcen.c | |
making distance.d from distance.c | |
making hclust-utils.d from hclust-utils.c | |
making nls.d from nls.c | |
making rWishart.d from rWishart.c | |
making HoltWinters.d from HoltWinters.c | |
making PPsum.d from PPsum.c | |
making arima.d from arima.c | |
making burg.d from burg.c | |
making filter.d from filter.c | |
making mAR.d from mAR.c | |
making pacf.d from pacf.c | |
making starma.d from starma.c | |
making port.d from port.c | |
making family.d from family.c | |
making sbart.d from sbart.c | |
making approx.d from approx.c | |
making loglin.d from loglin.c | |
making lowess.d from lowess.c | |
making massdist.d from massdist.c | |
making splines.d from splines.c | |
making lm.d from lm.c | |
making complete_cases.d from complete_cases.c | |
making cov.d from cov.c | |
making deriv.d from deriv.c | |
making fft.d from fft.c | |
making fourier.d from fourier.c | |
making model.d from model.c | |
making optim.d from optim.c | |
making optimize.d from optimize.c | |
making integrate.d from integrate.c | |
making random.d from random.c | |
making distn.d from distn.c | |
making zeroin.d from zeroin.c | |
making rcont.d from rcont.c | |
making influence.d from influence.c | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c init.c -o init.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c kmeans.c -o kmeans.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ansari.c -o ansari.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c bandwidths.c -o bandwidths.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c chisqsim.c -o chisqsim.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c d2x2xk.c -o d2x2xk.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c fexact.c -o fexact.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c kendall.c -o kendall.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ks.c -o ks.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c line.c -o line.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c smooth.c -o smooth.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c prho.c -o prho.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c swilk.c -o swilk.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ksmooth.c -o ksmooth.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c loessc.c -o loessc.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c monoSpl.c -o monoSpl.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c isoreg.c -o isoreg.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c Srunmed.c -o Srunmed.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c dblcen.c -o dblcen.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c distance.c -o distance.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c hclust-utils.c -o hclust-utils.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c nls.c -o nls.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c rWishart.c -o rWishart.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c HoltWinters.c -o HoltWinters.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c PPsum.c -o PPsum.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c arima.c -o arima.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c burg.c -o burg.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c filter.c -o filter.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c mAR.c -o mAR.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c pacf.c -o pacf.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c starma.c -o starma.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c port.c -o port.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c family.c -o family.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c sbart.c -o sbart.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c approx.c -o approx.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c loglin.c -o loglin.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c lowess.c -o lowess.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c massdist.c -o massdist.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c splines.c -o splines.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c lm.c -o lm.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c complete_cases.c -o complete_cases.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c cov.c -o cov.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c deriv.c -o deriv.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c fft.c -o fft.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c fourier.c -o fourier.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c model.c -o model.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c optim.c -o optim.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c optimize.c -o optimize.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c integrate.c -o integrate.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c random.c -o random.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c distn.c -o distn.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c zeroin.c -o zeroin.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c rcont.c -o rcont.o | |
clang -I -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c influence.c -o influence.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c bsplvd.f -o bsplvd.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c bvalue.f -o bvalue.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c bvalus.f -o bvalus.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c loessf.f -o loessf.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c ppr.f -o ppr.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c qsbart.f -o qsbart.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c sgram.f -o sgram.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c sinerp.f -o sinerp.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c sslvrg.f -o sslvrg.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c stxwx.f -o stxwx.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c hclust.f -o hclust.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c kmns.f -o kmns.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c eureka.f -o eureka.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c stl.f -o stl.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -ffloat-store -c portsrc.f -o portsrc.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c lminfl.f -o lminfl.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/Cellar/readline/6.3.6/lib -o stats.so init.o kmeans.o ansari.o bandwidths.o chisqsim.o d2x2xk.o fexact.o kendall.o ks.o line.o smooth.o prho.o swilk.o ksmooth.o loessc.o monoSpl.o isoreg.o Srunmed.o dblcen.o distance.o hclust-utils.o nls.o rWishart.o HoltWinters.o PPsum.o arima.o burg.o filter.o mAR.o pacf.o starma.o port.o family.o sbart.o approx.o loglin.o lowess.o massdist.o splines.o lm.o complete_cases.o cov.o deriv.o fft.o fourier.o model.o optim.o optimize.o integrate.o random.o distn.o zeroin.o rcont.o influence.o bsplvd.o bvalue.o bvalus.o loessf.o ppr.o qsbart.o sgram.o sinerp.o sslvrg.o stxwx.o hclust.o kmns.o eureka.o stl.o portsrc.o lminfl.o -framework Accelerate -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin13.0.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib -lgfortran -lquadmath -lm -L../../../../lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
mkdir ../../../../library/stats/libs | |
byte-compiling package 'stats' | |
building package 'datasets' | |
mkdir ../../../library/datasets | |
Warning messages: | |
1: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'Europe/London' | |
2: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
3: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
4: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
5: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
mkdir ../../../library/datasets/data | |
building package 'methods' | |
mkdir ../../../library/methods | |
mkdir ../../../library/methods/R | |
Warning messages: | |
1: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'Europe/London' | |
2: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
3: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
4: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
5: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
making methods_list_dispatch.d from methods_list_dispatch.c | |
making init.d from init.c | |
making slot.d from slot.c | |
making do_substitute_direct.d from do_substitute_direct.c | |
making class_support.d from class_support.c | |
making tests.d from tests.c | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c do_substitute_direct.c -o do_substitute_direct.o | |
making utils.d from utils.c | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c init.c -o init.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c methods_list_dispatch.c -o methods_list_dispatch.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c slot.c -o slot.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c class_support.c -o class_support.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c tests.c -o tests.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c utils.c -o utils.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/Cellar/readline/6.3.6/lib -o methods.so do_substitute_direct.o init.o methods_list_dispatch.o slot.o class_support.o tests.o utils.o -L../../../../lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
mkdir ../../../../library/methods/libs | |
byte-compiling 'methods' | |
initializing class and method definitions ... done | |
building package 'grid' | |
mkdir ../../../library/grid | |
mkdir ../../../library/grid/doc | |
mkdir ../../../library/grid/R | |
Warning messages: | |
1: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'Europe/London' | |
2: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
3: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
4: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
5: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
making grid.d from grid.c | |
making gpar.d from gpar.c | |
making layout.d from layout.c | |
making just.d from just.c | |
making matrix.d from matrix.c | |
making register.d from register.c | |
making state.d from state.c | |
making unit.d from unit.c | |
making util.d from util.c | |
making viewport.d from viewport.c | |
clang -I../../../../include -DNDEBUG -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c gpar.c -o gpar.o | |
clang -I../../../../include -DNDEBUG -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c grid.c -o grid.o | |
clang -I../../../../include -DNDEBUG -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c just.c -o just.o | |
clang -I../../../../include -DNDEBUG -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c layout.c -o layout.o | |
clang -I../../../../include -DNDEBUG -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c matrix.c -o matrix.o | |
clang -I../../../../include -DNDEBUG -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c register.c -o register.o | |
clang -I../../../../include -DNDEBUG -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c state.c -o state.o | |
clang -I../../../../include -DNDEBUG -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c unit.c -o unit.o | |
clang -I../../../../include -DNDEBUG -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c util.c -o util.o | |
clang -I../../../../include -DNDEBUG -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c viewport.c -o viewport.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/Cellar/readline/6.3.6/lib -o grid.so gpar.o grid.o just.o layout.o matrix.o register.o state.o unit.o util.o viewport.o -L../../../../lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
mkdir ../../../../library/grid/libs | |
byte-compiling package 'grid' | |
building package 'splines' | |
mkdir ../../../library/splines | |
mkdir ../../../library/splines/R | |
Warning messages: | |
1: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'Europe/London' | |
2: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
3: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
4: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
5: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
clang -I../../../../include -DNDEBUG -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c splines.c -o splines.o | |
making splines.d from splines.c | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/Cellar/readline/6.3.6/lib -o splines.so splines.o -L../../../../lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
mkdir ../../../../library/splines/libs | |
byte-compiling package 'splines' | |
building package 'stats4' | |
mkdir ../../../library/stats4 | |
mkdir ../../../library/stats4/R | |
Warning messages: | |
1: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'Europe/London' | |
2: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
3: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
4: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
5: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
byte-compiling package 'stats4' | |
building package 'tcltk' | |
mkdir ../../../library/tcltk | |
mkdir ../../../library/tcltk/R | |
mkdir ../../../library/tcltk/exec | |
Warning messages: | |
1: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'Europe/London' | |
2: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
3: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
4: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
5: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
clang -I../../../../include -DNDEBUG -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c init.c -o init.o | |
clang -I../../../../include -DNDEBUG -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c tcltk.c -o tcltk.o | |
clang -I../../../../include -DNDEBUG -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c tcltk_unix.c -o tcltk_unix.o | |
making init.d from init.c | |
making tcltk.d from tcltk.c | |
making tcltk_unix.d from tcltk_unix.c | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/Cellar/readline/6.3.6/lib -o tcltk.so init.o tcltk.o tcltk_unix.o -F/System/Library/Frameworks -framework Tcl -F/System/Library/Frameworks -framework Tk -L../../../../lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
mkdir ../../../../library/tcltk/libs | |
byte-compiling package 'tcltk' | |
building package 'parallel' | |
mkdir ../../../library/parallel | |
mkdir ../../../library/parallel/doc | |
mkdir ../../../library/parallel/R | |
Warning messages: | |
1: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'Europe/London' | |
2: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
3: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
4: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
5: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c init.c -o init.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c rngstream.c -o rngstream.o | |
clang -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c fork.c -o fork.o | |
making rngstream.d from rngstream.c | |
making init.d from init.c | |
making fork.d from fork.c | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/Cellar/readline/6.3.6/lib -o parallel.so init.o rngstream.o fork.o -L../../../../lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
mkdir ../../../../library/parallel/libs | |
byte-compiling package 'parallel' | |
Warning messages: | |
1: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'Europe/London' | |
2: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
3: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
4: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
5: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' | |
installing parsed NAMESPACE files | |
make[1]: Nothing to be done for `R'. | |
you should 'make docs' now ... | |
configuring Java ... | |
Java interpreter : /Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk/Contents/Home/jre/bin/java | |
Java version : 1.7.0_21 | |
Java home path : /Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk/Contents/Home | |
Java compiler : /Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk/Contents/Home/bin/javac | |
Java headers gen.: /Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk/Contents/Home/bin/javah | |
Java archive tool: /Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk/Contents/Home/bin/jar | |
System Java on OS X | |
trying to compile and link a JNI progam | |
detected JNI cpp flags : -I/System/Library/Frameworks/JavaVM.framework/Headers | |
detected JNI linker flags : -framework JavaVM | |
creating NEWS | |
'pdflatex' is needed to make NEWS.pdf but is missing on your system. | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/System/Library/Frameworks/JavaVM.framework/Headers -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c conftest.c -o conftest.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/opt/curl/lib -L/usr/local/opt/gettext/lib -o conftest.so conftest.o -L/usr/local/Cellar/gettext/0.19.2/lib -L/private/tmp/r-PgdT/R-3.1.1/lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
JAVA_HOME : /Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk/Contents/Home | |
Java library path: | |
JNI cpp flags : -I/System/Library/Frameworks/JavaVM.framework/Headers | |
JNI linker flags : -framework JavaVM | |
Updating Java configuration in /private/tmp/r-PgdT/R-3.1.1 | |
Done. | |
creating doc/manual/R-FAQ.html | |
creating doc/manual/version.texi | |
creating doc/manual/R-data.html | |
creating doc/manual/R-admin.html | |
creating doc/manual/R-exts.html | |
creating doc/manual/R-intro.html | |
creating doc/manual/R-ints.html | |
creating doc/manual/R-lang.html | |
installing parsed Rd | |
datasets | |
grid | |
grDevices | |
Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'Europe/London' | |
Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
Warning in as.POSIXlt.POSIXct(x, tz) : | |
unknown timezone 'America/New_York' | |
tcltk | |
splines | |
graphics | |
compiler | |
tools | |
stats4 | |
parallel | |
methods | |
utils | |
stats | |
base | |
building/updating package metadata ... | |
writing package indices | |
begin installing recommended package MASS | |
begin installing recommended package lattice | |
begin installing recommended package survival | |
begin installing recommended package codetools | |
begin installing recommended package foreign | |
begin installing recommended package rpart | |
begin installing recommended package KernSmooth | |
begin installing recommended package nnet | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'Europe/London' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'GMT' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'America/New_York' | |
* installing *source* package ‘codetools’ ... | |
Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
Warning in as.POSIXlt.POSIXct(x, tz) : | |
unknown timezone 'America/New_York' | |
** R | |
** byte-compile and prepare package for lazy loading | |
** help | |
*** installing help indices | |
** building package indices | |
** testing if installed package can be loaded | |
* DONE (codetools) | |
begin installing recommended package spatial | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'Europe/London' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'GMT' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'America/New_York' | |
* installing *source* package ‘nnet’ ... | |
** package ‘nnet’ successfully unpacked and MD5 sums checked | |
Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
Warning in as.POSIXlt.POSIXct(x, tz) : | |
unknown timezone 'America/New_York' | |
** libs | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c nnet.c -o nnet.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/opt/curl/lib -L/usr/local/opt/gettext/lib -o nnet.so nnet.o -L/usr/local/Cellar/gettext/0.19.2/lib -L/private/tmp/r-PgdT/R-3.1.1/lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
installing to /private/tmp/r-PgdT/R-3.1.1/library/nnet/libs | |
** R | |
** inst | |
** byte-compile and prepare package for lazy loading | |
** help | |
*** installing help indices | |
** building package indices | |
** testing if installed package can be loaded | |
* DONE (nnet) | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'Europe/London' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'GMT' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'America/New_York' | |
* installing *source* package ‘KernSmooth’ ... | |
** package ‘KernSmooth’ successfully unpacked and MD5 sums checked | |
Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
Warning in as.POSIXlt.POSIXct(x, tz) : | |
unknown timezone 'America/New_York' | |
** libs | |
/usr/local/bin/gfortran -fPIC -g -O2 -c blkest.f -o blkest.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c cp.f -o cp.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c dgedi.f -o dgedi.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c dgefa.f -o dgefa.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c dgesl.f -o dgesl.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c init.c -o init.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c linbin.f -o linbin.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c linbin2D.f -o linbin2D.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c locpoly.f -o locpoly.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c rlbin.f -o rlbin.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c sdiag.f -o sdiag.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c sstdiag.f -o sstdiag.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/opt/curl/lib -L/usr/local/opt/gettext/lib -o KernSmooth.so blkest.o cp.o dgedi.o dgefa.o dgesl.o init.o linbin.o linbin2D.o locpoly.o rlbin.o sdiag.o sstdiag.o -L/usr/local/Cellar/gettext/0.19.2/lib -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin13.0.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib -lgfortran -lquadmath -lm -L/private/tmp/r-PgdT/R-3.1.1/lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
installing to /private/tmp/r-PgdT/R-3.1.1/library/KernSmooth/libs | |
** R | |
** inst | |
** byte-compile and prepare package for lazy loading | |
** help | |
*** installing help indices | |
** building package indices | |
** testing if installed package can be loaded | |
* DONE (KernSmooth) | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'Europe/London' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'GMT' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'America/New_York' | |
* installing *source* package ‘spatial’ ... | |
** package ‘spatial’ successfully unpacked and MD5 sums checked | |
Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
Warning in as.POSIXlt.POSIXct(x, tz) : | |
unknown timezone 'America/New_York' | |
** libs | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c init.c -o init.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c krc.c -o krc.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c pps.c -o pps.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/opt/curl/lib -L/usr/local/opt/gettext/lib -o spatial.so init.o krc.o pps.o -L/usr/local/Cellar/gettext/0.19.2/lib -L/private/tmp/r-PgdT/R-3.1.1/lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
installing to /private/tmp/r-PgdT/R-3.1.1/library/spatial/libs | |
** R | |
** inst | |
** byte-compile and prepare package for lazy loading | |
** help | |
*** installing help indices | |
** building package indices | |
** testing if installed package can be loaded | |
* DONE (spatial) | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'Europe/London' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'GMT' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'America/New_York' | |
* installing *source* package ‘foreign’ ... | |
** package ‘foreign’ successfully unpacked and MD5 sums checked | |
Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
Warning in as.POSIXlt.POSIXct(x, tz) : | |
unknown timezone 'America/New_York' | |
** libs | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c R_systat.c -o R_systat.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c Rdbfread.c -o Rdbfread.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c Rdbfwrite.c -o Rdbfwrite.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c SASxport.c -o SASxport.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c avl.c -o avl.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c dbfopen.c -o dbfopen.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c file-handle.c -o file-handle.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c format.c -o format.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c init.c -o init.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c minitab.c -o minitab.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c pfm-read.c -o pfm-read.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c sfm-read.c -o sfm-read.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c spss.c -o spss.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c stataread.c -o stataread.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/opt/curl/lib -L/usr/local/opt/gettext/lib -o foreign.so R_systat.o Rdbfread.o Rdbfwrite.o SASxport.o avl.o dbfopen.o file-handle.o format.o init.o minitab.o pfm-read.o sfm-read.o spss.o stataread.o -L/usr/local/Cellar/gettext/0.19.2/lib -L/private/tmp/r-PgdT/R-3.1.1/lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
installing to /private/tmp/r-PgdT/R-3.1.1/library/foreign/libs | |
** R | |
** inst | |
** byte-compile and prepare package for lazy loading | |
** help | |
*** installing help indices | |
** building package indices | |
** testing if installed package can be loaded | |
* DONE (foreign) | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'Europe/London' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'GMT' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'America/New_York' | |
* installing *source* package ‘rpart’ ... | |
** package ‘rpart’ successfully unpacked and MD5 sums checked | |
Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
Warning in as.POSIXlt.POSIXct(x, tz) : | |
unknown timezone 'America/New_York' | |
** libs | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c anova.c -o anova.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c anovapred.c -o anovapred.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c branch.c -o branch.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c bsplit.c -o bsplit.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c choose_surg.c -o choose_surg.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c fix_cp.c -o fix_cp.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c free_tree.c -o free_tree.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c gini.c -o gini.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c graycode.c -o graycode.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c init.c -o init.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c insert_split.c -o insert_split.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c make_cp_list.c -o make_cp_list.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c make_cp_table.c -o make_cp_table.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c mysort.c -o mysort.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c nodesplit.c -o nodesplit.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c partition.c -o partition.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c poisson.c -o poisson.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c pred_rpart.c -o pred_rpart.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c print_tree.c -o print_tree.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c rpart.c -o rpart.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c rpart_callback.c -o rpart_callback.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c rpartexp.c -o rpartexp.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c rpartexp2.c -o rpartexp2.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c rpcountup.c -o rpcountup.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c rpmatrix.c -o rpmatrix.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c rundown.c -o rundown.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c rundown2.c -o rundown2.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c surrogate.c -o surrogate.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c usersplit.c -o usersplit.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c xpred.c -o xpred.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c xval.c -o xval.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/opt/curl/lib -L/usr/local/opt/gettext/lib -o rpart.so anova.o anovapred.o branch.o bsplit.o choose_surg.o fix_cp.o free_tree.o gini.o graycode.o init.o insert_split.o make_cp_list.o make_cp_table.o mysort.o nodesplit.o partition.o poisson.o pred_rpart.o print_tree.o rpart.o rpart_callback.o rpartexp.o rpartexp2.o rpcountup.o rpmatrix.o rundown.o rundown2.o surrogate.o usersplit.o xpred.o xval.o -L/usr/local/Cellar/gettext/0.19.2/lib -L/private/tmp/r-PgdT/R-3.1.1/lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
installing to /private/tmp/r-PgdT/R-3.1.1/library/rpart/libs | |
** R | |
** data | |
*** moving datasets to lazyload DB | |
** inst | |
** byte-compile and prepare package for lazy loading | |
** help | |
*** installing help indices | |
** building package indices | |
** installing vignettes | |
** testing if installed package can be loaded | |
* DONE (rpart) | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'Europe/London' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'GMT' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'America/New_York' | |
* installing *source* package ‘MASS’ ... | |
** package ‘MASS’ successfully unpacked and MD5 sums checked | |
Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
Warning in as.POSIXlt.POSIXct(x, tz) : | |
unknown timezone 'America/New_York' | |
** libs | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c MASS.c -o MASS.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c lqs.c -o lqs.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/opt/curl/lib -L/usr/local/opt/gettext/lib -o MASS.so MASS.o lqs.o -L/usr/local/Cellar/gettext/0.19.2/lib -L/private/tmp/r-PgdT/R-3.1.1/lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
installing to /private/tmp/r-PgdT/R-3.1.1/library/MASS/libs | |
** R | |
** data | |
*** moving datasets to lazyload DB | |
** inst | |
** byte-compile and prepare package for lazy loading | |
** help | |
*** installing help indices | |
** building package indices | |
** testing if installed package can be loaded | |
* DONE (MASS) | |
begin installing recommended package class | |
begin installing recommended package cluster | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'Europe/London' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'GMT' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'America/New_York' | |
* installing *source* package ‘class’ ... | |
** package ‘class’ successfully unpacked and MD5 sums checked | |
Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
Warning in as.POSIXlt.POSIXct(x, tz) : | |
unknown timezone 'America/New_York' | |
** libs | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c class.c -o class.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/opt/curl/lib -L/usr/local/opt/gettext/lib -o class.so class.o -L/usr/local/Cellar/gettext/0.19.2/lib -L/private/tmp/r-PgdT/R-3.1.1/lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
installing to /private/tmp/r-PgdT/R-3.1.1/library/class/libs | |
** R | |
** inst | |
** byte-compile and prepare package for lazy loading | |
** help | |
*** installing help indices | |
** building package indices | |
** testing if installed package can be loaded | |
* DONE (class) | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'Europe/London' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'GMT' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'America/New_York' | |
* installing *source* package ‘lattice’ ... | |
** package ‘lattice’ successfully unpacked and MD5 sums checked | |
Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
Warning in as.POSIXlt.POSIXct(x, tz) : | |
unknown timezone 'America/New_York' | |
** libs | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c init.c -o init.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c threeDplot.c -o threeDplot.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/opt/curl/lib -L/usr/local/opt/gettext/lib -o lattice.so init.o threeDplot.o -L/usr/local/Cellar/gettext/0.19.2/lib -L/private/tmp/r-PgdT/R-3.1.1/lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
installing to /private/tmp/r-PgdT/R-3.1.1/library/lattice/libs | |
** R | |
** data | |
*** moving datasets to lazyload DB | |
** demo | |
** inst | |
** byte-compile and prepare package for lazy loading | |
** help | |
*** installing help indices | |
** building package indices | |
** testing if installed package can be loaded | |
* DONE (lattice) | |
begin installing recommended package Matrix | |
begin installing recommended package nlme | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'Europe/London' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'GMT' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'America/New_York' | |
* installing *source* package ‘cluster’ ... | |
** package ‘cluster’ successfully unpacked and MD5 sums checked | |
Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
Warning in as.POSIXlt.POSIXct(x, tz) : | |
unknown timezone 'America/New_York' | |
** libs | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c clara.c -o clara.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c daisy.f -o daisy.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c dysta.f -o dysta.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c fanny.c -o fanny.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c init.c -o init.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c mona.f -o mona.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c pam.c -o pam.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c sildist.c -o sildist.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c spannel.c -o spannel.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c twins.c -o twins.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/opt/curl/lib -L/usr/local/opt/gettext/lib -o cluster.so clara.o daisy.o dysta.o fanny.o init.o mona.o pam.o sildist.o spannel.o twins.o -L/usr/local/Cellar/gettext/0.19.2/lib -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin13.0.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib -lgfortran -lquadmath -lm -L/private/tmp/r-PgdT/R-3.1.1/lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
installing to /private/tmp/r-PgdT/R-3.1.1/library/cluster/libs | |
** R | |
** data | |
*** moving datasets to lazyload DB | |
** inst | |
** byte-compile and prepare package for lazy loading | |
** help | |
*** installing help indices | |
** building package indices | |
** testing if installed package can be loaded | |
* DONE (cluster) | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'Europe/London' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'GMT' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'America/New_York' | |
* installing *source* package ‘survival’ ... | |
** package ‘survival’ successfully unpacked and MD5 sums checked | |
Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
Warning in as.POSIXlt.POSIXct(x, tz) : | |
unknown timezone 'America/New_York' | |
** libs | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c agexact.c -o agexact.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c agfit4.c -o agfit4.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c agfit5.c -o agfit5.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c agmart.c -o agmart.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c agmart2.c -o agmart2.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c agscore.c -o agscore.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c agsurv3.c -o agsurv3.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c agsurv4.c -o agsurv4.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c agsurv5.c -o agsurv5.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c chinv2.c -o chinv2.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c chinv3.c -o chinv3.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c cholesky2.c -o cholesky2.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c cholesky3.c -o cholesky3.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c chsolve2.c -o chsolve2.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c chsolve3.c -o chsolve3.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c concordance1.c -o concordance1.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c cox_Rcallback.c -o cox_Rcallback.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c coxcount1.c -o coxcount1.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c coxdetail.c -o coxdetail.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c coxexact.c -o coxexact.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c coxfit5.c -o coxfit5.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c coxfit6.c -o coxfit6.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c coxmart.c -o coxmart.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c coxmart2.c -o coxmart2.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c coxph_wtest.c -o coxph_wtest.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c coxsafe.c -o coxsafe.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c coxscho.c -o coxscho.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c coxscore.c -o coxscore.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c dmatrix.c -o dmatrix.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c doloop.c -o doloop.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c init.c -o init.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c msurv.c -o msurv.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c pyears1.c -o pyears1.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c pyears2.c -o pyears2.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c pyears3b.c -o pyears3b.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c pystep.c -o pystep.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c survConcordance.c -o survConcordance.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c survdiff2.c -o survdiff2.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c survfit4.c -o survfit4.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c survfitci.c -o survfitci.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c survpenal.c -o survpenal.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c survreg6.c -o survreg6.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c survreg7.c -o survreg7.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c survregc1.c -o survregc1.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c survregc2.c -o survregc2.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/opt/curl/lib -L/usr/local/opt/gettext/lib -o survival.so agexact.o agfit4.o agfit5.o agmart.o agmart2.o agscore.o agsurv3.o agsurv4.o agsurv5.o chinv2.o chinv3.o cholesky2.o cholesky3.o chsolve2.o chsolve3.o concordance1.o cox_Rcallback.o coxcount1.o coxdetail.o coxexact.o coxfit5.o coxfit6.o coxmart.o coxmart2.o coxph_wtest.o coxsafe.o coxscho.o coxscore.o dmatrix.o doloop.o init.o msurv.o pyears1.o pyears2.o pyears3b.o pystep.o survConcordance.o survdiff2.o survfit4.o survfitci.o survpenal.o survreg6.o survreg7.o survregc1.o survregc2.o -L/usr/local/Cellar/gettext/0.19.2/lib -L/private/tmp/r-PgdT/R-3.1.1/lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
installing to /private/tmp/r-PgdT/R-3.1.1/library/survival/libs | |
** R | |
** data | |
*** moving datasets to lazyload DB | |
** inst | |
** byte-compile and prepare package for lazy loading | |
** help | |
*** installing help indices | |
** building package indices | |
** installing vignettes | |
** testing if installed package can be loaded | |
* DONE (survival) | |
begin installing recommended package boot | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'Europe/London' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'GMT' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'America/New_York' | |
* installing *source* package ‘boot’ ... | |
** package ‘boot’ successfully unpacked and MD5 sums checked | |
Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
Warning in as.POSIXlt.POSIXct(x, tz) : | |
unknown timezone 'America/New_York' | |
** R | |
** data | |
*** moving datasets to lazyload DB | |
** inst | |
** byte-compile and prepare package for lazy loading | |
** help | |
*** installing help indices | |
** building package indices | |
** testing if installed package can be loaded | |
* DONE (boot) | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'Europe/London' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'GMT' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'America/New_York' | |
* installing *source* package ‘nlme’ ... | |
** package ‘nlme’ successfully unpacked and MD5 sums checked | |
Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
Warning in as.POSIXlt.POSIXct(x, tz) : | |
unknown timezone 'America/New_York' | |
** libs | |
/usr/local/bin/gfortran -fPIC -g -O2 -c chol.f -o chol.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c corStruct.c -o corStruct.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c gnls.c -o gnls.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c init.c -o init.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c matrix.c -o matrix.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c nlOptimizer.c -o nlOptimizer.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c nlme.c -o nlme.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c nlmefit.c -o nlmefit.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c nls.c -o nls.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c pdMat.c -o pdMat.o | |
/usr/local/bin/gfortran -fPIC -g -O2 -c rs.f -o rs.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/opt/curl/lib -L/usr/local/opt/gettext/lib -o nlme.so chol.o corStruct.o gnls.o init.o matrix.o nlOptimizer.o nlme.o nlmefit.o nls.o pdMat.o rs.o -L/usr/local/Cellar/gettext/0.19.2/lib -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin13.0.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib -lgfortran -lquadmath -lm -L/private/tmp/r-PgdT/R-3.1.1/lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
installing to /private/tmp/r-PgdT/R-3.1.1/library/nlme/libs | |
** R | |
** data | |
*** moving datasets to lazyload DB | |
** inst | |
** byte-compile and prepare package for lazy loading | |
** help | |
*** installing help indices | |
** building package indices | |
** testing if installed package can be loaded | |
* DONE (nlme) | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'Europe/London' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'GMT' | |
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : | |
unknown timezone 'America/New_York' | |
* installing *source* package ‘Matrix’ ... | |
** package ‘Matrix’ successfully unpacked and MD5 sums checked | |
Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' | |
Warning in as.POSIXlt.POSIXct(x, tz) : | |
unknown timezone 'America/New_York' | |
** libs | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c CHMfactor.c -o CHMfactor.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c Csparse.c -o Csparse.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c TMatrix_as.c -o TMatrix_as.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c Tsparse.c -o Tsparse.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c init.c -o init.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c Mutils.c -o Mutils.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c chm_common.c -o chm_common.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c cs.c -o cs.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c cs_utils.c -o cs_utils.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c dense.c -o dense.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c dgCMatrix.c -o dgCMatrix.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c dgTMatrix.c -o dgTMatrix.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c dgeMatrix.c -o dgeMatrix.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c dpoMatrix.c -o dpoMatrix.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c dppMatrix.c -o dppMatrix.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c dsCMatrix.c -o dsCMatrix.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c dsyMatrix.c -o dsyMatrix.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c dspMatrix.c -o dspMatrix.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c dtCMatrix.c -o dtCMatrix.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c dtTMatrix.c -o dtTMatrix.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c dtrMatrix.c -o dtrMatrix.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c dtpMatrix.c -o dtpMatrix.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c factorizations.c -o factorizations.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c ldense.c -o ldense.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c lgCMatrix.c -o lgCMatrix.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c sparseQR.c -o sparseQR.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I./SuiteSparse_config -I/usr/local/opt/curl/include -I/usr/local/opt/gettext/include -fPIC -g -O2 -c abIndex.c -o abIndex.o | |
( cd Lib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make clean ) | |
( cd Source ; /Applications/Xcode.app/Contents/Developer/usr/bin/make clean ) | |
( cd Source ; /Applications/Xcode.app/Contents/Developer/usr/bin/make clean ) | |
( cd Lib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make ) | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Core/cholmod_aat.c -o cholmod_aat.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Core/cholmod_add.c -o cholmod_add.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Core/cholmod_band.c -o cholmod_band.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Core/cholmod_change_factor.c -o cholmod_change_factor.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Core/cholmod_common.c -o cholmod_common.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Core/cholmod_complex.c -o cholmod_complex.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Core/cholmod_copy.c -o cholmod_copy.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Core/cholmod_dense.c -o cholmod_dense.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Core/cholmod_error.c -o cholmod_error.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Core/cholmod_factor.c -o cholmod_factor.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Core/cholmod_memory.c -o cholmod_memory.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Core/cholmod_sparse.c -o cholmod_sparse.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Core/cholmod_transpose.c -o cholmod_transpose.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Core/cholmod_triplet.c -o cholmod_triplet.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Core/cholmod_version.c -o cholmod_version.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Check/cholmod_check.c -o cholmod_check.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Check/cholmod_read.c -o cholmod_read.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Check/cholmod_write.c -o cholmod_write.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Cholesky/cholmod_amd.c -o cholmod_amd.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Cholesky/cholmod_analyze.c -o cholmod_analyze.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Cholesky/cholmod_colamd.c -o cholmod_colamd.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Cholesky/cholmod_etree.c -o cholmod_etree.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Cholesky/cholmod_factorize.c -o cholmod_factorize.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Cholesky/cholmod_postorder.c -o cholmod_postorder.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Cholesky/cholmod_rcond.c -o cholmod_rcond.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Cholesky/cholmod_resymbol.c -o cholmod_resymbol.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Cholesky/cholmod_rowcolcounts.c -o cholmod_rowcolcounts.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Cholesky/cholmod_rowfac.c -o cholmod_rowfac.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Cholesky/cholmod_solve.c -o cholmod_solve.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Cholesky/cholmod_spsolve.c -o cholmod_spsolve.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../MatrixOps/cholmod_drop.c -o cholmod_drop.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../MatrixOps/cholmod_horzcat.c -o cholmod_horzcat.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../MatrixOps/cholmod_norm.c -o cholmod_norm.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../MatrixOps/cholmod_scale.c -o cholmod_scale.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../MatrixOps/cholmod_sdmult.c -o cholmod_sdmult.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../MatrixOps/cholmod_ssmult.c -o cholmod_ssmult.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../MatrixOps/cholmod_submatrix.c -o cholmod_submatrix.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../MatrixOps/cholmod_vertcat.c -o cholmod_vertcat.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../MatrixOps/cholmod_symmetry.c -o cholmod_symmetry.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Modify/cholmod_rowadd.c -o cholmod_rowadd.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Modify/cholmod_rowdel.c -o cholmod_rowdel.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Modify/cholmod_updown.c -o cholmod_updown.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Supernodal/cholmod_super_numeric.c -o cholmod_super_numeric.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Supernodal/cholmod_super_solve.c -o cholmod_super_solve.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c ../Supernodal/cholmod_super_symbolic.c -o cholmod_super_symbolic.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Core/cholmod_aat.c -o cholmod_l_aat.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Core/cholmod_add.c -o cholmod_l_add.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Core/cholmod_band.c -o cholmod_l_band.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Core/cholmod_change_factor.c -o cholmod_l_change_factor.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Core/cholmod_common.c -o cholmod_l_common.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Core/cholmod_complex.c -o cholmod_l_complex.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Core/cholmod_copy.c -o cholmod_l_copy.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Core/cholmod_dense.c -o cholmod_l_dense.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Core/cholmod_error.c -o cholmod_l_error.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Core/cholmod_factor.c -o cholmod_l_factor.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Core/cholmod_memory.c -o cholmod_l_memory.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Core/cholmod_sparse.c -o cholmod_l_sparse.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Core/cholmod_transpose.c -o cholmod_l_transpose.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Core/cholmod_triplet.c -o cholmod_l_triplet.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Core/cholmod_version.c -o cholmod_l_version.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Check/cholmod_check.c -o cholmod_l_check.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Check/cholmod_read.c -o cholmod_l_read.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Check/cholmod_write.c -o cholmod_l_write.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Cholesky/cholmod_amd.c -o cholmod_l_amd.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Cholesky/cholmod_analyze.c -o cholmod_l_analyze.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Cholesky/cholmod_colamd.c -o cholmod_l_colamd.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Cholesky/cholmod_etree.c -o cholmod_l_etree.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Cholesky/cholmod_factorize.c -o cholmod_l_factorize.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Cholesky/cholmod_postorder.c -o cholmod_l_postorder.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Cholesky/cholmod_rcond.c -o cholmod_l_rcond.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Cholesky/cholmod_resymbol.c -o cholmod_l_resymbol.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Cholesky/cholmod_rowcolcounts.c -o cholmod_l_rowcolcounts.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Cholesky/cholmod_rowfac.c -o cholmod_l_rowfac.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Cholesky/cholmod_solve.c -o cholmod_l_solve.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Cholesky/cholmod_spsolve.c -o cholmod_l_spsolve.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../MatrixOps/cholmod_drop.c -o cholmod_l_drop.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../MatrixOps/cholmod_horzcat.c -o cholmod_l_horzcat.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../MatrixOps/cholmod_norm.c -o cholmod_l_norm.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../MatrixOps/cholmod_scale.c -o cholmod_l_scale.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../MatrixOps/cholmod_sdmult.c -o cholmod_l_sdmult.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../MatrixOps/cholmod_ssmult.c -o cholmod_l_ssmult.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../MatrixOps/cholmod_submatrix.c -o cholmod_l_submatrix.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../MatrixOps/cholmod_vertcat.c -o cholmod_l_vertcat.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../MatrixOps/cholmod_symmetry.c -o cholmod_l_symmetry.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Modify/cholmod_rowadd.c -o cholmod_l_rowadd.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Modify/cholmod_rowdel.c -o cholmod_l_rowdel.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Modify/cholmod_updown.c -o cholmod_l_updown.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Supernodal/cholmod_super_numeric.c -o cholmod_l_super_numeric.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Supernodal/cholmod_super_solve.c -o cholmod_l_super_solve.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I../Include -I../../SuiteSparse_config -DNPARTITION -DNPRINT -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -DDLONG -c ../Supernodal/cholmod_super_symbolic.c -o cholmod_l_super_symbolic.o | |
ar -rucs ../../CHOLMOD.a cholmod_aat.o cholmod_add.o cholmod_band.o cholmod_change_factor.o cholmod_common.o cholmod_complex.o cholmod_copy.o cholmod_dense.o cholmod_error.o cholmod_factor.o cholmod_memory.o cholmod_sparse.o cholmod_transpose.o cholmod_triplet.o cholmod_version.o cholmod_check.o cholmod_read.o cholmod_write.o cholmod_amd.o cholmod_analyze.o cholmod_colamd.o cholmod_etree.o cholmod_factorize.o cholmod_postorder.o cholmod_rcond.o cholmod_resymbol.o cholmod_rowcolcounts.o cholmod_rowfac.o cholmod_solve.o cholmod_spsolve.o cholmod_drop.o cholmod_horzcat.o cholmod_norm.o cholmod_scale.o cholmod_sdmult.o cholmod_ssmult.o cholmod_submatrix.o cholmod_vertcat.o cholmod_symmetry.o cholmod_rowadd.o cholmod_rowdel.o cholmod_updown.o cholmod_super_numeric.o cholmod_super_solve.o cholmod_super_symbolic.o cholmod_l_aat.o cholmod_l_add.o cholmod_l_band.o cholmod_l_change_factor.o cholmod_l_common.o cholmod_l_complex.o cholmod_l_copy.o cholmod_l_dense.o cholmod_l_error.o cholmod_l_factor.o cholmod_l_memory.o cholmod_l_sparse.o cholmod_l_transpose.o cholmod_l_triplet.o cholmod_l_version.o cholmod_l_check.o cholmod_l_read.o cholmod_l_write.o cholmod_l_amd.o cholmod_l_analyze.o cholmod_l_colamd.o cholmod_l_etree.o cholmod_l_factorize.o cholmod_l_postorder.o cholmod_l_rcond.o cholmod_l_resymbol.o cholmod_l_rowcolcounts.o cholmod_l_rowfac.o cholmod_l_solve.o cholmod_l_spsolve.o cholmod_l_drop.o cholmod_l_horzcat.o cholmod_l_norm.o cholmod_l_scale.o cholmod_l_sdmult.o cholmod_l_ssmult.o cholmod_l_submatrix.o cholmod_l_vertcat.o cholmod_l_symmetry.o cholmod_l_rowadd.o cholmod_l_rowdel.o cholmod_l_updown.o cholmod_l_super_numeric.o cholmod_l_super_solve.o cholmod_l_super_symbolic.o | |
( cd Source ; /Applications/Xcode.app/Contents/Developer/usr/bin/make lib ) | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c colamd_global.c -o colamd_global.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c colamd.c -o colamd.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDLONG -c colamd.c -o colamd_l.o | |
ar -rucs ../../COLAMD.a colamd_global.o colamd.o colamd_l.o | |
( cd Source ; /Applications/Xcode.app/Contents/Developer/usr/bin/make lib ) | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDINT -c amd_aat.c -o amd_i_aat.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDLONG -c amd_aat.c -o amd_l_aat.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDINT -c amd_1.c -o amd_i_1.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDLONG -c amd_1.c -o amd_l_1.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDINT -c amd_2.c -o amd_i_2.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDLONG -c amd_2.c -o amd_l_2.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDINT -c amd_postorder.c -o amd_i_postorder.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDLONG -c amd_postorder.c -o amd_l_postorder.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDINT -c amd_post_tree.c -o amd_i_post_tree.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDLONG -c amd_post_tree.c -o amd_l_post_tree.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDINT -c amd_defaults.c -o amd_i_defaults.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDLONG -c amd_defaults.c -o amd_l_defaults.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDINT -c amd_order.c -o amd_i_order.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDLONG -c amd_order.c -o amd_l_order.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDINT -c amd_control.c -o amd_i_control.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDLONG -c amd_control.c -o amd_l_control.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDINT -c amd_info.c -o amd_i_info.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDLONG -c amd_info.c -o amd_l_info.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDINT -c amd_valid.c -o amd_i_valid.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDLONG -c amd_valid.c -o amd_l_valid.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDINT -c amd_preprocess.c -o amd_i_preprocess.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDLONG -c amd_preprocess.c -o amd_l_preprocess.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDINT -c amd_dump.c -o amd_i_dump.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDLONG -c amd_dump.c -o amd_l_dump.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDINT -c amd_global.c -o amd_i_global.o | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -I../Include -I../../SuiteSparse_config -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -I../Include -DDLONG -c amd_global.c -o amd_l_global.o | |
ar -rucs ../../AMD.a amd_i_aat.o amd_l_aat.o amd_i_1.o amd_l_1.o amd_i_2.o amd_l_2.o amd_i_postorder.o amd_l_postorder.o amd_i_post_tree.o amd_l_post_tree.o amd_i_defaults.o amd_l_defaults.o amd_i_order.o amd_l_order.o amd_i_control.o amd_l_control.o amd_i_info.o amd_l_info.o amd_i_valid.o amd_l_valid.o amd_i_preprocess.o amd_l_preprocess.o amd_i_dump.o amd_l_dump.o amd_i_global.o amd_l_global.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../AMD.a(amd_i_dump.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../AMD.a(amd_l_dump.o) has no symbols | |
clang -I/private/tmp/r-PgdT/R-3.1.1/include -DNDEBUG -DNTIMER -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include -fPIC -g -O2 -c SuiteSparse_config.c -o SuiteSparse_config.o | |
ar -rucs ../SuiteSparse_config.a SuiteSparse_config.o | |
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/opt/curl/lib -L/usr/local/opt/gettext/lib -o Matrix.so CHMfactor.o Csparse.o TMatrix_as.o Tsparse.o init.o Mutils.o chm_common.o cs.o cs_utils.o dense.o dgCMatrix.o dgTMatrix.o dgeMatrix.o dpoMatrix.o dppMatrix.o dsCMatrix.o dsyMatrix.o dspMatrix.o dtCMatrix.o dtTMatrix.o dtrMatrix.o dtpMatrix.o factorizations.o ldense.o lgCMatrix.o sparseQR.o abIndex.o -L/usr/local/Cellar/gettext/0.19.2/lib -L/private/tmp/r-PgdT/R-3.1.1/lib -lR -L/usr/local/Cellar/gettext/0.19.2/lib -lintl -Wl,-framework -Wl,CoreFoundation | |
installing to /private/tmp/r-PgdT/R-3.1.1/library/Matrix/libs | |
** R | |
** data | |
** inst | |
** byte-compile and prepare package for lazy loading | |
Creating a generic function for ‘image’ from package ‘graphics’ in package ‘Matrix’ | |
Creating a generic function for ‘solve’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘chol2inv’ from ‘base’ in package ‘Matrix’ | |
(from the saved implicit definition) | |
Creating a generic function for ‘chol2inv’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘determinant’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘update’ from package ‘stats’ in package ‘Matrix’ | |
Creating a generic function for ‘as.vector’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘t’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘diag’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘as.matrix’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘as.array’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘head’ from package ‘utils’ in package ‘Matrix’ | |
Creating a generic function for ‘tail’ from package ‘utils’ in package ‘Matrix’ | |
Creating a generic function for ‘drop’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘mean’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘cov2cor’ from package ‘stats’ in package ‘Matrix’ | |
Creating a generic function for ‘isSymmetric’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘unname’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘chol’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘norm’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘rcond’ from ‘base’ in package ‘Matrix’ | |
(from the saved implicit definition) | |
Creating a generic function for ‘rcond’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘all.equal’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘diff’ from package ‘base’ in package ‘Matrix’ | |
in method for ‘coerce’ with signature ‘"matrix.csr","dgRMatrix"’: no definition for class “matrix.csr” | |
in method for ‘coerce’ with signature ‘"dgRMatrix","matrix.csr"’: no definition for class “matrix.csr” | |
in method for ‘coerce’ with signature ‘"matrix.csc","dgCMatrix"’: no definition for class “matrix.csc” | |
in method for ‘coerce’ with signature ‘"dgCMatrix","matrix.csc"’: no definition for class “matrix.csc” | |
in method for ‘coerce’ with signature ‘"matrix.coo","dgTMatrix"’: no definition for class “matrix.coo” | |
in method for ‘coerce’ with signature ‘"dgTMatrix","matrix.coo"’: no definition for class “matrix.coo” | |
in method for ‘coerce’ with signature ‘"dsparseMatrix","matrix.csr"’: no definition for class “matrix.csr” | |
in method for ‘coerce’ with signature ‘"matrix.csr","dgCMatrix"’: no definition for class “matrix.csr” | |
in method for ‘coerce’ with signature ‘"matrix.coo","dgCMatrix"’: no definition for class “matrix.coo” | |
in method for ‘coerce’ with signature ‘"matrix.csr","RsparseMatrix"’: no definition for class “matrix.csr” | |
in method for ‘coerce’ with signature ‘"matrix.csc","CsparseMatrix"’: no definition for class “matrix.csc” | |
in method for ‘coerce’ with signature ‘"matrix.coo","TsparseMatrix"’: no definition for class “matrix.coo” | |
in method for ‘coerce’ with signature ‘"matrix.csr","CsparseMatrix"’: no definition for class “matrix.csr” | |
in method for ‘coerce’ with signature ‘"matrix.coo","CsparseMatrix"’: no definition for class “matrix.coo” | |
in method for ‘coerce’ with signature ‘"matrix.csc","TsparseMatrix"’: no definition for class “matrix.csc” | |
in method for ‘coerce’ with signature ‘"matrix.csr","TsparseMatrix"’: no definition for class “matrix.csr” | |
in method for ‘coerce’ with signature ‘"CsparseMatrix","matrix.csr"’: no definition for class “matrix.csr” | |
in method for ‘coerce’ with signature ‘"CsparseMatrix","matrix.coo"’: no definition for class “matrix.coo” | |
in method for ‘coerce’ with signature ‘"CsparseMatrix","matrix.csc"’: no definition for class “matrix.csc” | |
in method for ‘coerce’ with signature ‘"matrix.csr","Matrix"’: no definition for class “matrix.csr” | |
in method for ‘coerce’ with signature ‘"matrix.coo","Matrix"’: no definition for class “matrix.coo” | |
in method for ‘coerce’ with signature ‘"matrix.csc","Matrix"’: no definition for class “matrix.csc” | |
Creating a generic function for ‘colSums’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘colMeans’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘rowSums’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘rowMeans’ from package ‘base’ in package ‘Matrix’ | |
in method for ‘colSums’ with signature ‘x="igCMatrix"’: no definition for class “igCMatrix” | |
in method for ‘rowSums’ with signature ‘x="igCMatrix"’: no definition for class “igCMatrix” | |
in method for ‘colMeans’ with signature ‘x="igCMatrix"’: no definition for class “igCMatrix” | |
in method for ‘rowMeans’ with signature ‘x="igCMatrix"’: no definition for class “igCMatrix” | |
Creating a generic function for ‘zapsmall’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘qr’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘diag<-’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘crossprod’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘tcrossprod’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘print’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘summary’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘which’ from package ‘base’ in package ‘Matrix’ | |
in method for ‘coerce’ with signature ‘"graphAM","sparseMatrix"’: no definition for class “graphAM” | |
in method for ‘coerce’ with signature ‘"graph","CsparseMatrix"’: no definition for class “graph” | |
in method for ‘coerce’ with signature ‘"graph","Matrix"’: no definition for class “graph” | |
in method for ‘coerce’ with signature ‘"graphNEL","CsparseMatrix"’: no definition for class “graphNEL” | |
in method for ‘coerce’ with signature ‘"graphNEL","TsparseMatrix"’: no definition for class “graphNEL” | |
in method for ‘coerce’ with signature ‘"sparseMatrix","graph"’: no definition for class “graph” | |
in method for ‘coerce’ with signature ‘"sparseMatrix","graphNEL"’: no definition for class “graphNEL” | |
in method for ‘coerce’ with signature ‘"TsparseMatrix","graphNEL"’: no definition for class “graphNEL” | |
Creating a generic function for ‘format’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘qr.R’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘qr.Q’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘qr.qy’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘qr.qty’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘qr.coef’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘qr.resid’ from package ‘base’ in package ‘Matrix’ | |
Creating a generic function for ‘qr.fitted’ from package ‘base’ in package ‘Matrix’ | |
** help | |
*** installing help indices | |
** building package indices | |
Loading required package: Matrix | |
Error in dyn.load(file, DLLpath = DLLpath, ...) : | |
unable to load shared object '/private/tmp/r-PgdT/R-3.1.1/library/Matrix/libs/Matrix.so': | |
dlopen(/private/tmp/r-PgdT/R-3.1.1/library/Matrix/libs/Matrix.so, 6): Symbol not found: _cholmod_aat | |
Referenced from: /private/tmp/r-PgdT/R-3.1.1/library/Matrix/libs/Matrix.so | |
Expected in: flat namespace | |
in /private/tmp/r-PgdT/R-3.1.1/library/Matrix/libs/Matrix.so | |
Error : require(Matrix) is not TRUE | |
ERROR: installing package indices failed | |
* removing ‘/private/tmp/r-PgdT/R-3.1.1/library/Matrix’ | |
make[2]: *** [Matrix.ts] Error 1 | |
make[1]: *** [recommended-packages] Error 2 | |
make: *** [stamp-recommended] Error 2 | |
==> Formula | |
Tap: homebrew/homebrew-science | |
Path: /usr/local/Library/Taps/homebrew/homebrew-science/r.rb | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: a4a163b7d2643a8219b78701576b3b9a9eb0cc9e | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.9.4-x86_64 | |
Xcode: 5.1.1 | |
CLT: 5.1.0.0.1.1396320587 | |
X11: 2.7.6 => /opt/X11 | |
==> ENV | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
CPPFLAGS: -I/usr/local/Cellar/gettext/0.19.2/include -I/usr/local/Cellar/readline/6.3.6/include | |
LDFLAGS: -L/usr/local/Cellar/readline/6.3.6/lib | |
MAKEFLAGS: -j8 | |
CMAKE_PREFIX_PATH: /usr/local/opt/readline:/usr/local/opt/gettext:/usr/local/opt/libffi:/usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/opt/X11/include:/opt/X11/include/freetype2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /opt/X11/lib:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/cairo/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9:/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig | |
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal:/opt/X11/share/aclocal | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/gettext/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/fontconfig/bin:/usr/local/opt/glib/bin:/usr/local/opt/cairo/bin:/usr/local/opt/gcc/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: r 3.1.1 did not build | |
Logs: | |
/Users/giacecco/Library/Logs/Homebrew/r/01.configure | |
/Users/giacecco/Library/Logs/Homebrew/r/01.configure.cc | |
/Users/giacecco/Library/Logs/Homebrew/r/02.make | |
/Users/giacecco/Library/Logs/Homebrew/r/02.make.cc | |
/Users/giacecco/Library/Logs/Homebrew/r/config.log | |
.../~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment