On Sep 19, 2007, at 4:11 PM, Tim Prins wrote:
Here is where it gets nasty. On FreeBSD, /usr/include/string.h includesstrings.h in some cases. But there is a strings.h in the ompi/mpi/f77 directory, so that is getting included instead of the proper /usr/include/strings.h.I suppose we could rename our strings.h to f77_strings.h, or something similar. Does anyone have an opinion on this?
I think this is the best path forward. Ugh. Brian