Displaying 20 results from an estimated 24 matches for "qmaxmem".
Did you mean:
maxmem
2003 May 08
1
problems compiling R on AIX5.1
...ll I would thank all who responded my mails.
I explain here how I've done it:
First of all, it seems that configure and some shared libraries of
AIX does not work at the same time. I tried to configure & make with
the following environment vars
CC=xlc
F77=xlf
CCC=xlC
CFLAGS=-O3 -qstrict -qmaxmem=8192
FFLAGS=-O3 -qstrict -qmaxmem=8192
MAIN_LDFLAGS=-Wl,-brtl
SHLIB_LDFLAGS=-Wl,-G
CXXFLAGS=-O2 -qmaxmem=8192
FC=xlf
CCFLAGS=-O3 -qstrict -qmaxmem=8192
But for some reason at make the compilation failed when trying to
locate a shared library for X. For this reason I tried to discard
shared librari...
2003 May 08
0
problems compiling R on AIX5.1 (PR#2953)
...ll I would thank all who responded my mails.
I explain here how I've done it:
First of all, it seems that configure and some shared libraries of
AIX does not work at the same time. I tried to configure & make with
the following environment vars
CC=xlc
F77=xlf
CCC=xlC
CFLAGS=-O3 -qstrict -qmaxmem=8192
FFLAGS=-O3 -qstrict -qmaxmem=8192
MAIN_LDFLAGS=-Wl,-brtl
SHLIB_LDFLAGS=-Wl,-G
CXXFLAGS=-O2 -qmaxmem=8192
FC=xlf
CCFLAGS=-O3 -qstrict -qmaxmem=8192
But for some reason at make the compilation failed when trying to
locate a shared library for X. For this reason I tried to discard
shared librari...
2004 Jun 23
6
R 1.9.1 compilation error (on AIX 5.1)
> From: Prof Brian Ripley
>
> We do have alpha/beta test periods for new releases of R, so
> would anyone
> who did test AIX please confirm that they did succeed. (No
> one reported
> an error, including yourself: are any AIX users interested in helping
> having R available for AIX?) It is much better to have such reports
> during alpha test, or at least beta
2005 Apr 07
3
R-beta 2004-04-07 build failed on AIX
...AIX system that I have access to, and it
seemed to failed at lazy-loading survival. I'd very much appreciate any
pointer on what to try or look for next.
1. I set OBJECT_MODE to 64 for building 64-bit binary.
2. I edited config.site with the following:
CC="xlc_r"
CFLAGS="-O -qmaxmem=-1 -qarch=auto -qtune=auto"
F77="xlf_r"
FFLAGS="-O -qmaxmem=-1 -qarch=auto -qtune=auto -qextname"
SHLIB_LDFLAGS="-Wl,-G -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry
-Wl,-bexpall"
CXX="xlC_r"
CXXFLAGS="-O -qmaxmem=-1 -qarch=auto -qtune=auto"
SH...
2005 Apr 19
1
Antwort: Re: Antwort: Re: OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
...ads=define
usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc_r', ccflags ='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE
-qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32
-D_LARGE_FILES -qlonglong',
optimize='-O',
cppflags='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384
-qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT'
ccversion='', gccversion...
2002 Jun 04
1
Build problems with 3.2.3p1 under AIX 4.3.2
xlc -O2 -qmaxmem=-1 -qarch=com -I/opt/TWWfsw/tcpwrap/include -I. -I..
-I. -I./.. -I/opt/TWWfsw/libopenssl09s/include
-I/opt/TWWfsw/zlib11s/include -DHAVE_CONFIG_H -c glob.c
"glob.c", line 100.9: 1506-213 (S) Macro name TILDE cannot be redefined.
"glob.c", line 100.9: 1506-358 (I) "TILDE&qu...
2010 Feb 18
0
: "../openbsd-compat/port-aix.h", line 92.44: 1506-046 (S) Syntax error. openssh-5.3p1 on aix 5.3
...----------------------?
export CC=cc
export CFLAGS="-I/opt/freeware/include/openssl/ -I/usr/local/include"
export LDFLAGS="-L/opt/freeware/lib/ -L/usr/local/lib"
./configure --prefix=/usr/local --sysconfdir=/usr/local/etc/ssh \
??????????????? --with-cflags="-O -D__STR31__ -qmaxmem=-1" --with-cflags="-DBROKEN_GETADDRINFO" \
??????????????? --with-tcp-wrappers=/usr/local/lib \
??????????????? --with-zlib=/opt/freeware \
???????????? ???--with-ssl-dir=/opt/freeware \
??????????????? --with-xauth=/usr/bin/X11/xauth \
??????????????? --with-md5-passwords \
????????...
2003 May 05
1
problems compiling R on AIX5.1
...rald/instala
I've never achieved to compile 1.7.0 because it seems that a file
called R.exp is missing (or maybe it's not well referenced on the
makefile).
Output of make:
....
xlc_r -I. -I../../../src/include -I../../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -O2 -qmaxmem=8192 -c dftables.c -o
dftables.o
xlc_r -Wl,-brtl -Wl,-bdynamic -Wl,-bE:../../../etc/R.exp -Wl,-bM:SRE
-L/usr/local/lib -o dftables -O2 -qmaxmem=8192 dftables.o
ld: 0706-004 Cannot find or read export file: ../../../etc/R.exp
ld:accessx(): A file or directory in the path name does no...
2010 Feb 18
4
"../openbsd-compat/port-aix.h", line 92.44: 1506-046 (S) Syntax error. openssh-5.3p1 on aix 5.3
...----------------------?
export CC=cc
export CFLAGS="-I/opt/freeware/include/openssl/ -I/usr/local/include"
export LDFLAGS="-L/opt/freeware/lib/ -L/usr/local/lib"
./configure --prefix=/usr/local --sysconfdir=/usr/local/etc/ssh \
??????????????? --with-cflags="-O -D__STR31__ -qmaxmem=-1" --with-cflags="-DBROKEN_GETADDRINFO" \
??????????????? --with-tcp-wrappers=/usr/local/lib \
??????????????? --with-zlib=/opt/freeware \
???????????? ???--with-ssl-dir=/opt/freeware \
??????????????? --with-xauth=/usr/bin/X11/xauth \
??????????????? --with-md5-passwords \
????????...
2012 Oct 25
0
Compiling Samba4 RC3 on AIX 6.1 with IBM vac
...d: -> task failed (err #1):
{task: cc pdb_ldap_util.c -> pdb_ldap_util_17.o}
gmake: *** [all] Error 1
If I start make again it seems to go to the next few files, but then fails
agin.
My Environment
CC=cc
CXX=xlC
F77=xlf
LDFLAGS=-L/opt/freeware/lib -Wl,-bmaxdata:0x80000000
FFLAGS=-qmaxmem=16384 -O -I/opt/freeware/include
CFLAGS=-qmaxmem=-1 -DSYSV -D_AIX -D_AIX32 -D_AIX41 -D_AIX43 -D_AIX51
-D_AIX52 -D_AIX53 -D_AIX61 -D_AIX71 -D_ALL_SOURCE -O
-I/opt/pware/openldap/2.4.28/include -L/opt/pware/openldap/2.4.28/lib
-I/opt/freeware/include -L/opt/freeware/lib
Thanks
Howard
------------...
2005 Aug 11
2
Make process stops with errors
Hi,
I'm trying to compile Samba 3.0.14a with Active Directory support on
AIX 5.3 with AIX C 7.0.
The make process stops with the following error:
Using FLAGS = -I/opt/compiled/include -I/opt/compiled/include
-I/opt/freeware/include -D_LINUX_SOURCE_COMPAT -qmaxmem=32000 -I./popt
-Iinclude -I/home/johsod/freyasamba/samba/samba-3.0.14a/source/include
-I/home/johsod/freyasamba/samba/samba-3.0.14a/source/ubiqx
-I/home/johsod/freyasamba/samba/samba-3.0.14a/source/smbwrapper -I.
-I/opt/compiled/include -I/opt/compiled/include
-I/opt/freeware/include -I/opt/freewa...
2010 Feb 23
1
dirty hack to solve: 0509-150 Dependent module libcrypto.a(libcrypto.so.0.9.7) could not be loaded
...export CFLAGS="-I/usr/local/include"
export LDFLAGS="-L/opt/freeware/lib/ -L/usr/local/lib"
export CPP="cc -E"
./configure --prefix=/usr/local --sysconfdir=/usr/local/etc/ssh \
--with-cflags="-O -D__STR31__ -qmaxmem=-1" --with-cflags="-DBROKEN_GETADDRINFO" \
--with-tcp-wrappers=/usr/local/lib \
--with-zlib=/opt/freeware \
--with-ssl-dir=/opt/freeware \
--with-xauth=/usr/bin/X11/xauth \...
2003 Jul 29
3
[Bug 622] Problem with configuring
...Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: p.szumny at bwm.com.pl
Problem during configuring (AIX 4.3.3, maintenance level 11; IBM C and C++
Compilers version 3.6.6.0):
$ ./configure --sysconfdir=/etc/ssh --with-cflags=-qmaxmem=-1
--with-xauth=/usr/bin/X11/xauth --with-prngd-socket=/dev/egd-pool
--with-ipv4-default --with-pid-dir=/var/tmp
Configure script failed during checking IBM Complier version (cc --version, cc
-v, etc.)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are...
2002 Jun 05
1
Trailing comma in enum for 3.2.3p1
A trailing comma in an enum generates an error with the IBM C
compiler, xlc, on AIX 4.3.2:
$ gmake
...
xlc -O2 -qmaxmem=-1 -qarch=com -I/opt/TWWfsw/tcpwrap/include -I. -I.
-I/opt/TWWfsw/libopenssl09s/include -I/opt/TWWfsw/zlib11s/include
-DSSHDIR=\"/etc/opt/TWWfsw/openssh323\"
-D_PATH_SSH_PROGRAM=\"/opt/TWWfsw/openssh323/bin/ssh\"
-D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/TWWfsw/openssh323/libexec/...
2002 Jun 06
0
[Bug 265] New: Build problems with 3.2.3p1 under AIX 4.3.2
...tgoing/pub/openssh-
3.2.3p1-1.patch
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: bugzilla-openssh at thewrittenword.com
xlc -O2 -qmaxmem=-1 -qarch=com -I/opt/TWWfsw/tcpwrap/include -I. -I..
-I. -I./.. -I/opt/TWWfsw/libopenssl09s/include
-I/opt/TWWfsw/zlib11s/include -DHAVE_CONFIG_H -c glob.c
"glob.c", line 100.9: 1506-213 (S) Macro name TILDE cannot be redefined.
"glob.c", line 100.9: 1506-358 (I) "TILDE&qu...
2002 Jun 06
0
[Bug 266] New: Trailing comma in enum for 3.2.3p1
...Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: bugzilla-openssh at thewrittenword.com
A trailing comma in an enum generates an error with the IBM C
compiler, xlc, on AIX 4.3.2:
$ gmake
...
xlc -O2 -qmaxmem=-1 -qarch=com -I/opt/TWWfsw/tcpwrap/include -I. -I.
-I/opt/TWWfsw/libopenssl09s/include -I/opt/TWWfsw/zlib11s/include
-DSSHDIR=\"/etc/opt/TWWfsw/openssh323\"
-D_PATH_SSH_PROGRAM=\"/opt/TWWfsw/openssh323/bin/ssh\"
-D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/TWWfsw/openssh323/libexec/...
2000 Feb 10
0
Compile problem(s)...
...ne 31.41: 1506-243 (S) Value of enumeration constant must be
in range of signed integer.
make: The error code from the last command is 1.
The alpha 0.0 code does this:
Compiling tdb/tdb.c with libtool
Linking shared library bin/libsamba.la
/bin/sh ./libtool --quiet --mode=link cc -O -qmaxmem=16384 -Iinclo
ld: 0711-934 SEVERE ERROR: Cannot create the output file: .libs/libsamba.so.0.01
ld:open() No such file or directory
make: The error code from the last command is 12.
The alpha 0.1 code does this:
Compiling rpc_client/cli_login.c with libtool
"include/sam.h&qu...
2016 Oct 10
4
Pacaging/build issues with AIX and vac (dovecot-2.2.25)
On 09-Oct-16 22:51, Aki Tuomi wrote:
>>
>> Michael
>
> Does the compiler support C99 standard?
>
> Aki
Yes. Plus extended features. Key difference with GCC, e.g., are the
flags to the compiler, but autotools general manages those well.
Key difference with platform (well, of of) is that it is not GNU, and
how shared libraries are built. Again, libtool in particular,
2016 Oct 09
6
Pacaging/build issues with AIX and vac (dovecot-2.2.25)
...Linux. (Using linux would require another
server AND I would feel I am being lazy again).
So, I downloaded dovecot-2.2.25 and tried to build.
Configure (messages to stderr)
xlc is /usr/vacpp/bin/xlc
+ CPPFLAGS="-I/opt/include -I/opt/buildaix/include"
CFLAGS="-I/opt/include -O2 -qmaxmem=-1 -qarch=pwr5 -I/opt/buildaix/includes
./configure\
--prefix=/opt \
--sysconfdir=/var/dovecot/etc\
--sharedstatedir=/var/dovecot/com\
--localstatedir=/var/dovecot\
--mandir=/usr/share/man\...
2016 Oct 10
4
Pacaging/build issues with AIX and vac (dovecot-2.2.25)
...ct='test-http-auth.o' libtool=no
DEPDIR=.deps depmode=xlc /bin/sh ../../depcomp xlc_r -DHAVE_CONFIG_H
-I. -I../.. -I../../src/lib -I../../src/lib-test -I../../src/lib-dns
-I../../src/lib-ssl-iostream -I../../src/lib-master -I/opt/include
-I/opt/buildaix/include -I/opt/include -O2 -qmaxmem=-1 -qarch=pwr5
-I/opt/buildaix/includes -c -o test-http-auth.o test-http-auth.c
"test-http-auth.c", line 27.27: 1506-022 (S) "scheme" is not a member of
"const struct http_auth_challenges_test".
"test-http-auth.c", line 27.37: 1506-196 (W) Initialization b...