automake vs. GNU make
Posted Feb 7, 2008 0:51 UTC (Thu) by
stevenj (guest, #421)
In reply to:
automake vs. GNU make by vmole
Parent article:
LCA: Disintermediating distributions
Regarding recursive make considered harmful, his solution is to use one gigantic Makefile. Why not put all of your source code in one gigantic .c file while you're at it, and then you can skip "make" entirely? In any case, to each his own, but many many projects have voted with their feet on this one.
I've used libtool for years, and it works (on essentially every Unix-like system, and even on Windows with MinGW); implying it doesn't is baseless FUD. Yes, it has had bugs from time to time. Yes, it is slow as hell because it launches a shell process for each compile. Yes, it is hard to use properly if you don't use automake too. But what is the alternative if you want to build shared libraries portably?
(
Log in to post comments)