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
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
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
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