Re: Boost.Python and g++

2014-07-24 Thread Eric Gallager
On Wed, Jun 4, 2014 at 4:18 PM, "René J.V. Bertin" wrote: > > On Jun 04, 2014, at 20:21, Eric Gallager wrote: > > > Wow, that looks a lot simpler than I thought that it would be... I was > expecting something like this would have to be fixed upstream by gcc, > because that is how they handle the

Re: Boost.Python and g++

2014-06-04 Thread René J.V. Bertin
On Jun 04, 2014, at 20:21, Eric Gallager wrote: > Wow, that looks a lot simpler than I thought that it would be... I was > expecting something like this would have to be fixed upstream by gcc, because > that is how they handle the GNU vs. NeXT Objective C runtime issues, but if > all it takes

Re: Boost.Python and g++

2014-06-04 Thread Eric Gallager
Wow, that looks a lot simpler than I thought that it would be... I was expecting something like this would have to be fixed upstream by gcc, because that is how they handle the GNU vs. NeXT Objective C runtime issues, but if all it takes in this case is this script, it seems like just using this sc

Boost.Python and g++

2014-06-02 Thread Akim Demaille
Hi all, A long long time ago I had started discussing (well, complaining might be more appropriate :-) about the fact that I could no longer use g++ to compile my project, because Boost.Python was compiled with clang++'s libc++. Well, since then I managed to wrap a dirty script, g++-libc++, which