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

If you've done it correctly, then when you build (i guess with "aimk") you should see -I/usr/include/tirpc in the gcc command.


Simon Matthews wrote on 10/11/2017 04:55 PM:
Where do I set this?

  I tried setting it as an environment variable before running bootstrap.

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

Reply via email to