TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Build open source projects without configure script

3 pointsby stargraveover 5 years ago

1 comment

iforgotpasswordover 5 years ago
I&#x27;ve been a C dev for a long time but this bullshit still makes me want to repeatedly stab myself in the eye with random sharp objects. For most projects you get away with just running autoconf, sometimes you need autoreconf, then there is libtoolize, random arguments you might need to pass, aclocal which was said to go away soon since two decades or so. I&#x27;ve looked at the Wikipedia page so many times trying to finally grasp this but simply running all the related commands with random arguments until it works is much easier.<p>Cmake is referred to as bloated and admittedly its DSL is awkward and annoying but just using it when you want to compile something is straight forward.