[R-SIG-Mac] PowerPC 64 bit compilation failing at ncurses

Steven McKinney smckinney at bccrc.ca
Wed Apr 18 04:15:05 CEST 2007



I'm trying to build a 64 bit version of R on
a PowerPC, Mac OS X Version 10.4.9
Darwin Kernel Version 8.9.0

I've tried to follow the steps at
http://r.research.att.com
diligently, but something evades me.
(Many thanks to Simon Urbanek and all
who maintain that site.)

Everything seems to compile alright until a complaint
about an incorrect version of libncurses

ld64 warning: indirect library /usr/lib/libncurses.5.4.dylib could not be loaded: file is not of required architectureld64 warning: indirect library /usr/lib/libncurses.5.4.dylib could not be loaded: file is not of required architectureld64 warning: indirect library /usr/lib/libncurses.5.4.dylib could not be loaded: file is not of required architecture
ld64 warning: indirect library /usr/lib/libncurses.5.4.dylib could not be loaded: file is not of required architecture
ld64 warning: indirect library /usr/lib/libncurses.5.4.dylib could not be loaded: file is not of required architecture
ld64 warning: indirect library /usr/lib/libncurses.5.4.dylib could not be loaded: file is not of required architecture
ld64 warning: indirect library /usr/lib/libncurses.5.4.dylib could not be loaded: file is not of required architecture
ld64 warning: indirect library /usr/lib/libncurses.5.4.dylib could not be loaded: file is not of required architecture
In file included from /System/Library/Frameworks/vecLib.framework/Headers/vecLib.h:20,
                 from vecLibg95c.c:5:
/System/Library/Frameworks/vecLib.framework/Headers/vecLibTypes.h:31: error: syntax error before 'unsigned'
/System/Library/Frameworks/vecLib.framework/Headers/vecLibTypes.h:32: error: syntax error before 'signed'

I tried the suggestion of Yuri at
http://wiki.urbanek.info/index.cgi?PowerPC64R
to rebuild/install ncurses, but still no
luck.

Can anyone see my mistake, or know how
to get the right ncurses in place to
allow a 64 bit build?

Any info appreciated

Best

Steve McKinney






configure and build report below:
----------------------------------------------------


Dapple:/Volumes/KilroyHD/kilroy/Software/R/R.2.4.1/R-2.4.1 stevenmckinney$ ./configure --host=powerpc64-apple-darwin8.9.0 --build=powerpc64-apple-darwin8.9.0 \
> 'CC=gcc -arch ppc64' 'CXX=g++ -arch ppc64' \
> 'FC=gfortran -arch ppc64' 'F77=gfortran -arch ppc64' \
> 'CFLAGS=-g -O3 -mtune=G5 -mcpu=G5' 'FFLAGS=-g -O3 -mtune=G5 -mcpu=G5' \
> 'LDFLAGS=-arch ppc64 -m64 -L/usr/local/lib' 'CXXFLAGS=-g -O3 -mtune=G5 -mcpu=G5' \
> 'FCFLAGS=-g -O3 -mtune=G5 -mcpu=G5'  \
> '--with-blas=-framework vecLib' --with-lapack
checking build system type... powerpc64-apple-darwin8.9.0
checking host system type... powerpc64-apple-darwin8.9.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... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for egrep... grep -E
checking whether ln -s works... yes
checking for powerpc64-apple-darwin8.9.0-ranlib... no
checking for ranlib... ranlib
checking for bison... bison -y
checking for ar... ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for sed... /usr/bin/sed
checking for less... /usr/bin/less
checking for perl... /usr/bin/perl
checking whether perl version is at least 5.004... yes
checking for dvips... /usr/local/teTeX/bin/powerpc-apple-darwin-current/dvips
checking for tex... /usr/local/teTeX/bin/powerpc-apple-darwin-current/tex
checking for latex... /usr/local/teTeX/bin/powerpc-apple-darwin-current/latex
checking for makeindex... /usr/local/teTeX/bin/powerpc-apple-darwin-current/makeindex
checking for pdftex... /usr/local/teTeX/bin/powerpc-apple-darwin-current/pdftex
checking for pdflatex... /usr/local/teTeX/bin/powerpc-apple-darwin-current/pdflatex
checking for makeinfo... /usr/bin/makeinfo
checking for unzip... /sw/bin/unzip
checking for zip... /usr/bin/zip
checking for gzip... /sw/bin/gzip
checking for firefox... no
checking for mozilla... no
checking for netscape... no
checking for galeon... no
checking for kfmclient... no
checking for opera... 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 xpdf... no
checking for gv... /usr/local/bin/gv
checking for powerpc64-apple-darwin8.9.0-gcc... gcc -arch ppc64
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -arch ppc64 accepts -g... yes
checking for gcc -arch ppc64 option to accept ANSI C... none needed
checking for gcc -arch ppc64 option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -arch ppc64 -std=gnu99 -E
checking whether gcc -arch ppc64 -std=gnu99 needs -traditional... no
checking how to run the C preprocessor... gcc -arch ppc64 -std=gnu99 -E
defining F77 to be gfortran -arch ppc64
checking for powerpc64-apple-darwin8.9.0-g77... gfortran -arch ppc64
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran -arch ppc64 accepts -g... yes
checking for powerpc64-apple-darwin8.9.0-g++... g++ -arch ppc64
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -arch ppc64 accepts -g... yes
checking how to run the C++ preprocessor... g++ -arch ppc64 -E
checking whether __attribute__((visibility())) is supported... no
checking whether gcc -arch ppc64 -std=gnu99 accepts -fvisibility... yes
checking whether gfortran -arch ppc64 accepts -fvisibility... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by gcc -arch ppc64 -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking how to recognise dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 65536
checking command to parse nm output from gcc -arch ppc64 -std=gnu99 object... ok
checking for objdir... .libs
checking for powerpc64-apple-darwin8.9.0-ar... (cached) ar
checking for powerpc64-apple-darwin8.9.0-ranlib... ranlib
checking for powerpc64-apple-darwin8.9.0-strip... no
checking for strip... strip
checking if gcc -arch ppc64 -std=gnu99 static flag  works... yes
checking if gcc -arch ppc64 -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -arch ppc64 -std=gnu99 option to produce PIC... -fno-common
checking if gcc -arch ppc64 -std=gnu99 PIC flag -fno-common works... yes
checking if gcc -arch ppc64 -std=gnu99 supports -c -o file.o... yes
checking whether the gcc -arch ppc64 -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin8.9.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
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++ -arch ppc64... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++ -arch ppc64 linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ -arch ppc64 option to produce PIC... -fno-common
checking if g++ -arch ppc64 PIC flag -fno-common works... yes
checking if g++ -arch ppc64 supports -c -o file.o... yes
checking whether the g++ -arch ppc64 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin8.9.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran -arch ppc64 option to produce PIC... -fno-common
checking if gfortran -arch ppc64 PIC flag -fno-common works... yes
checking if gfortran -arch ppc64 supports -c -o file.o... yes
checking whether the gfortran -arch ppc64 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin8.9.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking whether makeinfo version is at least 4.7... yes
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 for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... 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 grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking ieee754.h usability... no
checking ieee754.h presence... no
checking for ieee754.h... no
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
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 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 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/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/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... 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 time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for inttypes.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.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 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... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
checking for long long... yes
checking size of long long... 8
checking for long double... yes
checking size of long double... 16
checking whether we can compute C Make dependencies... yes, using gcc -arch ppc64 -std=gnu99 -MM
checking whether gcc -arch ppc64 -std=gnu99 supports -c -o FILE.lo... yes
checking how to get verbose linking output from gfortran -arch ppc64... -v
checking for Fortran libraries of gfortran -arch ppc64...  -L/usr/local/lib -L/usr/local/gcc4.0/lib/gcc/powerpc-apple-darwin8/4.0.3 -L/usr/local/gcc4.0/lib/gcc/powerpc-apple-darwin8/4.0.3/../../../../powerpc-apple-darwin8/lib -L/usr/local/gcc4.0/lib/gcc/powerpc-apple-darwin8/4.0.3/../../.. -lgfortranbegin -lgfortran -lgcc_s -lSystemStubs -lmx -lSystem
checking how to get verbose linking output from gcc -arch ppc64 -std=gnu99... -v
checking for C libraries of gcc -arch ppc64 -std=gnu99...  -L/usr/local/lib -L/usr/local/gcc4.0/lib/gcc/powerpc-apple-darwin8/4.0.3 -L/usr/local/gcc4.0/lib/gcc/powerpc-apple-darwin8/4.0.3/../../../../powerpc-apple-darwin8/lib -L/usr/local/gcc4.0/lib/gcc/powerpc-apple-darwin8/4.0.3/../../.. -lgcc_eh -lSystemStubs -lmx -lSystem
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore
checking whether gfortran -arch ppc64 appends underscores to external names... yes
checking whether gfortran -arch ppc64 appends extra underscores to external names... no
checking whether mixed C/Fortran code can be run... yes
checking whether gfortran -arch ppc64 and gcc -arch ppc64 -std=gnu99 agree on int and double... yes
checking whether gfortran -arch ppc64 and gcc -arch ppc64 -std=gnu99 agree on double complex... yes
checking whether g++ -arch ppc64 accepts -M for generating dependencies... yes
checking for xmkmf... /usr/local/lib64/X11/bin/xmkmf
checking whether linker supports dynamic lookup... yes
checking for off_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether alloca is declared... yes
checking for fseeko... yes
checking for ftello... yes
checking for isblank... yes
checking for matherr... yes
checking whether fcntl exists and is declared... yes
checking whether getgrgid exists and 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 log2 exists and is declared... yes
checking whether log10 exists and is declared... yes
checking whether rint exists and is declared... yes
checking whether getpwuid 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 va_copy exists and is declared... yes
checking whether __va_copy 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 system exists and is declared... yes
checking whether unsetenv exists and is declared... yes
checking whether strcoll exists and is declared... yes
checking whether strerror exists and is declared... yes
checking whether getrlimit exists and is declared... yes
checking whether getrusage exists and is declared... yes
checking whether mkfifo exists and is declared... yes
checking whether stat exists and is declared... yes
checking whether gettimeofday exists and is declared... yes
checking whether times exists and is declared... yes
checking whether access exists and is declared... yes
checking whether chdir exists and is declared... yes
checking whether ftruncate exists and is declared... yes
checking whether getcwd exists and is declared... yes
checking whether getuid exists and is declared... yes
checking whether symlink exists and is declared... yes
checking whether sysconf exists and is declared... yes
checking for putenv... yes
checking whether putenv is declared... yes
checking for vasprintf... yes
checking whether vasprintf is declared... yes
checking for realpath... yes
checking whether realpath is declared... yes
checking for finite... 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 for nl_langinfo and CODESET... yes
checking for acosh... yes
checking for asinh... yes
checking for atanh... yes
checking for mkdtemp... yes
checking for snprintf... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for vsnprintf... yes
checking whether acosh is declared... yes
checking whether asinh is declared... yes
checking whether atanh is declared... yes
checking whether mkdtemp is declared... yes
checking whether snprintf is declared... yes
checking whether strdup is declared... yes
checking whether strncasecmp is declared... yes
checking whether vsnprintf 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 finite... yes
checking for working isfinite... yes
checking for working log... yes
checking for working log1p... yes
checking whether ftell works correctly on files opened for append... yes
checking whether C99 double complex is supported... 
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking for double complex... 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 cacosh exists and is declared... yes
checking whether casinh exists and is declared... yes
checking whether catanh exists and is declared... yes
checking whether C99 double complex is compatible with Rcomplex... yes
yes
checking for cblas_cdotu_sub in vecLib framework... -framework vecLib
checking for dgemm_ in -framework vecLib... yes
checking whether double complex BLAS can be used... no
checking whether the BLAS is complete... yes
checking for zgeev_... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... no
checking for iconvlist... no
checking for X... libraries /usr/local/lib64/X11/lib, headers /usr/local/lib64/X11/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
using X11 ... yes
checking for KeySym... yes
checking for CFStringGetSystemEncoding in CoreFoundation framework... no
checking for tclConfig.sh... no
checking for tclConfig.sh in library (sub)directories... /usr/local/lib/tclConfig.sh
checking for tkConfig.sh... no
checking for tkConfig.sh in library (sub)directories... /usr/local/lib/tkConfig.sh
checking /usr/local/include/tcl8.4/generic/tcl.h usability... no
checking /usr/local/include/tcl8.4/generic/tcl.h presence... no
checking for /usr/local/include/tcl8.4/generic/tcl.h... no
checking /usr/local/include/tcl8.4/tcl.h usability... no
checking /usr/local/include/tcl8.4/tcl.h presence... no
checking for /usr/local/include/tcl8.4/tcl.h... no
checking /usr/local/include/tcl.h usability... yes
checking /usr/local/include/tcl.h presence... yes
checking for /usr/local/include/tcl.h... yes
checking /usr/local/include/tk8.4/generic/tk.h usability... no
checking /usr/local/include/tk8.4/generic/tk.h presence... no
checking for /usr/local/include/tk8.4/generic/tk.h... no
checking /usr/local/include/tk8.4/tk.h usability... no
checking /usr/local/include/tk8.4/tk.h presence... no
checking for /usr/local/include/tk8.4/tk.h... no
checking /usr/local/include/tcl8.4/tk.h usability... no
checking /usr/local/include/tcl8.4/tk.h presence... no
checking for /usr/local/include/tcl8.4/tk.h... no
checking /usr/local/include/tk.h usability... yes
checking /usr/local/include/tk.h presence... yes
checking for /usr/local/include/tk.h... yes
checking whether compiling/linking Tcl/Tk code works... no
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.0.5... yes
checking for png_create_write_struct in -lpng... no
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 whether PCRE support needs to be compiled... yes
checking whether leap seconds are treated according to POSIX... 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 _LARGE_FILES value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... (cached) yes
checking whether KERN_USRSTACK sysctl is supported... no
checking for lpr... lpr
checking for paperconf... false
checking for java... /usr/bin/java
checking for javac... /usr/bin/javac
checking whether Java interpreter works... yes
checking for Java environment... in /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
checking for powerpc64-apple-darwin8.9.0-f95... gfortran -arch ppc64
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran -arch ppc64 accepts -g... yes
checking for Fortran flag to compile .f90 files... none
checking for Fortran flag to compile .f95 files... none
checking for recommended packages... yes
checking whether NLS is requested... yes
checking whether make sets $(MAKE)... yes
checking for msgfmt... /sw/bin/msgfmt
checking for gmsgfmt... /sw/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for msgmerge... /usr/local/bin/msgmerge
checking whether we are using the GNU C Library 2 or newer... no
checking for library containing strerror... none required
checking for signed... yes
checking for inline... inline
checking for off_t... (cached) yes
checking for long long... (cached) yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... no
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for ptrdiff_t... yes
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
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 unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for asprintf... yes
checking for fwprintf... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for putenv... (cached) yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... (cached) yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... (cached) yes
checking for strtoul... yes
checking for tsearch... yes
checking for wcslen... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... no
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... (cached) yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 1.28, ok
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
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/html/search/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/ldpaths
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
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/xdr/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/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/grDevices/DESCRIPTION
config.status: creating src/library/grDevices/Makefile
config.status: creating src/library/grDevices/src/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/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/utils/DESCRIPTION
config.status: creating src/library/utils/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/COMPILE
config.status: creating src/scripts/INSTALL
config.status: creating src/scripts/REMOVE
config.status: creating src/scripts/R.sh
config.status: creating src/scripts/Rdconv
config.status: creating src/scripts/Rprof
config.status: creating src/scripts/SHLIB
config.status: creating src/scripts/Sd2Rd
config.status: creating src/scripts/build
config.status: creating src/scripts/check
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 tests/Native/Makefile
config.status: creating tools/Makefile
config.status: creating src/include/config.h
config.status: src/include/config.h is unchanged
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing stamp-h commands

R is now configured for powerpc64-apple-darwin8.9.0

  Source directory:          .
  Installation directory:    /Library/Frameworks

  C compiler:                gcc -arch ppc64 -std=gnu99  -g -O3 -mtune=G5 -mcpu=G5
  Fortran 77 compiler:       gfortran -arch ppc64  -g -O3 -mtune=G5 -mcpu=G5

  C++ compiler:              g++ -arch ppc64  -g -O3 -mtune=G5 -mcpu=G5
  Fortran 90/95 compiler:    gfortran -arch ppc64 -g -O3 -mtune=G5 -mcpu=G5

  Interfaces supported:      X11
  External libraries:        readline, BLAS(vecLib), LAPACK(in blas)
  Additional capabilities:   JPEG, NLS
  Options enabled:           framework, R profiling

  Recommended packages:      yes

Dapple:/Volumes/KilroyHD/kilroy/Software/R/R.2.4.1/R-2.4.1 stevenmckinney$ make > makeOutput.txt




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
config.status: creating src/include/config.h
config.status: src/include/config.h is unchanged
making blocksort.d from blocksort.c
making bzlib.d from bzlib.c
making compress.d from compress.c
making crctable.d from crctable.c
making decompress.d from decompress.c
making huffman.d from huffman.c
making randtable.d from randtable.c
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c blocksort.c -o blocksort.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c bzlib.c -o bzlib.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c compress.c -o compress.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c crctable.c -o crctable.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c decompress.c -o decompress.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c huffman.c -o huffman.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c randtable.c -o randtable.o
rm -f libbz2.a
ar cr libbz2.a blocksort.o bzlib.o compress.o crctable.o decompress.o huffman.o randtable.o
ranlib libbz2.a
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c dftables.c -o dftables.o
gcc -arch ppc64 -std=gnu99 -arch ppc64 -m64 -L/usr/local/lib -o dftables dftables.o
./dftables chartables.h
making pcre_compile.d from pcre_compile.c
making pcre_config.d from pcre_config.c
making pcre_exec.d from pcre_exec.c
making pcre_fullinfo.d from pcre_fullinfo.c
making pcre_get.d from pcre_get.c
making pcre_globals.d from pcre_globals.c
making pcre_info.d from pcre_info.c
making pcre_maketables.d from pcre_maketables.c
making pcre_ord2utf8.d from pcre_ord2utf8.c
making pcre_refcount.d from pcre_refcount.c
making pcre_study.d from pcre_study.c
making pcre_tables.d from pcre_tables.c
making pcre_try_flipped.d from pcre_try_flipped.c
making pcre_valid_utf8.d from pcre_valid_utf8.c
making pcre_version.d from pcre_version.c
making pcre_xclass.d from pcre_xclass.c
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c pcre_compile.c -o pcre_compile.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c pcre_config.c -o pcre_config.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c pcre_exec.c -o pcre_exec.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c pcre_fullinfo.c -o pcre_fullinfo.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c pcre_get.c -o pcre_get.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c pcre_globals.c -o pcre_globals.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c pcre_info.c -o pcre_info.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c pcre_maketables.c -o pcre_maketables.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c pcre_ord2utf8.c -o pcre_ord2utf8.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c pcre_refcount.c -o pcre_refcount.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c pcre_study.c -o pcre_study.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c pcre_tables.c -o pcre_tables.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c pcre_try_flipped.c -o pcre_try_flipped.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c pcre_valid_utf8.c -o pcre_valid_utf8.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c pcre_version.c -o pcre_version.o
gcc -arch ppc64 -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c pcre_xclass.c -o pcre_xclass.o
rm -f libpcre.a
ar cr libpcre.a pcre_compile.o pcre_config.o pcre_exec.o pcre_fullinfo.o pcre_get.o pcre_globals.o pcre_info.o pcre_maketables.o pcre_ord2utf8.o pcre_refcount.o pcre_study.o pcre_tables.o pcre_try_flipped.o pcre_valid_utf8.o pcre_version.o pcre_xclass.o
ranlib libpcre.a
making adler32.d from adler32.c
making compress.d from compress.c
making crc32.d from crc32.c
making deflate.d from deflate.c
making gzio.d from gzio.c
making infback.d from infback.c
making inffast.d from inffast.c
making inflate.d from inflate.c
making inftrees.d from inftrees.c
making trees.d from trees.c
making uncompr.d from uncompr.c
making zutil.d from zutil.c
gcc -arch ppc64 -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c adler32.c -o adler32.o
gcc -arch ppc64 -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c compress.c -o compress.o
gcc -arch ppc64 -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c crc32.c -o crc32.o
gcc -arch ppc64 -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c deflate.c -o deflate.o
gcc -arch ppc64 -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c gzio.c -o gzio.o
gcc -arch ppc64 -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c infback.c -o infback.o
gcc -arch ppc64 -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c inffast.c -o inffast.o
gcc -arch ppc64 -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c inflate.c -o inflate.o
gcc -arch ppc64 -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c inftrees.c -o inftrees.o
gcc -arch ppc64 -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c trees.c -o trees.o
gcc -arch ppc64 -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c uncompr.c -o uncompr.o
gcc -arch ppc64 -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c zutil.c -o zutil.o
rm -f libz.a
ar cr libz.a adler32.o compress.o crc32.o deflate.o gzio.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o
ranlib libz.a
../../../include/libintl.h is unchanged
making bindtextdom.d from bindtextdom.c
making dcgettext.d from dcgettext.c
making dgettext.d from dgettext.c
making gettext.d from gettext.c
making finddomain.d from finddomain.c
making loadmsgcat.d from loadmsgcat.c
making textdomain.d from textdomain.c
making l10nflist.d from l10nflist.c
making explodename.d from explodename.c
making dcigettext.d from dcigettext.c
making dcngettext.d from dcngettext.c
making dngettext.d from dngettext.c
making ngettext.d from ngettext.c
making plural.d from plural.c
making plural-exp.d from plural-exp.c
making langprefs.d from langprefs.c
making localcharset.d from localcharset.c
making localename.d from localename.c
making log.d from log.c
making printf.d from printf.c
making osdep.d from osdep.c
making intl-compat.d from intl-compat.c
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c bindtextdom.c -o bindtextdom.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c dcgettext.c -o dcgettext.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c dgettext.c -o dgettext.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c gettext.c -o gettext.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c finddomain.c -o finddomain.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c loadmsgcat.c -o loadmsgcat.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c textdomain.c -o textdomain.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c l10nflist.c -o l10nflist.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c explodename.c -o explodename.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c dcigettext.c -o dcigettext.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c dcngettext.c -o dcngettext.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c dngettext.c -o dngettext.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c ngettext.c -o ngettext.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c plural.c -o plural.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c plural-exp.c -o plural-exp.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c langprefs.c -o langprefs.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c localcharset.c -o localcharset.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c localename.c -o localename.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c log.c -o log.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c printf.c -o printf.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c osdep.c -o osdep.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I. -I/sw/include -I/usr/local/include -DLOCALEDIR=\"\" -DIN_LIBINTL -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c intl-compat.c -o intl-compat.o
rm -f libintl.a
ar cr libintl.a bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o loadmsgcat.o textdomain.o l10nflist.o explodename.o dcigettext.o dcngettext.o dngettext.o ngettext.o plural.o plural-exp.o langprefs.o localcharset.o localename.o log.o printf.o osdep.o intl-compat.o
ranlib libintl.a
making approx.d from approx.c
making bakslv.d from bakslv.c
making binning.d from binning.c
making cpoly.d from cpoly.c
making cumsum.d from cumsum.c
making fft.d from fft.c
making fmin.d from fmin.c
making integrate.d from integrate.c
making interv.d from interv.c
making lbfgsb.d from lbfgsb.c
making loglin.d from loglin.c
making lowess.d from lowess.c
making machar.d from machar.c
making maxcol.d from maxcol.c
making massdist.d from massdist.c
making pretty.d from pretty.c
making rcont.d from rcont.c
making rowsum.d from rowsum.c
making splines.d from splines.c
making stem.d from stem.c
making strsignif.d from strsignif.c
making tabulate.d from tabulate.c
making uncmin.d from uncmin.c
making zeroin.d from zeroin.c
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c approx.c -o approx.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c bakslv.c -o bakslv.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c binning.c -o binning.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c cpoly.c -o cpoly.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c cumsum.c -o cumsum.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c fft.c -o fft.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c fmin.c -o fmin.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c integrate.c -o integrate.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c interv.c -o interv.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c lbfgsb.c -o lbfgsb.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c loglin.c -o loglin.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c lowess.c -o lowess.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c machar.c -o machar.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c maxcol.c -o maxcol.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c massdist.c -o massdist.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c pretty.c -o pretty.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rcont.c -o rcont.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rowsum.c -o rowsum.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c splines.c -o splines.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c stem.c -o stem.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c strsignif.c -o strsignif.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c tabulate.c -o tabulate.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c uncmin.c -o uncmin.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c zeroin.c -o zeroin.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c ch2inv.f -o ch2inv.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c chol.f -o chol.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dchdc.f -o dchdc.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dpbfa.f -o dpbfa.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dpbsl.f -o dpbsl.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dpoco.f -o dpoco.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dpodi.f -o dpodi.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dpofa.f -o dpofa.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dposl.f -o dposl.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dqrdc.f -o dqrdc.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dqrdc2.f -o dqrdc2.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dqrls.f -o dqrls.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dqrsl.f -o dqrsl.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dqrutl.f -o dqrutl.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dsvdc.f -o dsvdc.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dtrco.f -o dtrco.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dtrsl.f -o dtrsl.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c eigen.f -o eigen.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c lminfl.f -o lminfl.o
making mlutils.d from mlutils.c
making d1mach.d from d1mach.c
making i1mach.d from i1mach.c
making fmax2.d from fmax2.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 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 dweibull.d from dweibull.c
making pweibull.d from pweibull.c
making qweibull.d from qweibull.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 qnf.d from qnf.c
making qnt.d from qnt.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
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c mlutils.c -o mlutils.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c d1mach.c -o d1mach.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c i1mach.c -o i1mach.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c fmax2.c -o fmax2.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c fmin2.c -o fmin2.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c fprec.c -o fprec.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c fround.c -o fround.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c ftrunc.c -o ftrunc.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c sign.c -o sign.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c fsign.c -o fsign.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c imax2.c -o imax2.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c imin2.c -o imin2.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c chebyshev.c -o chebyshev.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c log1p.c -o log1p.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c expm1.c -o expm1.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c lgammacor.c -o lgammacor.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c gammalims.c -o gammalims.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c stirlerr.c -o stirlerr.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c bd0.c -o bd0.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c gamma.c -o gamma.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c lgamma.c -o lgamma.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c gamma_cody.c -o gamma_cody.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c beta.c -o beta.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c lbeta.c -o lbeta.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c polygamma.c -o polygamma.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c bessel_i.c -o bessel_i.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c bessel_j.c -o bessel_j.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c bessel_k.c -o bessel_k.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c bessel_y.c -o bessel_y.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c choose.c -o choose.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c snorm.c -o snorm.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c sexp.c -o sexp.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dgamma.c -o dgamma.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c pgamma.c -o pgamma.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qgamma.c -o qgamma.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rgamma.c -o rgamma.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dbeta.c -o dbeta.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c pbeta.c -o pbeta.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qbeta.c -o qbeta.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rbeta.c -o rbeta.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dunif.c -o dunif.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c punif.c -o punif.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qunif.c -o qunif.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c runif.c -o runif.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dnorm.c -o dnorm.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c pnorm.c -o pnorm.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qnorm.c -o qnorm.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rnorm.c -o rnorm.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dlnorm.c -o dlnorm.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c plnorm.c -o plnorm.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qlnorm.c -o qlnorm.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rlnorm.c -o rlnorm.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c df.c -o df.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c pf.c -o pf.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qf.c -o qf.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rf.c -o rf.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dnf.c -o dnf.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dt.c -o dt.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c pt.c -o pt.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qt.c -o qt.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rt.c -o rt.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dnt.c -o dnt.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dchisq.c -o dchisq.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c pchisq.c -o pchisq.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qchisq.c -o qchisq.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rchisq.c -o rchisq.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rnchisq.c -o rnchisq.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dbinom.c -o dbinom.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c pbinom.c -o pbinom.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qbinom.c -o qbinom.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rbinom.c -o rbinom.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rmultinom.c -o rmultinom.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dcauchy.c -o dcauchy.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c pcauchy.c -o pcauchy.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qcauchy.c -o qcauchy.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rcauchy.c -o rcauchy.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dexp.c -o dexp.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c pexp.c -o pexp.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qexp.c -o qexp.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rexp.c -o rexp.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dgeom.c -o dgeom.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c pgeom.c -o pgeom.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qgeom.c -o qgeom.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rgeom.c -o rgeom.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dhyper.c -o dhyper.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c phyper.c -o phyper.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qhyper.c -o qhyper.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rhyper.c -o rhyper.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dnbinom.c -o dnbinom.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c pnbinom.c -o pnbinom.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qnbinom.c -o qnbinom.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rnbinom.c -o rnbinom.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dpois.c -o dpois.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c ppois.c -o ppois.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qpois.c -o qpois.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rpois.c -o rpois.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dweibull.c -o dweibull.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c pweibull.c -o pweibull.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qweibull.c -o qweibull.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rweibull.c -o rweibull.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dlogis.c -o dlogis.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c plogis.c -o plogis.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qlogis.c -o qlogis.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rlogis.c -o rlogis.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dnchisq.c -o dnchisq.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c pnchisq.c -o pnchisq.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qnchisq.c -o qnchisq.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dnbeta.c -o dnbeta.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c pnbeta.c -o pnbeta.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qnbeta.c -o qnbeta.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c pnf.c -o pnf.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c pnt.c -o pnt.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qnf.c -o qnf.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qnt.c -o qnt.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c ptukey.c -o ptukey.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qtukey.c -o qtukey.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c toms708.c -o toms708.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c wilcox.c -o wilcox.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c signrank.c -o signrank.o
config.status: creating src/unix/Makefile
making dynload.d from dynload.c
making edit.d from edit.c
making stubs.d from stubs.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
making aqua.d from aqua.c
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/lib64/X11/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dynload.c -o dynload.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/lib64/X11/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c edit.c -o edit.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/lib64/X11/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c stubs.c -o stubs.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/lib64/X11/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c system.c -o system.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/lib64/X11/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c sys-unix.c -o sys-unix.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/lib64/X11/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c sys-std.c -o sys-std.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/lib64/X11/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c X11.c -o X11.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/lib64/X11/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c aqua.c -o aqua.o
gcc -arch ppc64 -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/lib64/X11/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c Rembedded.c -o Rembedded.o
config.status: creating src/main/Makefile
making CConverters.d from CConverters.c
making CommandLineArgs.d from CommandLineArgs.c
making Rdynload.d from Rdynload.c
making Renviron.d from Renviron.c
making RNG.d from RNG.c
making apply.d from apply.c
making arithmetic.d from arithmetic.c
making apse.d from apse.c
making array.d from array.c
making attrib.d from attrib.c
making base.d from base.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 cov.d from cov.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 deriv.d from deriv.c
making dotcode.d from dotcode.c
making dounzip.d from dounzip.c
making dstruct.d from dstruct.c
making duplicate.d from duplicate.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 fourier.d from fourier.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 identical.d from identical.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 memory.d from memory.c
making model.d from model.c
making names.d from names.c
making objects.d from objects.c
making optim.d from optim.c
making optimize.d from optimize.c
making options.d from options.c
making par.d from par.c
making paste.d from paste.c
making pcre.d from pcre.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 regex.d from regex.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 size.d from size.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 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 acosh.d from acosh.c
making asinh.d from asinh.c
making atanh.d from atanh.c
making mkdtemp.d from mkdtemp.c
making snprintf.d from snprintf.c
making strdup.d from strdup.c
making strncasecmp.d from strncasecmp.c
making vsnprintf.d from vsnprintf.c
making xspline.d from xspline.c
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c CConverters.c -o CConverters.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c CommandLineArgs.c -o CommandLineArgs.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c Rdynload.c -o Rdynload.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c Renviron.c -o Renviron.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c RNG.c -o RNG.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c apply.c -o apply.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c arithmetic.c -o arithmetic.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c apse.c -o apse.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c array.c -o array.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c attrib.c -o attrib.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c base.c -o base.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c bind.c -o bind.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c builtin.c -o builtin.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c character.c -o character.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c coerce.c -o coerce.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c colors.c -o colors.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c complex.c -o complex.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c connections.c -o connections.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c context.c -o context.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c cov.c -o cov.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c cum.c -o cum.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dcf.c -o dcf.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c datetime.c -o datetime.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c debug.c -o debug.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c deparse.c -o deparse.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c deriv.c -o deriv.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dotcode.c -o dotcode.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dounzip.c -o dounzip.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dstruct.c -o dstruct.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c duplicate.c -o duplicate.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c engine.c -o engine.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c envir.c -o envir.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c errors.c -o errors.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c eval.c -o eval.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c format.c -o format.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c fourier.c -o fourier.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c gevents.c -o gevents.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c gram.c -o gram.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c gram-ex.c -o gram-ex.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c graphics.c -o graphics.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c identical.c -o identical.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c internet.c -o internet.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c iosupport.c -o iosupport.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c lapack.c -o lapack.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c list.c -o list.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c localecharset.c -o localecharset.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c logic.c -o logic.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c main.c -o main.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c mapply.c -o mapply.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c match.c -o match.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c memory.c -o memory.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c model.c -o model.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c names.c -o names.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c objects.c -o objects.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c optim.c -o optim.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c optimize.c -o optimize.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c options.c -o options.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c par.c -o par.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c paste.c -o paste.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c pcre.c -o pcre.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c platform.c -o platform.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c plot.c -o plot.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c plot3d.c -o plot3d.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c plotmath.c -o plotmath.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c print.c -o print.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c printarray.c -o printarray.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c printvector.c -o printvector.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c printutils.c -o printutils.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c qsort.c -o qsort.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c random.c -o random.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c regex.c -o regex.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c registration.c -o registration.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c relop.c -o relop.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rlocale.c -o rlocale.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c saveload.c -o saveload.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c scan.c -o scan.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c seq.c -o seq.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c serialize.c -o serialize.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c size.c -o size.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c sort.c -o sort.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c source.c -o source.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c split.c -o split.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c sprintf.c -o sprintf.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c startup.c -o startup.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c subassign.c -o subassign.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c subscript.c -o subscript.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c subset.c -o subset.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c summary.c -o summary.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c sysutils.c -o sysutils.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c unique.c -o unique.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c util.c -o util.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c version.c -o version.o
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c vfonts.c -o vfonts.o
gfortran -arch ppc64  -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c xxxpr.f -o xxxpr.o
gcc -arch ppc64 -std=gnu99 -dynamiclib -Wl,-macosx_version_min -Wl,10.3 -undefined dynamic_lookup -single_module -multiply_defined suppress -arch ppc64 -m64 -L/usr/local/lib -install_name libR.dylib -compatibility_version 2.4.0  -current_version 2.4.1  -headerpad_max_install_names -o libR.dylib CConverters.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o arithmetic.o apse.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o dcf.o datetime.o debug.o deparse.o deriv.o dotcode.o dounzip.o dstruct.o duplicate.o engine.o envir.o errors.o eval.o format.o fourier.o gevents.o gram.o gram-ex.o graphics.o identical.o internet.o iosupport.o lapack.o list.o localecharset.o logic.o main.o mapply.o match.o memory.o model.o names.o objects.o optim.o optimize.o options.o par.o paste.o pcre.o platform.o plot.o plot3d.o plotmath.o print.o printarray.o printvector.o printutils.o qsort.o random.o regex.o registration.o relop.o rlocale.o saveload.o scan.o seq.o serialize.o size.o sort.o source.o split.o sprintf.o startup.o subassign.o subscript.o subset.o summary.o sysutils.o unique.o util.o version.o vfonts.o xxxpr.o   `ls ../appl/*.o ../nmath/*.o ../unix/*.o  2>/dev/null|grep -v /ext-` -framework vecLib -lgfortran -lgcc_s -lSystemStubs -lmx -lSystem  ../extra/zlib/libz.a ../extra/bzip2/libbz2.a ../extra/pcre/libpcre.a  ../extra/intl/libintl.a -lreadline  -lm
gcc -arch ppc64 -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c Rmain.c -o Rmain.o
gcc -arch ppc64 -std=gnu99  -arch ppc64 -m64 -L/usr/local/lib -o R.bin Rmain.o  -L../../lib -lR 
making dataentry.d from dataentry.c
making devX11.d from devX11.c
making rotated.d from rotated.c
making rbitmap.d from rbitmap.c
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/usr/local/lib64/X11/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c dataentry.c -o dataentry.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/usr/local/lib64/X11/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c devX11.c -o devX11.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/usr/local/lib64/X11/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rotated.c -o rotated.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/usr/local/lib64/X11/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c rbitmap.c -o rbitmap.o
gcc -arch ppc64 -std=gnu99 -dynamiclib -Wl,-macosx_version_min -Wl,10.3 -undefined dynamic_lookup -single_module -multiply_defined suppress -arch ppc64 -m64 -L/usr/local/lib -o R_X11.so dataentry.o devX11.o rotated.o rbitmap.o  -lSM -lICE -L/usr/local/lib64/X11/lib -lX11 -lXt  -ljpeg -L../../../lib -lR 
making Rsock.d from Rsock.c
making internet.d from internet.c
making nanoftp.d from nanoftp.c
making nanohttp.d from nanohttp.c
making sock.d from sock.c
making sockconn.d from sockconn.c
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c Rsock.c -o Rsock.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c internet.c -o internet.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c nanoftp.c -o nanoftp.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c nanohttp.c -o nanohttp.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c sock.c -o sock.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5  -c sockconn.c -o sockconn.o
gcc -arch ppc64 -std=gnu99 -dynamiclib -Wl,-macosx_version_min -Wl,10.3 -undefined dynamic_lookup -single_module -multiply_defined suppress -arch ppc64 -m64 -L/usr/local/lib -o internet.so Rsock.o internet.o nanoftp.o nanohttp.o sock.o sockconn.o -L../../../lib -lR
making Lapack.d from Lapack.c
making vecLibg95c.d from vecLibg95c.c
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c Lapack.c -o Lapack.o
gcc -arch ppc64 -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/sw/include -I/usr/local/include -DHAVE_CONFIG_H   -fPIC  -g -O3 -mtune=G5 -mcpu=G5 -c vecLibg95c.c -o vecLibg95c.o


ld64 warning: indirect library /usr/lib/libncurses.5.4.dylib could not be loaded: file is not of required architectureld64 warning: indirect library /usr/lib/libncurses.5.4.dylib could not be loaded: file is not of required architectureld64 warning: indirect library /usr/lib/libncurses.5.4.dylib could not be loaded: file is not of required architecture
ld64 warning: indirect library /usr/lib/libncurses.5.4.dylib could not be loaded: file is not of required architecture
ld64 warning: indirect library /usr/lib/libncurses.5.4.dylib could not be loaded: file is not of required architecture
ld64 warning: indirect library /usr/lib/libncurses.5.4.dylib could not be loaded: file is not of required architecture
ld64 warning: indirect library /usr/lib/libncurses.5.4.dylib could not be loaded: file is not of required architecture
ld64 warning: indirect library /usr/lib/libncurses.5.4.dylib could not be loaded: file is not of required architecture
In file included from /System/Library/Frameworks/vecLib.framework/Headers/vecLib.h:20,
                 from vecLibg95c.c:5:
/System/Library/Frameworks/vecLib.framework/Headers/vecLibTypes.h:31: error: syntax error before 'unsigned'
/System/Library/Frameworks/vecLib.framework/Headers/vecLibTypes.h:32: error: syntax error before 'signed'
/System/Library/Frameworks/vecLib.framework/Headers/vecLibTypes.h:33: error: syntax error before 'unsigned'
/System/Library/Frameworks/vecLib.framework/Headers/vecLibTypes.h:34: error: syntax error before 'signed'
/System/Library/Frameworks/vecLib.framework/Headers/vecLibTypes.h:35: error: syntax error before 'unsigned'
/System/Library/Frameworks/vecLib.framework/Headers/vecLibTypes.h:36: error: syntax error before 'signed'
/System/Library/Frameworks/vecLib.framework/Headers/vecLibTypes.h:37: error: syntax error before 'float'
/System/Library/Frameworks/vecLib.framework/Headers/vecLibTypes.h:38: error: syntax error before 'bool'
/System/Library/Frameworks/vecLib.framework/Headers/vecLibTypes.h:38: error: syntax error before 'int'
In file included from /System/Library/Frameworks/vecLib.framework/Headers/vecLib.h:24,
                 from vecLibg95c.c:5:
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:155: error: syntax error before 'vU8Divide'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:156: error: syntax error before 'vN'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:170: error: syntax error before 'vS8Divide'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:171: error: syntax error before 'vN'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:185: error: syntax error before 'vU16Divide'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:186: error: syntax error before 'vN'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:200: error: syntax error before 'vS16Divide'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:201: error: syntax error before 'vN'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:215: error: syntax error before 'vU32Divide'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:216: error: syntax error before 'vN'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:230: error: syntax error before 'vS32Divide'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:231: error: syntax error before 'vN'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:245: error: syntax error before 'vU64Divide'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:246: error: syntax error before 'vN'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:260: error: syntax error before 'vS64Divide'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:261: error: syntax error before 'vN'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:275: error: syntax error before 'vU128Divide'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:276: error: syntax error before 'vN'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:290: error: syntax error before 'vS128Divide'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:291: error: syntax error before 'vN'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:306: error: syntax error before 'vU8HalfMultiply'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:307: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:320: error: syntax error before 'vS8HalfMultiply'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:321: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:334: error: syntax error before 'vU16HalfMultiply'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:335: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:348: error: syntax error before 'vS16HalfMultiply'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:349: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:362: error: syntax error before 'vU32HalfMultiply'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:363: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:376: error: syntax error before 'vS32HalfMultiply'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:377: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:390: error: syntax error before 'vU32FullMulEven'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:391: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:404: error: syntax error before 'vU32FullMulOdd'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:405: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:418: error: syntax error before 'vS32FullMulEven'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:419: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:432: error: syntax error before 'vS32FullMulOdd'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:433: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:446: error: syntax error before 'vU64FullMulEven'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:447: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:460: error: syntax error before 'vU64FullMulOdd'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:461: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:474: error: syntax error before 'vU64HalfMultiply'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:475: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:488: error: syntax error before 'vS64HalfMultiply'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:489: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:502: error: syntax error before 'vS64FullMulEven'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:503: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:516: error: syntax error before 'vS64FullMulOdd'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:517: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:530: error: syntax error before 'vU128HalfMultiply'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:531: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:544: error: syntax error before 'vS128HalfMultiply'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:545: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:559: error: syntax error before 'vU64Sub'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:560: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:573: error: syntax error before 'vU64SubS'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:574: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:587: error: syntax error before 'vU128Sub'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:588: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:601: error: syntax error before 'vU128SubS'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:602: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:615: error: syntax error before 'vS64Sub'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:616: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:629: error: syntax error before 'vS128Sub'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:630: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:643: error: syntax error before 'vS64SubS'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:644: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:657: error: syntax error before 'vS128SubS'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:658: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:672: error: syntax error before 'vU64Add'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:673: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:686: error: syntax error before 'vU64AddS'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:687: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:700: error: syntax error before 'vU128Add'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:701: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:714: error: syntax error before 'vU128AddS'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:715: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:728: error: syntax error before 'vS64Add'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:729: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:742: error: syntax error before 'vS64AddS'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:743: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:756: error: syntax error before 'vS128Add'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:757: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:770: error: syntax error before 'vS128AddS'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:771: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:785: error: syntax error before 'vLL64Shift'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:786: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:799: error: syntax error before 'vA64Shift'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:800: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:813: error: syntax error before 'vLR64Shift'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:814: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:827: error: syntax error before 'vLL64Shift2'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:828: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:841: error: syntax error before 'vA64Shift2'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:842: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:855: error: syntax error before 'vLR64Shift2'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:856: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:869: error: syntax error before 'vA128Shift'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:870: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:884: error: syntax error before 'vL64Rotate'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:885: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:898: error: syntax error before 'vR64Rotate'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:899: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:912: error: syntax error before 'vL64Rotate2'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:913: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:926: error: syntax error before 'vR64Rotate2'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:927: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:940: error: syntax error before 'vL128Rotate'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:941: error: syntax error before 'vA'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:954: error: syntax error before 'vR128Rotate'
/System/Library/Frameworks/vecLib.framework/Headers/vBasicOps.h:955: error: syntax error before 'vA'
In file included from /System/Library/Frameworks/vecLib.framework/Headers/vecLib.h:28,
                 from vecLibg95c.c:5:
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:120: error: syntax error before 'vUInt32'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:122: error: syntax error before 'vUInt32'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:130: error: syntax error before '}' token
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:133: error: syntax error before 'vUInt32'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:135: error: syntax error before 'vUInt32'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:142: error: conflicting types for 's'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:129: error: previous declaration of 's' was here
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:143: error: syntax error before '}' token
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:146: error: syntax error before 'vUInt32'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:148: error: syntax error before 'vUInt32'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:160: error: conflicting types for 's'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:129: error: previous declaration of 's' was here
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:161: error: syntax error before '}' token
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:164: error: syntax error before 'vUInt32'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:166: error: syntax error before 'vUInt32'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:178: error: conflicting types for 's'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:129: error: previous declaration of 's' was here
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:179: error: syntax error before '}' token
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:182: error: syntax error before 'vUInt32'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:184: error: syntax error before 'vUInt32'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:186: error: syntax error before 'v3'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:187: error: syntax error before 'v4'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:206: error: conflicting types for 's'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:129: error: previous declaration of 's' was here
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:207: error: syntax error before '}' token
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:210: error: syntax error before 'vUInt32'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:212: error: syntax error before 'vUInt32'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:214: error: syntax error before 'v3'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:215: error: syntax error before 'v4'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:234: error: conflicting types for 's'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:129: error: previous declaration of 's' was here
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:235: error: syntax error before '}' token
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:238: error: syntax error before 'vUInt32'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:240: error: syntax error before 'vUInt32'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:242: error: syntax error before 'v3'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:243: error: syntax error before 'v4'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:244: error: syntax error before 'v5'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:245: error: syntax error before 'v6'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:246: error: syntax error before 'v7'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:247: error: syntax error before 'v8'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:282: error: conflicting types for 's'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:129: error: previous declaration of 's' was here
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:283: error: syntax error before '}' token
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:286: error: syntax error before 'vUInt32'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:288: error: syntax error before 'vUInt32'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:290: error: syntax error before 'v3'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:291: error: syntax error before 'v4'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:292: error: syntax error before 'v5'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:293: error: syntax error before 'v6'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:294: error: syntax error before 'v7'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:295: error: syntax error before 'v8'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:330: error: conflicting types for 's'
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:129: error: previous declaration of 's' was here
/System/Library/Frameworks/vecLib.framework/Headers/vBigNum.h:331: error: syntax error before '}' token
In file included from /System/Library/Frameworks/vecLib.framework/Headers/vecLib.h:32,
                 from vecLibg95c.c:5:
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:76: error: syntax error before 'x'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:99: error: syntax error before 'x'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:122: error: syntax error before 'x'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:145: error: syntax error before 'x'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:168: error: syntax error before 'x'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:191: error: syntax error before 'x'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:219: error: syntax error before 'x'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:243: error: syntax error before 'x'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:266: error: syntax error before 'x'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:296: error: syntax error before 'a'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:338: error: syntax error before 'x'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:362: error: syntax error before 'x'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:384: error: syntax error before 'x'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:414: error: syntax error before 'vFloat'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:443: error: syntax error before 'vFloat'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:467: error: syntax error before 'vFloat'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:495: error: syntax error before 'x'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:526: error: syntax error before 'x'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:587: error: syntax error before 'a'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:626: error: syntax error before 'a'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:664: error: syntax error before 'a'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:726: error: syntax error before 'a'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:783: error: syntax error before 'a'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:843: error: syntax error before 'a'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:910: error: syntax error before 'a'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:939: error: syntax error before 'vFloat'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:964: error: syntax error before 'x'
/System/Library/Frameworks/vecLib.framework/Headers/vectorOps.h:997: error: syntax error before 'a'
In file included from /System/Library/Frameworks/vecLib.framework/Headers/vecLib.h:36,
                 from vecLibg95c.c:5:
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:66: error: syntax error before 'vdivf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:66: error: syntax error before 'A'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:77: error: syntax error before 'vsqrtf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:77: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:88: error: syntax error before 'vrsqrtf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:88: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:119: error: syntax error before 'vexpf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:119: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:130: error: syntax error before 'vexpm1f'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:130: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:141: error: syntax error before 'vlogf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:141: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:152: error: syntax error before 'vlog1pf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:152: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:163: error: syntax error before 'vlogbf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:163: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:177: error: syntax error before 'vscalbf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:177: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:206: error: syntax error before 'vfabf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:206: error: syntax error before 'v'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:217: error: syntax error before 'vcopysignf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:217: error: syntax error before 'arg2'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:228: error: syntax error before 'vnextafterf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:228: error: syntax error before 'x'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:251: error: syntax error before 'vclassifyf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:251: error: syntax error before 'arg'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:262: error: syntax error before 'vsignbitf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:262: error: syntax error before 'arg'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:285: error: syntax error before 'vsinf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:285: error: syntax error before 'arg'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:296: error: syntax error before 'vcosf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:296: error: syntax error before 'arg'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:307: error: syntax error before 'vtanf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:307: error: syntax error before 'arg'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:331: error: syntax error before 'vasinf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:331: error: syntax error before 'arg'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:342: error: syntax error before 'vacosf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:342: error: syntax error before 'arg'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:353: error: syntax error before 'vatanf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:353: error: syntax error before 'arg'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:364: error: syntax error before 'vatan2f'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:364: error: syntax error before 'arg1'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:389: error: syntax error before 'vsinhf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:389: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:400: error: syntax error before 'vcoshf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:400: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:411: error: syntax error before 'vtanhf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:411: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:422: error: syntax error before 'vasinhf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:422: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:433: error: syntax error before 'vacoshf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:433: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:444: error: syntax error before 'vatanhf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:444: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:468: error: syntax error before 'vfmodf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:468: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:479: error: syntax error before 'vremainderf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:479: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:493: error: syntax error before 'vremquof'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:493: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:515: error: syntax error before 'vipowf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:515: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:529: error: syntax error before 'vpowf'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:529: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:548: error: syntax error before 'vtablelookup'
/System/Library/Frameworks/vecLib.framework/Headers/vfp.h:548: error: syntax error before 'Index_Vect'
In file included from /System/Library/Frameworks/vecLib.framework/Headers/vBLAS.h:97,
                 from /System/Library/Frameworks/vecLib.framework/Headers/vecLib.h:44,
                 from vecLibg95c.c:5:
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:692: error: syntax error before 'float'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:693: error: syntax error before 'float'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:718: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:719: error: syntax error before 'A'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:720: error: syntax error before 'A'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:721: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:722: error: syntax error before 'A'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:723: error: syntax error before 'A'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:724: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:725: error: syntax error before 'A'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:726: error: syntax error before 'A'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:727: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:728: error: syntax error before 'A'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:729: error: syntax error before 'A'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:741: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:742: error: syntax error before 'A'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:743: error: syntax error before 'A'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:744: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:745: error: syntax error before 'A'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:746: error: syntax error before 'A'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:747: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:748: error: syntax error before 'A'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:749: error: syntax error before 'A'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:750: error: syntax error before 'X'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:751: error: syntax error before 'A'
/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:752: error: syntax error before 'A'
make[4]: *** [vecLibg95c.o] Error 1
make[3]: *** [R] Error 2
make[2]: *** [R] Error 1
make[1]: *** [R] Error 1
make: *** [R] Error 1
Dapple:/Volumes/KilroyHD/kilroy/Software/R/R.2.4.1/R-2.4.1 stevenmckinney$ 


Steven McKinney

Statistician
Molecular Oncology and Breast Cancer Program
British Columbia Cancer Research Centre

email: smckinney at bccrc.ca

tel: 604-675-8000 x7561

BCCRC
Molecular Oncology
675 West 10th Ave, Floor 4
Vancouver B.C. 
V5Z 1L3
Canada



-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: makeOutput.txt
Url: https://stat.ethz.ch/pipermail/r-sig-mac/attachments/20070417/83d20528/attachment-0001.txt 


More information about the R-SIG-Mac mailing list