Re: [C++-sig] Linking issues with Boost.Python

2010-08-18 Thread Niall Douglas
On 17 Aug 2010 at 14:20, David Aldrich wrote: > I would be grateful for some help with setting up some makefiles for my > C++ application, compiled with gcc under Linux, that uses Boost.Python. I would strongly recommend that you use something more modern than GNU make. Boost's build system is

Re: [C++-sig] Linking issues with Boost.Python

2010-08-18 Thread David Aldrich
Hi Niall > I would strongly recommend that you use something more modern than > GNU make. Boost's build system is much better. The one I use is scons > (http://www.scons.org/) whose only main fault is O(N^2) scaling to > source file number, a problem they are in the process of fixing. I take your

Re: [C++-sig] Linking issues with Boost.Python

2010-08-18 Thread Nat Goodspeed
David Aldrich wrote: I would strongly recommend that you use something more modern than GNU make. Boost's build system is much better. The one I use is scons (http://www.scons.org/) whose only main fault is O(N^2) scaling to source file number, a problem they are in the process of fixing. Shou

Re: [C++-sig] Linking issues with Boost.Python

2010-08-18 Thread Niall Douglas
On 18 Aug 2010 at 15:32, David Aldrich wrote: > > I would strongly recommend that you use something more modern than > > GNU make. Boost's build system is much better. The one I use is scons > > (http://www.scons.org/) whose only main fault is O(N^2) scaling to > > source file number, a problem th