Senthilkumaran
2008-Jun-03 22:09 UTC
[R] IBM-AIX 5.2 (GCC 4.2.4 installed) - Error while executing 'make'
Hi, The following error occurs while executing 'make' after the successful configuration (./configure) on IBM-AIX 5.2 (GCC 4.2.4 installed): gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -mno-fp-in-toc -g -O2 -c vfonts.c -o vfonts.o gfortran -g -O2 -c xxxpr.f -o xxxpr.o gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -mno-fp-in-toc -g -O2 -c mkdtemp.c -o mkdtemp.o ar cr libR.a CConverters.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o apse.o arithmetic.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 devices.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 inlined.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 mkdtemp.o libs/*o ranlib libR.a gcc -std=gnu99 -Wl,-brtl -Wl,-bexpall -lc -Wl,-bE:../../etc/R.exp -L/usr/local/lib -o R.bin Rmain.o libR.a -lgfortran -lm /opt/pware/lib/gcc/powerpc-ibm-aix5.2.0.0/4.2.4/libgcc.a -lg -lintl -ldl -lm ld: 0711-317 ERROR: Undefined symbol: .dcopy ld: 0711-317 ERROR: Undefined symbol: .dtrsm ld: 0711-317 ERROR: Undefined symbol: .ddot ld: 0711-317 ERROR: Undefined symbol: .dnrm2 ld: 0711-317 ERROR: Undefined symbol: .dtrsl ld: 0711-317 ERROR: Undefined symbol: .dscal ld: 0711-317 ERROR: Undefined symbol: .dpofa ld: 0711-317 ERROR: Undefined symbol: .daxpy 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. Can anyone help to resolve this issue? Or at least help me to define the linker options '-bloadmap' or '-bnoquiet' while executing 'make'? Thanks, Senthil 414-931-2436. -- View this message in context: http://www.nabble.com/IBM-AIX-5.2-%28GCC-4.2.4-installed%29---Error-while-executing-%27make%27-tp17634911p17634911.html Sent from the R help mailing list archive at Nabble.com.
Senthilkumaran
2008-Jun-03 23:44 UTC
[R] IBM-AIX 5.2 (GCC 4.2.4 installed) - Error while executing 'make'
Hi, Added "-Wl,-bnoquiet" in Makeconf and executed 'make'. The following error occured: gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -mno-fp-in-toc -g -O2 -c Lapack.c -o Lapack.o gcc -std=gnu99 -Wl,-brtl -Wl,-G -Wl,-bexpall -Wl,-bnoentry -lc -Wl,-bnoquiet -L/usr/local/lib -o lapack.so Lapack.o -lintl -Ltop_builddir/lib -lRlapack -lgfortran -lm /opt/pware/lib/gcc/powerpc-ibm-aix5.2.0.0/4.2.4/libgcc.a -lg collect2: library libRlapack not found 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. Stop. Where do we find this library "libRlapack"? Any thoughts? -Senthil. Senthilkumaran wrote:> > Hi, > > The following error occurs while executing 'make' after the successful > configuration (./configure) on IBM-AIX 5.2 (GCC 4.2.4 installed): > > > gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 > -I../../src/extra/pcre -I. -I../../src/include -I../../src/include > -I/usr/local/include -DHAVE_CONFIG_H -mno-fp-in-toc -g -O2 -c vfonts.c > -o vfonts.o > gfortran -g -O2 -c xxxpr.f -o xxxpr.o > gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 > -I../../src/extra/pcre -I. -I../../src/include -I../../src/include > -I/usr/local/include -DHAVE_CONFIG_H -mno-fp-in-toc -g -O2 -c mkdtemp.c > -o mkdtemp.o > ar cr libR.a CConverters.o CommandLineArgs.o Rdynload.o Renviron.o > RNG.o apply.o apse.o arithmetic.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 devices.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 inlined.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 > mkdtemp.o libs/*o > ranlib libR.a > gcc -std=gnu99 -Wl,-brtl -Wl,-bexpall -lc -Wl,-bE:../../etc/R.exp > -L/usr/local/lib -o R.bin Rmain.o libR.a -lgfortran -lm > /opt/pware/lib/gcc/powerpc-ibm-aix5.2.0.0/4.2.4/libgcc.a -lg -lintl -ldl > -lm > ld: 0711-317 ERROR: Undefined symbol: .dcopy > ld: 0711-317 ERROR: Undefined symbol: .dtrsm > ld: 0711-317 ERROR: Undefined symbol: .ddot > ld: 0711-317 ERROR: Undefined symbol: .dnrm2 > ld: 0711-317 ERROR: Undefined symbol: .dtrsl > ld: 0711-317 ERROR: Undefined symbol: .dscal > ld: 0711-317 ERROR: Undefined symbol: .dpofa > ld: 0711-317 ERROR: Undefined symbol: .daxpy > 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. > > Can anyone help to resolve this issue? Or at least help me to define the > linker options '-bloadmap' or '-bnoquiet' while executing 'make'? > > Thanks, > Senthil > 414-931-2436. >-- View this message in context: http://www.nabble.com/IBM-AIX-5.2-%28GCC-4.2.4-installed%29---Error-while-executing-%27make%27-tp17634911p17636258.html Sent from the R help mailing list archive at Nabble.com.
Possibly Parallel Threads
- [R] R compile on AIX 5.2
- Building R for AIX in 64-bit mode
- R for AIX - guidance re: error messages requested
- Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
- R make errors