This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: `malloc_alloc' not declared


> Thanks for the reply. What does it mean "Any macro that starts
> with __ is in library implementation space..."?

I am afraid that you will have to read the C and C++ standard text to
fully understand.  In summary, all macros that begin with:

_[A-Z] and __ are not for users to play with.  I.e. you should not be
defining them...

> I couldn't find
> "malloc_alloc" anywhere in libstdc++-v3, and couldn't find relevant
> information
> in the commentary in libstdc++-v3. Can you give me more details?

It appears that Phil (back from the dead ;-), already answered this.

Next issue: this is a pure guess, but it appears that the OS-installed
headers are conflicting with C++ library names.  Someone that knows
about your system or you will need to debug this.

Regards,
Loren


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]