On Fri, 7 Apr 2006, Florencio Garcia wrote:
threevec.hpp:123: `exit' undeclared (first use this function)
threevec.hpp:123: (Each undeclared identifier is reported only once for
each function it appears in.)
Whoops, that's some old cruft. Delete the "exit" line from threevec.hpp
and replace the master_printf(...) on the previous line with abort(...).
You may also have to add "#include <stdlib.h>" to the top of mympi.cpp
I'm surprised this hasn't caused a problem before, but I guess you have a
newer/pickier version of gcc or something. Thanks for the bug report.
Steven
PS. For future reference, the best thing to attach to bug reports is the
"config.log" file, which is automatically produced when you run configure.
_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss