
3 Sep
2004
3 Sep
'04
12:53 p.m.
Sean Perry wrote:
I think my reply was ambiguous. The command line should not contain -I/usr/include. This error message is normally generated when the compile contains a -I option that changes where <math.h> would normally be found by the xlC compiler. This can also happen if a source or header file uses </usr/include/math.h> instead of (the right way) <math.h>.
Thanks for the hint Sean. I tracked this back to changes that were maid to bjamv1. So I adapted the vacpp toolset and the error should disappear now (well, wait until the regression tests are regenerated of course) toon