Forum: CFEngine Help
Subject: Re: Is there a way to compile cfengine with HP C/C++ compiler?
Author: Beto
Link to topic: https://cfengine.com/forum/read.php?3,24885,24899#msg-24899

I compile cfengine on 11.31 without any problem using -Agcc option.  This is 
what I used for 3.2.4:


./autogen.sh    --prefix="${DEST_ROOT}/cfengine-${CFE_VERSION}"         \
                --disable-shared                                        \
                CFLAGS="-Agcc -O -I/usr/local/include"                  \
                LDFLAGS="-L/usr/local/lib/hpux32"


This is with B9007AA    C.11.31.05     HP C/aC++ Developer's Bundle

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

Reply via email to