[R] R compile problems with AIX

moro moro at ibwk.baum.ethz.ch
Tue Dec 8 11:56:28 CET 1998


Hello,

I've allways had some problems compiling R (R-62.x and R-63.x) on a AIX 4.2.1 System to the end:
make produces following output:
...
...
mkdir ../../../library/eda/R
ld: 0711-327 WARNING: Entry point not found: __start
ld: 0711-244 ERROR: No csects or exported symbols have been saved.
gnumake[4]: *** [eda.so] Error 8
gnumake[3]: *** [all] Error 1
gnumake[2]: *** [R] Error 1
gnumake[1]: *** [R] Error 1
gnumake: *** [R] Error 1

This seems to be a binder Error (appears also with aix-make)

any suggestions, how to solve this problem?

Attached is the config.log and and make's output
(I'm using make-3.76.1)

Thanks

F. Moro
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:747: checking for a BSD compatible install
configure:809: checking whether ln -s works
configure:832: checking for ranlib
configure:863: checking for bison
configure:896: checking for ar
configure:924: checking for ratfor
configure:953: checking for latex
configure:985: checking for dvips
configure:1017: checking for makeindex
configure:1057: checking for perl
configure:1087: checking whether perl is perl 5
configure:1117: checking for gcc
configure:1194: checking whether the C compiler (gcc  ) works
configure:1208: gcc -o conftest    conftest.c  1>&5
configure:1228: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1233: checking whether we are using GNU C
configure:1242: gcc -E conftest.c
configure:1257: checking whether gcc accepts -g
configure:1349: checking for ranlib
configure:1413: checking for g77
configure:1413: checking for f77
configure:1501: checking for underscore after Fortran symbols
configure:1753: checking for sin in -lm
configure:1772: gcc -o conftest -g -O2   conftest.c -lm   1>&5
configure:1765: warning: conflicting types for built-in function `sin'
configure:1801: checking for sin in -lmoto
configure:1820: gcc -o conftest -g -O2   conftest.c -lmoto  -lm  1>&5
configure:1813: warning: conflicting types for built-in function `sin'
collect2: ld returned 255 exit status
ld: 0706-006 Cannot find or open library file: -l moto
	ld:open(): No such file or directory
configure: failed program was:
#line 1809 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char sin();

int main() {
sin()
; return 0; }
configure:1849: checking for main in -lncurses
configure:1864: gcc -o conftest -g -O2   conftest.c -lncurses  -lm  1>&5
collect2: ld returned 255 exit status
ld: 0706-006 Cannot find or open library file: -l ncurses
	ld:open(): No such file or directory
configure: failed program was:
#line 1857 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:1890: checking for main in -ltermcap
configure:1905: gcc -o conftest -g -O2   conftest.c -ltermcap  -lm  1>&5
configure:1979: checking for dlopen in -ldl
configure:1998: gcc -o conftest -g -O2   conftest.c -ldl  -ltermcap -lm  1>&5
configure:2027: checking for main in -lhdf5
configure:2042: gcc -o conftest -g -O2   conftest.c -lhdf5  -ldl -ltermcap -lm  1>&5
collect2: ld returned 255 exit status
ld: 0706-006 Cannot find or open library file: -l hdf5
	ld:open(): No such file or directory
configure: failed program was:
#line 2035 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:2070: checking for main in -lz
configure:2085: gcc -o conftest -g -O2   conftest.c -lz  -ldl -ltermcap -lm  1>&5
collect2: ld returned 255 exit status
ld: 0706-006 Cannot find or open library file: -l z
	ld:open(): No such file or directory
configure: failed program was:
#line 2078 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:2116: checking for main in -ldxml
configure:2131: gcc -o conftest -g -O2   conftest.c -ldxml  -ldl -ltermcap -lm  1>&5
collect2: ld returned 255 exit status
ld: 0706-006 Cannot find or open library file: -l dxml
	ld:open(): No such file or directory
configure: failed program was:
#line 2124 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:2154: checking for main in -lblas
configure:2169: gcc -o conftest -g -O2   conftest.c -lblas  -ldl -ltermcap -lm  1>&5
configure:2187: checking for main in -lblas_risc
configure:2202: gcc -o conftest -g -O2   conftest.c -lblas_risc -lblas -lf2c -ldl -ltermcap -lm  1>&5
collect2: ld returned 255 exit status
ld: 0706-006 Cannot find or open library file: -l blas_risc
	ld:open(): No such file or directory
ld: 0706-006 Cannot find or open library file: -l f2c
	ld:open(): No such file or directory
configure: failed program was:
#line 2195 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:2240: checking for rl_callback_read_char in -lreadline
configure:2259: gcc -o conftest -g -O2   conftest.c -lreadline  -ldl -ltermcap -lm  1>&5
collect2: ld returned 255 exit status
ld: 0706-006 Cannot find or open library file: -l readline
	ld:open(): No such file or directory
configure: failed program was:
#line 2248 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char rl_callback_read_char();

int main() {
rl_callback_read_char()
; return 0; }
configure:2291: checking how to run the C preprocessor
configure:2312: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2352: checking for ANSI C header files
configure:2365: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2432: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:2456: checking for pid_t
configure:2490: checking for vfork.h
configure:2500: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2496: vfork.h: No such file or directory
configure: failed program was:
#line 2495 "configure"
#include "confdefs.h"
#include <vfork.h>
configure:2525: checking for working vfork
configure:2675: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:2698: checking for vprintf
configure:2726: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:2806: checking for acosh
configure:2834: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:2806: checking for asinh
configure:2834: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:2806: checking for atanh
configure:2834: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:2806: checking for bcopy
configure:2834: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:2806: checking for finite
configure:2834: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:2806: checking for isnan
configure:2834: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:2806: checking for matherr
configure:2834: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
collect2: ld returned 8 exit status
ld: 0711-317 ERROR: Undefined symbol: .matherr
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
configure: failed program was:
#line 2811 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char matherr(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char matherr();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_matherr) || defined (__stub___matherr)
choke me
#else
matherr();
#endif

; return 0; }
configure:2806: checking for memcpy
configure:2834: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:2818: warning: conflicting types for built-in function `memcpy'
configure:2806: checking for memmove
configure:2834: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:2806: checking for regcomp
configure:2834: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:2806: checking for rint
configure:2834: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:2806: checking for strcoll
configure:2834: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:2806: checking for strtod
configure:2834: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:2806: checking for strtol
configure:2834: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:2806: checking for system
configure:2834: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:2806: checking for times
configure:2834: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:2862: checking for ANSI C header files
configure:2970: checking for dl.h
configure:2980: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2976: dl.h: No such file or directory
configure: failed program was:
#line 2975 "configure"
#include "confdefs.h"
#include <dl.h>
configure:2970: checking for dlfcn.h
configure:2980: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2970: checking for elf.h
configure:2980: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2976: elf.h: No such file or directory
configure: failed program was:
#line 2975 "configure"
#include "confdefs.h"
#include <elf.h>
configure:2970: checking for locale.h
configure:2980: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2970: checking for readline/history.h
configure:2980: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2976: readline/history.h: No such file or directory
configure: failed program was:
#line 2975 "configure"
#include "confdefs.h"
#include <readline/history.h>
configure:2970: checking for rpc/xdr.h
configure:2980: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2970: checking for sys/times.h
configure:2980: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2970: checking for time.h
configure:2980: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2970: checking for ieeefp.h
configure:2980: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2976: ieeefp.h: No such file or directory
configure: failed program was:
#line 2975 "configure"
#include "confdefs.h"
#include <ieeefp.h>
configure:2970: checking for ieee754.h
configure:2980: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2976: ieee754.h: No such file or directory
configure: failed program was:
#line 2975 "configure"
#include "confdefs.h"
#include <ieee754.h>
configure:2970: checking for unistd.h
configure:2980: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2970: checking for hdf5.h
configure:2980: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2976: hdf5.h: No such file or directory
configure: failed program was:
#line 2975 "configure"
#include "confdefs.h"
#include <hdf5.h>
configure:3010: checking return type of signal handlers
configure:3032: gcc -c -g -O2  conftest.c 1>&5
configure:3054: checking for working const
configure:3108: gcc -c -g -O2  conftest.c 1>&5
configure:3129: checking size of long
configure:3148: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:3225: checking for xmkmf
configure:3252: checking how to make shared libraries
configure:3348: checking for X
configure:3415: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3491: gcc -o conftest -g -O2   conftest.c -lXt -ldl -ltermcap -lm  1>&5
configure:3662: checking for dnet_ntoa in -ldnet
configure:3681: gcc -o conftest -g -O2   conftest.c -ldnet  -ldl -ltermcap -lm  1>&5
collect2: ld returned 255 exit status
ld: 0706-006 Cannot find or open library file: -l dnet
	ld:open(): No such file or directory
configure: failed program was:
#line 3670 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:3703: checking for dnet_ntoa in -ldnet_stub
configure:3722: gcc -o conftest -g -O2   conftest.c -ldnet_stub  -ldl -ltermcap -lm  1>&5
collect2: ld returned 255 exit status
ld: 0706-006 Cannot find or open library file: -l dnet_stub
	ld:open(): No such file or directory
configure: failed program was:
#line 3711 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:3751: checking for gethostbyname
configure:3779: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:3849: checking for connect
configure:3877: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:3941: checking for remove
configure:3969: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:4033: checking for shmat
configure:4061: gcc -o conftest -g -O2   conftest.c -ldl -ltermcap -lm  1>&5
configure:4134: checking for IceConnectionNumber in -lICE
configure:4153: gcc -o conftest -g -O2   conftest.c -lICE  -ldl -ltermcap -lm  1>&5
collect2: ld returned 255 exit status
ld: 0706-006 Cannot find or open library file: -l ICE
	ld:open(): No such file or directory
configure: failed program was:
#line 4142 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char IceConnectionNumber();

int main() {
IceConnectionNumber()
; return 0; }
configure:4194: checking for lpr
-------------- next part --------------
gnumake[1]: Entering directory `/usr/local/src/R-0.63.1/afm'
gnumake[1]: Leaving directory `/usr/local/src/R-0.63.1/afm'
gnumake[1]: Entering directory `/usr/local/src/R-0.63.1/demos'
gnumake[1]: Leaving directory `/usr/local/src/R-0.63.1/demos'
gnumake[1]: Entering directory `/usr/local/src/R-0.63.1/doc'
gnumake[1]: Leaving directory `/usr/local/src/R-0.63.1/doc'
gnumake[1]: Entering directory `/usr/local/src/R-0.63.1/etc'
gnumake[1]: Leaving directory `/usr/local/src/R-0.63.1/etc'
gnumake[1]: Entering directory `/usr/local/src/R-0.63.1/src'
gnumake[2]: Entering directory `/usr/local/src/R-0.63.1/src/include'
../../aux/GETSYMBOLS
gnumake[2]: Leaving directory `/usr/local/src/R-0.63.1/src/include'
gnumake[2]: Entering directory `/usr/local/src/R-0.63.1/src/appl'
gcc -g -O2 -I../include -I../../src/include  -c approx.c -o approx.o
gcc -g -O2 -I../include -I../../src/include  -c bakslv.c -o bakslv.o
gcc -g -O2 -I../include -I../../src/include  -c binning.c -o binning.o
f77  -c ch2inv.f -o ch2inv.o
f77  -c chol.f -o chol.o
gcc -g -O2 -I../include -I../../src/include  -c cpoly.c -o cpoly.o
gcc -g -O2 -I../include -I../../src/include  -c cumsum.c -o cumsum.o
gcc -g -O2 -I../include -I../../src/include  -c distance.c -o distance.o
f77  -c dpoco.f -o dpoco.o
f77  -c dpodi.f -o dpodi.o
f77  -c dpofa.f -o dpofa.o
f77  -c dposl.f -o dposl.o
f77  -c dqrdc.f -o dqrdc.o
f77  -c dqrdc2.f -o dqrdc2.o
f77  -c dqrls.f -o dqrls.o
f77  -c dqrsl.f -o dqrsl.o
f77  -c dqrutl.f -o dqrutl.o
f77  -c dsvdc.f -o dsvdc.o
f77  -c dtrco.f -o dtrco.o
f77  -c dtrsl.f -o dtrsl.o
gcc -g -O2 -I../include -I../../src/include  -c eigen.c -o eigen.o
gcc -g -O2 -I../include -I../../src/include  -c fortran.c -o fortran.o
gcc -g -O2 -I../include -I../../src/include  -c fft.c -o fft.o
f77  -c fmin.f -o fmin.o
f77  -c lminfl.f -o lminfl.o
gcc -g -O2 -I../include -I../../src/include  -c lowess.c -o lowess.o
gcc -g -O2 -I../include -I../../src/include  -c machar.c -o machar.o
gcc -g -O2 -I../include -I../../src/include  -c massdist.c -o massdist.o
gcc -g -O2 -I../include -I../../src/include  -c pretty.c -o pretty.o
gcc -g -O2 -I../include -I../../src/include  -c pythag.c -o pythag.o
gcc -g -O2 -I../include -I../../src/include  -c rowsum.c -o rowsum.o
gcc -g -O2 -I../include -I../../src/include  -c splines.c -o splines.o
gcc -g -O2 -I../include -I../../src/include  -c stem.c -o stem.o
gcc -g -O2 -I../include -I../../src/include  -c strsignif.c -o strsignif.o
gcc -g -O2 -I../include -I../../src/include  -c tabulate.c -o tabulate.o
f77  -c uncmin.f -o uncmin.o
f77  -c zeroin.f -o zeroin.o
ar cr libappl.a approx.o bakslv.o binning.o  ch2inv.o chol.o cpoly.o cumsum.o distance.o dpoco.o dpodi.o dpofa.o dposl.o dqrdc.o dqrdc2.o dqrls.o dqrsl.o dqrutl.o dsvdc.o dtrco.o dtrsl.o eigen.o fortran.o fft.o fmin.o lminfl.o lowess.o machar.o massdist.o pretty.o pythag.o rowsum.o splines.o stem.o strsignif.o tabulate.o uncmin.o zeroin.o
ranlib libappl.a
gnumake[2]: Leaving directory `/usr/local/src/R-0.63.1/src/appl'
gnumake[2]: Entering directory `/usr/local/src/R-0.63.1/src/nmath'
gcc -g -O2 -I../include -I../../src/include  -c mlutils.c -o mlutils.o
gcc -g -O2 -I../include -I../../src/include  -c d1mach.c -o d1mach.o
gcc -g -O2 -I../include -I../../src/include  -c i1mach.c -o i1mach.o
gcc -g -O2 -I../include -I../../src/include  -c fmax2.c -o fmax2.o
gcc -g -O2 -I../include -I../../src/include  -c fmin2.c -o fmin2.o
gcc -g -O2 -I../include -I../../src/include  -c fmod.c -o fmod.o
gcc -g -O2 -I../include -I../../src/include  -c fprec.c -o fprec.o
gcc -g -O2 -I../include -I../../src/include  -c fround.c -o fround.o
gcc -g -O2 -I../include -I../../src/include  -c ftrunc.c -o ftrunc.o
gcc -g -O2 -I../include -I../../src/include  -c sign.c -o sign.o
gcc -g -O2 -I../include -I../../src/include  -c fsign.c -o fsign.o
gcc -g -O2 -I../include -I../../src/include  -c fsquare.c -o fsquare.o
gcc -g -O2 -I../include -I../../src/include  -c fcube.c -o fcube.o
gcc -g -O2 -I../include -I../../src/include  -c imax2.c -o imax2.o
gcc -g -O2 -I../include -I../../src/include  -c imin2.c -o imin2.o
gcc -g -O2 -I../include -I../../src/include  -c chebyshev.c -o chebyshev.o
gcc -g -O2 -I../include -I../../src/include  -c logrelerr.c -o logrelerr.o
gcc -g -O2 -I../include -I../../src/include  -c lgammacor.c -o lgammacor.o
gcc -g -O2 -I../include -I../../src/include  -c gammalims.c -o gammalims.o
gcc -g -O2 -I../include -I../../src/include  -c gamma.c -o gamma.o
gcc -g -O2 -I../include -I../../src/include  -c lgamma.c -o lgamma.o
gcc -g -O2 -I../include -I../../src/include  -c gamma_cody.c -o gamma_cody.o
gcc -g -O2 -I../include -I../../src/include  -c beta.c -o beta.o
gcc -g -O2 -I../include -I../../src/include  -c lbeta.c -o lbeta.o
gcc -g -O2 -I../include -I../../src/include  -c polygamma.c -o polygamma.o
gcc -g -O2 -I../include -I../../src/include  -c bessel_i.c -o bessel_i.o
gcc -g -O2 -I../include -I../../src/include  -c bessel_j.c -o bessel_j.o
gcc -g -O2 -I../include -I../../src/include  -c bessel_k.c -o bessel_k.o
gcc -g -O2 -I../include -I../../src/include  -c bessel_y.c -o bessel_y.o
gcc -g -O2 -I../include -I../../src/include  -c choose.c -o choose.o
gcc -g -O2 -I../include -I../../src/include  -c snorm.c -o snorm.o
gcc -g -O2 -I../include -I../../src/include  -c sunif.c -o sunif.o
gcc -g -O2 -I../include -I../../src/include  -c sexp.c -o sexp.o
gcc -g -O2 -I../include -I../../src/include  -c dgamma.c -o dgamma.o
gcc -g -O2 -I../include -I../../src/include  -c pgamma.c -o pgamma.o
gcc -g -O2 -I../include -I../../src/include  -c qgamma.c -o qgamma.o
gcc -g -O2 -I../include -I../../src/include  -c rgamma.c -o rgamma.o
gcc -g -O2 -I../include -I../../src/include  -c dbeta.c -o dbeta.o
gcc -g -O2 -I../include -I../../src/include  -c pbeta.c -o pbeta.o
gcc -g -O2 -I../include -I../../src/include  -c qbeta.c -o qbeta.o
gcc -g -O2 -I../include -I../../src/include  -c rbeta.c -o rbeta.o
gcc -g -O2 -I../include -I../../src/include  -c dunif.c -o dunif.o
gcc -g -O2 -I../include -I../../src/include  -c punif.c -o punif.o
gcc -g -O2 -I../include -I../../src/include  -c qunif.c -o qunif.o
gcc -g -O2 -I../include -I../../src/include  -c runif.c -o runif.o
gcc -g -O2 -I../include -I../../src/include  -c dnorm.c -o dnorm.o
gcc -g -O2 -I../include -I../../src/include  -c pnorm.c -o pnorm.o
gcc -g -O2 -I../include -I../../src/include  -c qnorm.c -o qnorm.o
gcc -g -O2 -I../include -I../../src/include  -c rnorm.c -o rnorm.o
gcc -g -O2 -I../include -I../../src/include  -c dlnorm.c -o dlnorm.o
gcc -g -O2 -I../include -I../../src/include  -c plnorm.c -o plnorm.o
gcc -g -O2 -I../include -I../../src/include  -c qlnorm.c -o qlnorm.o
gcc -g -O2 -I../include -I../../src/include  -c rlnorm.c -o rlnorm.o
gcc -g -O2 -I../include -I../../src/include  -c df.c -o df.o
gcc -g -O2 -I../include -I../../src/include  -c pf.c -o pf.o
gcc -g -O2 -I../include -I../../src/include  -c qf.c -o qf.o
gcc -g -O2 -I../include -I../../src/include  -c rf.c -o rf.o
gcc -g -O2 -I../include -I../../src/include  -c dt.c -o dt.o
gcc -g -O2 -I../include -I../../src/include  -c pt.c -o pt.o
gcc -g -O2 -I../include -I../../src/include  -c qt.c -o qt.o
gcc -g -O2 -I../include -I../../src/include  -c rt.c -o rt.o
gcc -g -O2 -I../include -I../../src/include  -c dchisq.c -o dchisq.o
gcc -g -O2 -I../include -I../../src/include  -c pchisq.c -o pchisq.o
gcc -g -O2 -I../include -I../../src/include  -c qchisq.c -o qchisq.o
gcc -g -O2 -I../include -I../../src/include  -c rchisq.c -o rchisq.o
gcc -g -O2 -I../include -I../../src/include  -c dbinom.c -o dbinom.o
gcc -g -O2 -I../include -I../../src/include  -c pbinom.c -o pbinom.o
gcc -g -O2 -I../include -I../../src/include  -c qbinom.c -o qbinom.o
gcc -g -O2 -I../include -I../../src/include  -c rbinom.c -o rbinom.o
gcc -g -O2 -I../include -I../../src/include  -c dcauchy.c -o dcauchy.o
gcc -g -O2 -I../include -I../../src/include  -c pcauchy.c -o pcauchy.o
gcc -g -O2 -I../include -I../../src/include  -c qcauchy.c -o qcauchy.o
gcc -g -O2 -I../include -I../../src/include  -c rcauchy.c -o rcauchy.o
gcc -g -O2 -I../include -I../../src/include  -c dexp.c -o dexp.o
gcc -g -O2 -I../include -I../../src/include  -c pexp.c -o pexp.o
gcc -g -O2 -I../include -I../../src/include  -c qexp.c -o qexp.o
gcc -g -O2 -I../include -I../../src/include  -c rexp.c -o rexp.o
gcc -g -O2 -I../include -I../../src/include  -c dgeom.c -o dgeom.o
gcc -g -O2 -I../include -I../../src/include  -c pgeom.c -o pgeom.o
gcc -g -O2 -I../include -I../../src/include  -c qgeom.c -o qgeom.o
gcc -g -O2 -I../include -I../../src/include  -c rgeom.c -o rgeom.o
gcc -g -O2 -I../include -I../../src/include  -c dhyper.c -o dhyper.o
gcc -g -O2 -I../include -I../../src/include  -c phyper.c -o phyper.o
gcc -g -O2 -I../include -I../../src/include  -c qhyper.c -o qhyper.o
gcc -g -O2 -I../include -I../../src/include  -c rhyper.c -o rhyper.o
gcc -g -O2 -I../include -I../../src/include  -c dnbinom.c -o dnbinom.o
gcc -g -O2 -I../include -I../../src/include  -c pnbinom.c -o pnbinom.o
gcc -g -O2 -I../include -I../../src/include  -c qnbinom.c -o qnbinom.o
gcc -g -O2 -I../include -I../../src/include  -c rnbinom.c -o rnbinom.o
gcc -g -O2 -I../include -I../../src/include  -c dpois.c -o dpois.o
gcc -g -O2 -I../include -I../../src/include  -c ppois.c -o ppois.o
gcc -g -O2 -I../include -I../../src/include  -c qpois.c -o qpois.o
gcc -g -O2 -I../include -I../../src/include  -c rpois.c -o rpois.o
gcc -g -O2 -I../include -I../../src/include  -c dweibull.c -o dweibull.o
gcc -g -O2 -I../include -I../../src/include  -c pweibull.c -o pweibull.o
gcc -g -O2 -I../include -I../../src/include  -c qweibull.c -o qweibull.o
gcc -g -O2 -I../include -I../../src/include  -c rweibull.c -o rweibull.o
gcc -g -O2 -I../include -I../../src/include  -c dlogis.c -o dlogis.o
gcc -g -O2 -I../include -I../../src/include  -c plogis.c -o plogis.o
gcc -g -O2 -I../include -I../../src/include  -c qlogis.c -o qlogis.o
gcc -g -O2 -I../include -I../../src/include  -c rlogis.c -o rlogis.o
gcc -g -O2 -I../include -I../../src/include  -c dnchisq.c -o dnchisq.o
gcc -g -O2 -I../include -I../../src/include  -c pnchisq.c -o pnchisq.o
gcc -g -O2 -I../include -I../../src/include  -c qnchisq.c -o qnchisq.o
gcc -g -O2 -I../include -I../../src/include  -c dnbeta.c -o dnbeta.o
gcc -g -O2 -I../include -I../../src/include  -c pnbeta.c -o pnbeta.o
gcc -g -O2 -I../include -I../../src/include  -c pnf.c -o pnf.o
gcc -g -O2 -I../include -I../../src/include  -c pnt.c -o pnt.o
gcc -g -O2 -I../include -I../../src/include  -c ptukey.c -o ptukey.o
gcc -g -O2 -I../include -I../../src/include  -c qtukey.c -o qtukey.o
gcc -g -O2 -I../include -I../../src/include  -c dwilcox.c -o dwilcox.o
gcc -g -O2 -I../include -I../../src/include  -c pwilcox.c -o pwilcox.o
gcc -g -O2 -I../include -I../../src/include  -c qwilcox.c -o qwilcox.o
gcc -g -O2 -I../include -I../../src/include  -c rwilcox.c -o rwilcox.o
gcc -g -O2 -I../include -I../../src/include  -c dsignrank.c -o dsignrank.o
gcc -g -O2 -I../include -I../../src/include  -c psignrank.c -o psignrank.o
gcc -g -O2 -I../include -I../../src/include  -c qsignrank.c -o qsignrank.o
gcc -g -O2 -I../include -I../../src/include  -c rsignrank.c -o rsignrank.o
ar cr libmath.a mlutils.o d1mach.o i1mach.o fmax2.o fmin2.o fmod.o fprec.o fround.o ftrunc.o sign.o fsign.o fsquare.o fcube.o imax2.o imin2.o chebyshev.o logrelerr.o lgammacor.o gammalims.o gamma.o lgamma.o gamma_cody.o beta.o lbeta.o polygamma.o bessel_i.o bessel_j.o bessel_k.o bessel_y.o choose.o snorm.o sunif.o sexp.o dgamma.o pgamma.o qgamma.o rgamma.o dbeta.o pbeta.o qbeta.o rbeta.o dunif.o punif.o qunif.o runif.o dnorm.o pnorm.o qnorm.o rnorm.o dlnorm.o plnorm.o qlnorm.o rlnorm.o df.o pf.o qf.o rf.o dt.o pt.o qt.o rt.o dchisq.o pchisq.o qchisq.o rchisq.o dbinom.o pbinom.o qbinom.o rbinom.o dcauchy.o pcauchy.o qcauchy.o rcauchy.o dexp.o pexp.o qexp.o rexp.o dgeom.o pgeom.o qgeom.o rgeom.o dhyper.o phyper.o qhyper.o rhyper.o dnbinom.o pnbinom.o qnbinom.o rnbinom.o dpois.o ppois.o qpois.o rpois.o dweibull.o pweibull.o qweibull.o rweibull.o dlogis.o plogis.o qlogis.o rlogis.o dnchisq.o pnchisq.o qnchisq.o dnbeta.o pnbeta.o pnf.o pnt.o ptukey.o qtukey.o dwilcox.o pwilcox.o qwilcox.o rwilcox.o dsignrank.o psignrank.o qsignrank.o rsignrank.o
ranlib libmath.a
gnumake[2]: Leaving directory `/usr/local/src/R-0.63.1/src/nmath'
gnumake[2]: Entering directory `/usr/local/src/R-0.63.1/src/unix'
gcc -g -O2  -I../include -I../../src/include  -c dataentry.c
gcc -g -O2 -I../include -I../../src/include  -c devPS.c
gcc -g -O2 -I../include -I../../src/include  -c devPicTeX.c
gcc -g -O2  -I../include -I../../src/include  -c devX11.c
(cd ../include; gnumake FFTab.h)
gnumake[3]: Entering directory `/usr/local/src/R-0.63.1/src/include'
gnumake[3]: `FFTab.h' is up to date.
gnumake[3]: Leaving directory `/usr/local/src/R-0.63.1/src/include'
(cd ../include; gnumake FFDecl.h)
gnumake[3]: Entering directory `/usr/local/src/R-0.63.1/src/include'
gnumake[3]: `FFDecl.h' is up to date.
gnumake[3]: Leaving directory `/usr/local/src/R-0.63.1/src/include'
gcc -g -O2 -I../include -I../../src/include  -c dynload.c
gcc -g -O2 -I../include -I../../src/include  -c edit.c -o edit.o
gcc -g -O2 -I../include -I../../src/include  -c fileio.c
gcc -g -O2  -I../include -I../../src/include  -c rotated.c
gcc -g -O2 -I../include -I../../src/include  -c system.c
ar cr libunix.a dataentry.o devPS.o devPicTeX.o devX11.o dynload.o edit.o fileio.o rotated.o system.o
ranlib libunix.a
gnumake[2]: Leaving directory `/usr/local/src/R-0.63.1/src/unix'
gnumake[2]: Entering directory `/usr/local/src/R-0.63.1/src/main'
gcc -g -O2 -I../include -I../../src/include  -c arithmetic.c -o arithmetic.o
gcc -g -O2 -I../include -I../../src/include  -c array.c -o array.o
gcc -g -O2 -I../include -I../../src/include  -c attrib.c -o attrib.o
gcc -g -O2 -I../include -I../../src/include  -c bind.c -o bind.o
gcc -g -O2 -I../include -I../../src/include  -c builtin.c -o builtin.o
gcc -g -O2 -I../include -I../../src/include  -c character.c -o character.o
gcc -g -O2 -I../include -I../../src/include  -c coerce.c -o coerce.o
gcc -g -O2 -I../include -I../../src/include  -c colors.c -o colors.o
gcc -g -O2 -I../include -I../../src/include  -c complex.c -o complex.o
gcc -g -O2 -I../include -I../../src/include  -c context.c -o context.o
gcc -g -O2 -I../include -I../../src/include  -c cov.c -o cov.o
gcc -g -O2 -I../include -I../../src/include  -c cum.c -o cum.o
gcc -g -O2 -I../include -I../../src/include  -c debug.c -o debug.o
gcc -g -O2 -I../include -I../../src/include  -c deparse.c -o deparse.o
gcc -g -O2 -I../include -I../../src/include  -c deriv.c -o deriv.o
gcc -g -O2 -I../include -I../../src/include  -c devices.c -o devices.o
gcc -g -O2 -I../include -I../../src/include  -c dotcode.c -o dotcode.o
gcc -g -O2 -I../include -I../../src/include  -c dstruct.c -o dstruct.o
gcc -g -O2 -I../include -I../../src/include  -c duplicate.c -o duplicate.o
gcc -g -O2 -I../include -I../../src/include  -c envir.c -o envir.o
gcc -g -O2 -I../include -I../../src/include  -c errors.c -o errors.o
gcc -g -O2 -I../include -I../../src/include  -c eval.c -o eval.o
gcc -g -O2 -I../include -I../../src/include  -c format.c -o format.o
gcc -g -O2 -I../include -I../../src/include  -c fourier.c -o fourier.o
gcc -g -O2 -I../include -I../../src/include  -c gram.c -o gram.o
gcc -g -O2 -I../include -I../../src/include  -c graphics.c -o graphics.o
gcc -g -O2 -I../include -I../../src/include  -c iosupport.c -o iosupport.o
gcc -g -O2 -I../include -I../../src/include  -c list.c -o list.o
gcc -g -O2 -I../include -I../../src/include  -c logic.c -o logic.o
gcc -g -O2 -I../include -I../../src/include  -c main.c -o main.o
gcc -g -O2 -I../include -I../../src/include  -c match.c -o match.o
gcc -g -O2 -I../include -I../../src/include  -c memory.c -o memory.o
gcc -g -O2 -I../include -I../../src/include  -c model.c -o model.o
gcc -g -O2 -I../include -I../../src/include  -c names.c -o names.o
gcc -g -O2 -I../include -I../../src/include  -c objects.c -o objects.o
gcc -g -O2 -I../include -I../../src/include  -c optimize.c -o optimize.o
gcc -g -O2 -I../include -I../../src/include  -c options.c -o options.o
gcc -g -O2 -I../include -I../../src/include  -c par.c -o par.o
gcc -g -O2 -I../include -I../../src/include  -c paste.c -o paste.o
gcc -g -O2 -I../include -I../../src/include  -c plot.c -o plot.o
gcc -g -O2 -I../include -I../../src/include  -c plot3d.c -o plot3d.o
gcc -g -O2 -I../include -I../../src/include  -c plotmath.c -o plotmath.o
gcc -g -O2 -I../include -I../../src/include  -c print.c -o print.o
gcc -g -O2 -I../include -I../../src/include  -c printarray.c -o printarray.o
gcc -g -O2 -I../include -I../../src/include  -c printvector.c -o printvector.o
gcc -g -O2 -I../include -I../../src/include  -c printutils.c -o printutils.o
gcc -g -O2 -I../include -I../../src/include  -c random.c -o random.o
gcc -g -O2 -I../include -I../../src/include  -c relop.c -o relop.o
gcc -g -O2 -I../include -I../../src/include  -c saveload.c -o saveload.o
gcc -g -O2 -I../include -I../../src/include  -c scan.c -o scan.o
gcc -g -O2 -I../include -I../../src/include  -c seq.c -o seq.o
gcc -g -O2 -I../include -I../../src/include  -c sort.c -o sort.o
gcc -g -O2 -I../include -I../../src/include  -c source.c -o source.o
gcc -g -O2 -I../include -I../../src/include  -c split.c -o split.o
gcc -g -O2 -I../include -I../../src/include  -c subassign.c -o subassign.o
gcc -g -O2 -I../include -I../../src/include  -c subscript.c -o subscript.o
gcc -g -O2 -I../include -I../../src/include  -c subset.c -o subset.o
gcc -g -O2 -I../include -I../../src/include  -c summary.c -o summary.o
gcc -g -O2 -I../include -I../../src/include  -c unique.c -o unique.o
gcc -g -O2 -I../include -I../../src/include  -c util.c -o util.o
gcc -g -O2 -I../include -I../../src/include  -c version.c -o version.o
f77  -o ../../bin/R.binary arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o context.o cov.o cum.o debug.o deparse.o deriv.o devices.o dotcode.o dstruct.o duplicate.o envir.o errors.o eval.o format.o fourier.o gram.o graphics.o iosupport.o list.o logic.o main.o match.o memory.o model.o names.o objects.o optimize.o options.o par.o paste.o plot.o plot3d.o plotmath.o print.o printarray.o printvector.o printutils.o random.o relop.o saveload.o scan.o seq.o sort.o source.o split.o subassign.o subscript.o subset.o summary.o unique.o util.o version.o ../unix/libunix.a ../appl/libappl.a ../nmath/libmath.a  -lX11  -lblas  -ldl -ltermcap -lm 
gnumake[2]: Leaving directory `/usr/local/src/R-0.63.1/src/main'
gnumake[2]: Entering directory `/usr/local/src/R-0.63.1/src/scripts'
gnumake[2]: Leaving directory `/usr/local/src/R-0.63.1/src/scripts'
gnumake[2]: Entering directory `/usr/local/src/R-0.63.1/src/library'
gnumake[3]: Entering directory `/usr/local/src/R-0.63.1/src/library/base'
Building R base package
gnumake[3]: Leaving directory `/usr/local/src/R-0.63.1/src/library/base'
gnumake[3]: Entering directory `/usr/local/src/R-0.63.1/src/library/eda'
gnumake[4]: Entering directory `/usr/local/src/R-0.63.1/src/library/eda/src'
gcc -g -O2 -fpic -I../../../../include -c line.c -o line.o
gcc -g -O2 -fpic -I../../../../include -c smooth.c -o smooth.o
ld  -o eda.so line.o smooth.o
gnumake[4]: Leaving directory `/usr/local/src/R-0.63.1/src/library/eda/src'
gnumake[3]: Leaving directory `/usr/local/src/R-0.63.1/src/library/eda'
gnumake[2]: Leaving directory `/usr/local/src/R-0.63.1/src/library'
gnumake[1]: Leaving directory `/usr/local/src/R-0.63.1/src'
-------------- next part --------------
bash# gnumake > gnumake.aix.log
mkdir ../../include
** ch2inv   === End of Compilation 1 ===
1501-510  Compilation successful for file ch2inv.f.
** chol   === End of Compilation 1 ===
1501-510  Compilation successful for file chol.f.
** dpoco   === End of Compilation 1 ===
1501-510  Compilation successful for file dpoco.f.
** dpodi   === End of Compilation 1 ===
1501-510  Compilation successful for file dpodi.f.
** dpofa   === End of Compilation 1 ===
1501-510  Compilation successful for file dpofa.f.
** dposl   === End of Compilation 1 ===
1501-510  Compilation successful for file dposl.f.
** dqrdc   === End of Compilation 1 ===
1501-510  Compilation successful for file dqrdc.f.
** dqrdc2   === End of Compilation 1 ===
1501-510  Compilation successful for file dqrdc2.f.
** dqrls   === End of Compilation 1 ===
1501-510  Compilation successful for file dqrls.f.
** dqrsl   === End of Compilation 1 ===
1501-510  Compilation successful for file dqrsl.f.
** dqrqty   === End of Compilation 1 ===
** dqrqy   === End of Compilation 2 ===
** dqrcf   === End of Compilation 3 ===
** dqrrsd   === End of Compilation 4 ===
** dqrxb   === End of Compilation 5 ===
1501-510  Compilation successful for file dqrutl.f.
** dsvdc   === End of Compilation 1 ===
1501-510  Compilation successful for file dsvdc.f.
** dtrco   === End of Compilation 1 ===
1501-510  Compilation successful for file dtrco.f.
** dtrsl   === End of Compilation 1 ===
1501-510  Compilation successful for file dtrsl.f.
** fmin   === End of Compilation 1 ===
1501-510  Compilation successful for file fmin.f.
** lminfl   === End of Compilation 1 ===
1501-510  Compilation successful for file lminfl.f.
** fdhess   === End of Compilation 1 ===
** baksol   === End of Compilation 2 ===
** chlhsn   === End of Compilation 3 ===
** choldc   === End of Compilation 4 ===
** d1fcn   === End of Compilation 5 ===
** d2fcn   === End of Compilation 6 ===
** dfault   === End of Compilation 7 ===
** dogdrv   === End of Compilation 8 ===
** dogstp   === End of Compilation 9 ===
** forslv   === End of Compilation 10 ===
** fstocd   === End of Compilation 11 ===
** fstofd   === End of Compilation 12 ===
** grdchk   === End of Compilation 13 ===
** heschk   === End of Compilation 14 ===
** hookdr   === End of Compilation 15 ===
** hookst   === End of Compilation 16 ===
** hsnint   === End of Compilation 17 ===
** lltslv   === End of Compilation 18 ===
** lnsrch   === End of Compilation 19 ===
** mvmltl   === End of Compilation 20 ===
** mvmlts   === End of Compilation 21 ===
** mvmltu   === End of Compilation 22 ===
** optchk   === End of Compilation 23 ===
** optdrv   === End of Compilation 24 ===
** optif0   === End of Compilation 25 ===
** optif9   === End of Compilation 26 ===
** optstp   === End of Compilation 27 ===
** qraux1   === End of Compilation 28 ===
** qraux2   === End of Compilation 29 ===
** qrupdt   === End of Compilation 30 ===
** sclmul   === End of Compilation 31 ===
** secfac   === End of Compilation 32 ===
** secunf   === End of Compilation 33 ===
** sndofd   === End of Compilation 34 ===
** tregup   === End of Compilation 35 ===
1501-510  Compilation successful for file uncmin.f.
** zeroin   === End of Compilation 1 ===
1501-510  Compilation successful for file zeroin.f.
mkdir ../../bin
mkdir ../../library
mkdir ../../../library/base
mkdir ../../../library/base/R
mkdir ../../../library/base/data
mkdir ../../../library/eda
mkdir ../../../library/eda/R
ld: 0711-327 WARNING: Entry point not found: __start
ld: 0711-244 ERROR: No csects or exported symbols have been saved.
gnumake[4]: *** [eda.so] Error 8
gnumake[3]: *** [all] Error 1
gnumake[2]: *** [R] Error 1
gnumake[1]: *** [R] Error 1
gnumake: *** [R] Error 1


More information about the R-help mailing list