Michael Schmitt <[EMAIL PROTECTED]> writes:

| On 14 Jan 2000, Jean-Marc Lasgouttes wrote:
| 
| > Michael> No, Sun CC puts abort() in namespace std. I don't know why I
| > Michael> do not get an error message but when including 'cstdlib' in a
| > Michael> little test program that invokes abort(), SunCC complains
| > Michael> that abort() is not defined (in the default namespace (but in
| > Michael> std::)).
| > 
| > Do you have ENABLE_ASSERTIONS defined in src/config.h? It should be
| > defined in cvs versions, but the test we used is maybe broken in your
| > case...
| 
| Yes, it is enabled. But I do not understand your comment. Is it good to
| have it defined or shall I undefine it?

It is good to have it. And it will not help to disable-assertions
anyway since abort is also used other places.

        Lgb

Reply via email to