Re: Using C++ - Problem with

2012-08-25 Thread Ian Lance Taylor
On Sat, Aug 25, 2012 at 1:27 PM, Oleg Endo wrote: > > I'm currently playing around with an RTL pass and started using C++. > When including I get the following: > > /usr/include/c++/4.6/cstdlib:76:8: error: attempt to use poisoned > "calloc" > /usr/include/c++/4.6/cstdlib:83:8: error: attempt to

Using C++ - Problem with

2012-08-25 Thread Oleg Endo
Hello, I'm currently playing around with an RTL pass and started using C++. When including I get the following: /usr/include/c++/4.6/cstdlib:76:8: error: attempt to use poisoned "calloc" /usr/include/c++/4.6/cstdlib:83:8: error: attempt to use poisoned "malloc" /usr/include/c++/4.6/cstdlib:89:8: