Displaying 4 results from an estimated 4 matches for "aix64".
Did you mean:
maix64
2009 May 29
1
RODBC sqlSave with DB2
...ove link looked promising, but I don't know how to
set the search path for DB2...
Additional information, possibly helpful?
> odbcGetInfo(channel),
DBMS_Name DBMS_Ver Driver_ODBC_Ver
Data_Source_Name Driver_Name Driver_Ver ODBC_Ver
"DB2/AIX64" "08.02.0005" "03.51"
"QUALITY8" "DB2CLI.DLL" "08.02.0006" "03.52.0000"
Server_Name
"DB2 "
Any suggestions for how to resolve are appreciated!
**************** Elaine McGover...
2006 May 12
2
R-2.3.0 make error on AIX 5.2
...SHLIB_LDFLAGS=-Wl,-G
CFLAGS='-g -O'
FFLAGS='-O'
CXXFLAGS='-g -O'
bash-3.00$ ./configure --disable-nls
The gcc specs on this machine are
bash-3.00$ /usr/local/bin/gcc -v
Using built-in specs.
Target: powerpc-ibm-aix5.2.0.0
Configured with: ../gcc-4.1.0/configure --disable-aix64 --disable-nls
Thread model: aix
gcc version 4.1.0
The make error from R-patched_2006-05-10 is
make[4]: Entering directory `/sas/data/cmi/ma/data/js36954/src/R-patched/src/mod
ules/internet'
/usr/local/bin/gcc -I. -I../../../src/include -I../../../src/include -I/usr/loca
l/include -DHAVE_CONF...
2005 Apr 15
0
IRIX, firewalls, configure
I have built R-2.0.1 on AIX64 V 6.5 on a machine that is intentionally
isolated from remotely connecting to the internet -- and we'd like to
keep it isolated!
I have not seen anything in the FAQ's or Install Manual about shutting
off or 'configuring out' the internet connectivity. ditto for
'./configure --h...
2005 Dec 05
0
Compiling R under AIX 4.3
Hi,
I have some Problems compiling/linking R under AIX 4.3
Here what kind of compilers I use:
$ /usr/local/bin/gcc -v
Reading specs from /usr/local/lib/gcc/powerpc-ibm-aix4.3.2.0/3.4.3/specs
Configured with: ../gcc-3.4.3/configure --disable-nls --disable-aix64
Thread model: aix
gcc version 3.4.3
$ /usr/local/bin/ld -v
GNU ld version 2.16
and then the IBM Fortran Compiler 'xlf95'
I run configure. then start make (gnu-make)
Had problem in pcre but fixed this if I use:
/usr/local/bin/make MAIN_LD="/usr/local/bin/gcc"
then I run into...