search for: xcoff32

Displaying 2 results from an estimated 2 matches for "xcoff32".

Did you mean: coef32
2009 Oct 31
3
unable to compile RODBC (R 2.9.2, AIX)
...gcc -maix64 -pthread -std=gnu99 -shared -Wl,-brtl -Wl,-G -Wl,-bexpall -Wl,-bnoentry -lc -L/usr/lib -L/usr/X 11R6/lib -L/usr/local/lib -L/opt/freeware/lib -L/opt/freeware/lib64 -o RODBC.so RODBC.o -lodbc -lm -L/usr/l ocal/builddir/lib -lR ld: 0711-738 ERROR: Input file /usr/lib/libodbc.so: XCOFF32 object files are not allowed in 64-bit mode. collect2: ld returned 8 exit status gmake: *** [RODBC.so] Error 1 ERROR: compilation failed for package 'RODBC' I would appreciate any help I can get in this regard. Thanks.
2015 Oct 15
3
Building R for AIX in 64-bit mode
...x/*.o ../appl/*.o ../nmath/*.o` ../extra/bzip2/libbz2.a ../extra/pcre/libpcre.a ../extra/tre/libtre.a ../extra/xz/liblzma.a ../extra/intl/libintl.a -lgfortran -lm /opt/lib/gcc/powerpc-ibm-aix5.3.0.0/4.7.4/ppc64/libgcc.a -lz -lrt -ldl -lm -liconv ld: 0711-738 ERROR: Input file /lib/crt0.o: XCOFF32 object files are not allowed in 64-bit mode. This is repaired by adding the -maix64 flag again to the gcc comand used to link. The following steps - first cut/paste the original command, then add -maix64 root at x072:[/data/prj/cran/64/R-3.2.2]cd src/main root at x072:[/data/prj/cran/64/R-3.2.2/...