On Sat, Dec 1, 2012 at 1:47 AM, Vincent Torri wrote:
> On Sat, Dec 1, 2012 at 6:49 AM, NightStrike wrote:
>>
>>
>> Really, I haven't seen any build system that I think is wonderful.
>> autotools works for us, but it's not great.  I've used a lot... even
>> scons.
>
> just for curiosity : what do you think of jam or one of its
> derivatives (ftjam, bjam, etc...)

CMake, bakefile, etc are just reincarnations under new names with less
maturity than autoconf and friends.  The problem is some don't like
the more mature tools and many have tried to make a better mouse trap.
 I find nothing friendlier than autoconf when it comes to creating a
scripted tool to generate a Makefile.  Jam though is an attempt at a
make process and doesn't create a Makefile, it is a replacement for
make itself.  Why use something uncommon like Jam which has a
different syntax than make?  Don't answer that, think COBOL, C, C++,
JAVA, FORTRAN, etc, they all products for developing an application.
Each has its own merits for existing.  You either like it or loathe
it, but each is a different color of the same bike shed.

-- 
Earnie
-- https://sites.google.com/site/earnieboyd

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to