Forum: Cfengine Help
Subject: Re: latest cf-monitord memor usage
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,18826,18879#msg-18879


configure:3131: checking for C compiler default output file name
configure:3153: gcc   -L/home/nwatson/cfengine/lib -bmaxdata:0x80000000 
conftest.c  >&5
gcc: '-b' must come at the start of the command line

If I reverse the order of -L and -b:

configure:3131: checking for C compiler default output file name
configure:3153: gcc   -bmaxdata:0x80000000 -L/home/nwatson/cfengine/lib 
conftest.c  >&5
gcc: couldn't run 'maxdata:0x80000000-gcc-4.0.0': No such file or directory

Trying with xlc_r now.  The build is super slow using this compiler.

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to