On Thu, Oct 12, 2017 at 04:12:48PM -0700, System Administrator wrote:
> I think it should be part of the ./configure step.  If you exported it as an
> env variable, then re-run the ./configure part.  Or put it at the beginning
> of the command, for example:
> 
> CPPFLAGS=-I/usr/include/tirpc ./configure
Grid engine doesn't really use configure (some components have their own build 
process
that involve configure but the top level doesn't).  A similar role is performed
by aimk (which also controls the build).

According to section 4.6 of 
https://arc.liv.ac.uk/trac/SGE/browser/sge/source/README.aimk you can
pass flags to the compiler by setting the variable SGE_INPUT_CFLAGS when 
invoking aimk.
So something likei this should work:
SGE_INPUT_CFLAGS="-I/usr/include/tirpc" ./aimk <options>

William

Attachment: signature.asc
Description: PGP signature

_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to