Forum: Cfengine Help
Subject: Re: latest cf-monitord memor usage
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,18826,18877#msg-18877
I can't set this maxdata variable and get the compiler to take it.
LD_LIBRARY_PATH=/home/nwatson/cfengine/lib \
export LD_LIBRARY_PATH && \
LDFLAGS=-L/home/nwatson/cfengine/lib \
CC=/usr/var/bin/xlc_r CFLAGS=-bmaxdata:0x80000000 \
./configure --prefix=/home/nwatson/cfengine \
--with-pcre=/home/nwatson/cfengine \
--with-openssl=/home/nwatson/cfengine \
--sbindir=/home/nwatson/cfengine/bin \
--with-berkeleydb=/home/nwatson/cfengine \
--enable-static --disable-shared \
--without-sql \
--without-ldap \
--without-gd
....
checking for gcc... /usr/var/bin/xlc_r
checking for C compiler default output file name...
configure: error: in `/var/tmp/nwatson/src/cfengine-3.0.2':
configure: error: C compiler cannot create executables
OR
LD_LIBRARY_PATH=/home/nwatson/cfengine/lib \
export LD_LIBRARY_PATH && \
LDFLAGS=-L/home/nwatson/cfengine/lib \
CFLAGS=-bmaxdata:0x80000000 \
./configure --prefix=/home/nwatson/cfengine \
--with-pcre=/home/nwatson/cfengine \
--with-openssl=/home/nwatson/cfengine \
--sbindir=/home/nwatson/cfengine/bin \
--with-berkeleydb=/home/nwatson/cfengine \
--enable-static --disable-shared \
--without-sql \
--without-ldap \
--without-gd
....
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: in `/var/tmp/nwatson/src/cfengine-3.0.2':
configure: error: C compiler cannot create executables
_______________________________________________
Help-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/help-cfengine