[Rd] Implementing R on IBM p690 cluster Jump

Uwe Ligges ligges at statistik.uni-dortmund.de
Wed May 11 10:12:22 CEST 2005


Ralf Seppelt wrote:

> Dear All,
> 
> we're trying to implement R on the IBM p690 cluster "Jump" at the 
> research centre in Jülich, Germany (c.f. 
> http://www.fz-juelich.de/nic/Supercomputer/computer-e.html)
> using the most recent version of R (2.1.0) and precisly following the 
> installation instructions.


How much cpu time for further R development do we get on that machine if 
we can help? ;-)

Uwe Ligges



> After ./configure we get the final message:
> ----------------
> R is now configured for powerpc-ibm-aix5.2.0.0
> 
>   Source directory:          .
>   Installation directory:    /usr/local
> 
>   C compiler:                gcc -mno-fp-in-toc -g -O2
>   C++ compiler:              g++  -g -O2
>   Fortran compiler:          f77  -g
> 
>   Interfaces supported:      X11, tcltk
>   External libraries:        readline, BLAS(ESSL)
>   Additional capabilities:   PNG, JPEG, MBCS, NLS
>   Options enabled:           R profiling
> 
>   Recommended packages:      yes
> 
> configure: WARNING: you cannot build info or html versions of the R manuals
> configure: WARNING: I could not determine a browser
> 
> --------------
> After make we get
> 
> ufzaloe at j36.!:
> ufzaloe at j36.!: make
> ...
>         gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall 
> -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so  dataentry.lo 
> devX11.lo rotated.lo rbitmap.lo -lSM -lICE -lX11  -ljpeg -lpng -lz
> ld: 0711-317 ERROR: Undefined symbol: .log10
> ld: 0711-317 ERROR: Undefined symbol: .floor
> ld: 0711-317 ERROR: Undefined symbol: .libintl_gettext
> ld: 0711-317 ERROR: Undefined symbol: .pow
> ld: 0711-317 ERROR: Undefined symbol: .sin
> ld: 0711-317 ERROR: Undefined symbol: .cos
> ld: 0711-317 ERROR: Undefined symbol: .tan
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more 
> information.
> collect2: ld returned 8 exit status
> make: 1254-004 The error code from the last command is 1.
> Stop.
> make: 1254-004 The error code from the last command is 2.
> Stop.
> make: 1254-004 The error code from the last command is 1.
> Stop.
> make: 1254-004 The error code from the last command is 1.
> Stop.
> make: 1254-004 The error code from the last command is 1.
> ---------------
> 
> Before bugging the administiors in Jülich, we would like to ask the R 
> consortium: Are there any related experiences from people who worked on 
> the implementation of R on different platforms?
> 
> Thanks for help
> 
> Ralf Seppelt & Carsten Dormann
> 
> PS: the configure log-file is attached to this mail.
> 
> 
> 
> ------------------------------------------------------------------------
> 
> ./configure
> checking build system type... powerpc-ibm-aix5.2.0.0
> checking host system type... powerpc-ibm-aix5.2.0.0
> loading site script './config.site'
> loading build specific script './config.site'
> checking for pwd... /usr/bin/pwd
> checking whether builddir is srcdir... yes
> checking for working aclocal... missing
> checking for working autoconf... missing
> checking for working automake... missing
> checking for working autoheader... missing
> checking for working makeinfo... found
> checking for gawk... no
> checking for mawk... no
> checking for nawk... nawk
> checking for egrep... grep -E
> checking whether ln -s works... yes
> checking for ranlib... ranlib
> checking for bison... bison -y
> checking for ar... ar
> checking for a BSD-compatible install... /usr/opt/freeware/bin/install -c
> checking for javac... /usr/java14/bin/javac
> 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/bin/dvips
> checking for tex... /usr/local/bin/tex
> checking for latex... /usr/local/bin/latex
> checking for makeindex... /usr/local/bin/makeindex
> checking for pdftex... /usr/local/bin/pdftex
> checking for pdflatex... /usr/local/bin/pdflatex
> checking for makeinfo... /usr/local/bin/makeinfo
> checking for unzip... /usr/local/bin/unzip
> checking for zip... no
> checking for gzip... /usr/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... no
> configure: WARNING: I could not determine a browser
> checking for acroread... /usr/local/bin/acroread
> checking for gcc... gcc
> 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 accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking whether gcc needs -traditional... no
> checking how to run the C preprocessor... gcc -E
> checking for g77... no
> checking for f77... f77
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether f77 accepts -g... yes
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking how to run the C++ preprocessor... g++ -E
> checking for a sed that does not truncate output... /usr/bin/sed
> checking for ld used by gcc... /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... /usr/bin/nm -B
> 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... 8192
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for objdir... .libs
> checking for ranlib... (cached) ranlib
> checking for strip... strip
> checking if gcc static flag  works... yes
> checking if gcc supports -fno-rtti -fno-exceptions... yes
> checking for gcc option to produce PIC... 
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
> checking dynamic linker characteristics... aix5.2.0.0 ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... no
> 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++... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... no
> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
> checking for g++ option to produce PIC... 
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
> checking dynamic linker characteristics... aix5.2.0.0 ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... no
> 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 f77 option to produce PIC... 
> checking if f77 supports -c -o file.o... no
> checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes
> checking dynamic linker characteristics... aix5.2.0.0 ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... no
> checking whether makeinfo version is at least 4.7... no
> configure: WARNING: you cannot build info or html versions of the R manuals
> checking for cos in -lm... yes
> checking for sin in -lm... yes
> checking for dlopen in -ldl... yes
> checking readline/history.h usability... no
> checking readline/history.h presence... no
> checking for readline/history.h... no
> checking readline/readline.h usability... no
> checking readline/readline.h presence... no
> checking for readline/readline.h... no
> 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/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking sys/times.h usability... yes
> checking sys/times.h presence... yes
> checking for sys/times.h... yes
> checking sys/utsname.h usability... yes
> checking sys/utsname.h presence... yes
> checking for sys/utsname.h... yes
> checking for unistd.h... (cached) yes
> checking errno.h usability... yes
> checking errno.h presence... yes
> checking for errno.h... yes
> checking stdarg.h usability... yes
> checking stdarg.h presence... yes
> checking for stdarg.h... yes
> checking for string.h... (cached) yes
> checking whether setjmp.h is POSIX.1 compatible... 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 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... 4
> checking for long long... yes
> checking size of long long... 8
> checking for long double... yes
> checking size of long double... 8
> checking whether we can compute C Make dependencies... no
> checking whether gcc supports -c -o FILE.lo... yes
> checking how to get verbose linking output from f77... -v
> checking for Fortran libraries of f77...  -L/usr/local/lib -lg -lxlf90 -L/usr/lpp/xlf/lib -lxlopt -lxlf -lxlomp_ser -lm
> checking how to get verbose linking output from gcc... -v
> checking for C libraries of gcc...  -L/usr/local/lib -L/usr/bin/../lib/gcc-lib/powerpc-ibm-aix5.1.0.0/2.9-aix51-020209 -L/usr/bin/../lib/gcc-lib -L/usr/opt/freeware/lib -L/opt/freeware/GNUPro/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/2.9-aix51-020209 -L/usr/bin/../lib/gcc-lib/powerpc-ibm-aix5.1.0.0/2.9-aix51-020209/../../.. -L/opt/freeware/GNUPro/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/2.9-aix51-020209/../../.. /usr/bin/../lib/gcc-lib/powerpc-ibm-aix5.1.0.0/2.9-aix51-020209/libgcc.a -lg
> checking for dummy main to link with Fortran libraries... none
> checking for Fortran name-mangling scheme... lower case, no underscore, no extra underscore
> checking whether f77 appends underscores to external names... no
> checking whether mixed C/Fortran code can be run... yes
> checking whether f77 and gcc agree on int and double... yes
> checking whether f77 and gcc agree on double complex... yes
> checking whether f77 supports -c -o FILE.lo... yes
> checking whether g++ accepts -M for generating dependencies... yes
> checking whether g++ supports -c -o FILE.lo... yes
> checking whether gcc accepts -mno-fp-in-toc... yes
> checking for xmkmf... /usr/bin/X11/xmkmf
> checking for off_t... yes
> checking for working alloca.h... yes
> checking for alloca... yes
> checking whether alloca is declared... yes
> checking for access... yes
> checking for chdir... yes
> checking for expm1... yes
> checking for fcntl... yes
> checking for finite... yes
> checking for fseeko... yes
> checking for ftello... yes
> checking for ftruncate... yes
> checking for getcwd... yes
> checking for getgrgid... yes
> checking for getpwuid... yes
> checking for getuid... yes
> checking for hypot... yes
> checking for isascii... yes
> checking for log1p... yes
> checking for matherr... no
> checking for mkdtemp... no
> checking for mkfifo... yes
> checking for popen... yes
> checking for putenv... yes
> checking for realpath... yes
> checking for rint... yes
> checking for setenv... yes
> checking for strcoll... yes
> checking for stat... yes
> checking for strptime... yes
> checking for symlink... yes
> checking for system... yes
> checking for times... yes
> checking for unsetenv... yes
> checking whether isfinite is declared... no
> checking whether isnan is declared... yes
> checking for finite... (cached) yes
> checking for isnan... yes
> checking whether isfinite is declared... (cached) no
> checking whether isnan is declared... (cached) 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 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 snprintf is declared... no
> checking whether strdup is declared... yes
> checking whether strncasecmp is declared... yes
> checking whether vsnprintf is declared... no
> 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... no
> checking for working finite... yes
> checking for working log... yes
> checking for working log1p... yes
> checking for working strptime... yes
> checking whether ftell works correctly on files opened for append... yes
> checking for sgemm... no
> checking for ATL_xerbla in -latlas... no
> checking for sgemm in -lblas... yes
> checking for dgemm in -ldgemm... no
> checking for sgemm in -lblas... (cached) yes
> checking for sgemm in -lessl... yes
> checking wchar.h usability... yes
> checking wchar.h presence... yes
> checking for wchar.h... yes
> checking wctype.h usability... yes
> checking wctype.h presence... yes
> checking for wctype.h... yes
> checking for mbrtowc... yes
> checking for mbstowcs... yes
> checking for wcrtomb... yes
> checking for wcscoll... yes
> checking for wcsftime... yes
> checking for wcstombs... yes
> checking for wcswidth... yes
> checking for wctrans... yes
> checking for wcwidth... yes
> checking whether wcwidth is declared... yes
> checking whether wcswidth is declared... yes
> checking iconv.h usability... yes
> checking iconv.h presence... yes
> checking for iconv.h... yes
> checking for iconv... in libiconv
> checking whether iconv() accepts "UTF-8" and "latin1"... no
> checking for iconvlist... no
> checking for X... libraries , headers 
> checking for gethostbyname... yes
> checking for connect... yes
> checking for remove... yes
> checking for shmat... yes
> checking for IceConnectionNumber in -lICE... yes
> using X11 ... yes
> checking for KeySym... yes
> 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/tcl8.4.2/include/tcl8.4/generic/tcl.h usability... no
> checking /usr/local/tcl8.4.2/include/tcl8.4/generic/tcl.h presence... no
> checking for /usr/local/tcl8.4.2/include/tcl8.4/generic/tcl.h... no
> checking /usr/local/tcl8.4.2/include/tcl8.4/tcl.h usability... no
> checking /usr/local/tcl8.4.2/include/tcl8.4/tcl.h presence... no
> checking for /usr/local/tcl8.4.2/include/tcl8.4/tcl.h... no
> checking /usr/local/tcl8.4.2/include/tcl.h usability... yes
> checking /usr/local/tcl8.4.2/include/tcl.h presence... yes
> checking for /usr/local/tcl8.4.2/include/tcl.h... yes
> checking /usr/local/tcl8.4.2/include/tk8.4/generic/tk.h usability... no
> checking /usr/local/tcl8.4.2/include/tk8.4/generic/tk.h presence... no
> checking for /usr/local/tcl8.4.2/include/tk8.4/generic/tk.h... no
> checking /usr/local/tcl8.4.2/include/tk8.4/tk.h usability... no
> checking /usr/local/tcl8.4.2/include/tk8.4/tk.h presence... no
> checking for /usr/local/tcl8.4.2/include/tk8.4/tk.h... no
> checking /usr/local/tcl8.4.2/include/tcl8.4/tk.h usability... no
> checking /usr/local/tcl8.4.2/include/tcl8.4/tk.h presence... no
> checking for /usr/local/tcl8.4.2/include/tcl8.4/tk.h... no
> checking /usr/local/tcl8.4.2/include/tk.h usability... yes
> checking /usr/local/tcl8.4.2/include/tk.h presence... yes
> checking for /usr/local/tcl8.4.2/include/tk.h... yes
> checking whether compiling/linking Tcl/Tk code works... yes
> checking for BSD networking... yes
> checking if jpeglib version >= 6b... yes
> checking for jpeg_destroy_compress in -ljpeg... yes
> checking for main in -lz... yes
> checking if libpng version >= 1.0.5... yes
> checking for png_create_write_struct in -lpng... yes
> checking rpc/types.h usability... yes
> checking rpc/types.h presence... yes
> checking for rpc/types.h... yes
> checking for rpc/xdr.h... yes
> checking for XDR support... yes
> checking whether zlib support needs to be compiled... yes
> checking mmap support for zlib... yes
> checking whether bzip2 support needs to be compiled... yes
> checking whether PCRE support needs to be compiled... yes
> checking whether leap seconds are treated according to POSIX... yes
> checking for setitimer... yes
> checking for lpr... lpr
> checking for paperconf... false
> checking for recommended packages... yes
> checking whether make sets $(MAKE)... yes
> checking whether NLS is requested... yes
> checking for msgfmt... no
> checking for gmsgfmt... :
> checking for xgettext... no
> checking for msgmerge... no
> checking for strerror in -lcposix... no
> 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... no
> 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 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... yes
> checking malloc.h presence... yes
> checking for malloc.h... yes
> checking stddef.h usability... yes
> checking stddef.h presence... yes
> checking for stddef.h... yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/param.h... (cached) yes
> checking for asprintf... no
> checking for fwprintf... yes
> checking for getcwd... (cached) yes
> checking for getegid... yes
> checking for geteuid... yes
> checking for getgid... yes
> checking for getuid... (cached) yes
> checking for mempcpy... no
> checking for munmap... yes
> checking for putenv... (cached) yes
> checking for setenv... (cached) 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... no
> checking whether fgets_unlocked is declared... no
> checking whether getc_unlocked is declared... yes
> checking for iconv... yes
> checking for iconv declaration... 
>          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
> checking for nl_langinfo and CODESET... (cached) yes
> checking for LC_MESSAGES... yes
> checking for bison... bison
> checking version of bison... 1.34, ok
> 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 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/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/scripts/f77
> 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 powerpc-ibm-aix5.2.0.0
> 
>   Source directory:          .
>   Installation directory:    /usr/local
> 
>   C compiler:                gcc -mno-fp-in-toc -g -O2
>   C++ compiler:              g++  -g -O2
>   Fortran compiler:          f77  -g
> 
>   Interfaces supported:      X11, tcltk
>   External libraries:        readline, BLAS(ESSL)
>   Additional capabilities:   PNG, JPEG, MBCS, NLS
>   Options enabled:           R profiling
> 
>   Recommended packages:      yes
> 
> configure: WARNING: you cannot build info or html versions of the R manuals
> configure: WARNING: I could not determine a browser
> 
> 
> ------------------------------------------------------------------------
> 
> ______________________________________________
> R-devel at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel



More information about the R-devel mailing list