configure once, compile many times
configure once, compile many times
Posted Apr 30, 2025 9:54 UTC (Wed) by NYKevin (subscriber, #129325)In reply to: configure once, compile many times by marcH
Parent article: Barnes: Parallel ./configure
Posted Apr 30, 2025 10:26 UTC (Wed)
by jengelh (guest, #33263)
[Link] (2 responses)
Also, with many platforms and (non-)standards having fallen out of fashion in the last two decades, a lot of tests are also more or less obsolete in the sense that one's configure.ac need not invoke them any more, like
$CC not supporting -o
Posted Apr 30, 2025 14:03 UTC (Wed)
by abatters (✭ supporter ✭, #6932)
[Link]
Indeed; that is what Yocto does.
Posted Apr 30, 2025 14:49 UTC (Wed)
by marcH (subscriber, #57642)
[Link]
This is useful but it's a different type of inefficiency because all these threads repeat mostly the same things.
Some smart caching would help in both situations.
configure once, compile many times
ANSI C prototype support
Support for keywords "inline", "volatile", "const"
AC_SYS_LARGEFILE (just unconditionally -D_LARGEFILE_SOURCE?)
configure once, compile many times
configure once, compile many times
