"Program on Linux" they said

>"Program on Linux" they said
>"It's so much easier" they said
>"Everything feels like it's just meant to be" they said

>Encounter pic related

Attached: 644px-Autoconf-automake-process.svg.png (644x1170, 73K)

Other urls found in this thread:

gnu.org/software/hello/
twitter.com/AnonBabble

>he fell for the programming meme

That's not a Linux problem. That's a problem with boomer shitlangs with no package/build managers.

Rust doesn't have this problem. You just write cargo build && cargo install

>too brainlet to do something
>blame the software/OS in a post on Jow Forums
>someone will call you a retard and tell you an easy, effective way to accomplish your task

Welcome to Jow Forums tech support.

Attached: telephone0.jpg (512x410, 37K)

>someone will call you a retard and tell you an easy, effective way to accomplish your task

Ok cool.
So I'm waiting on this part

This. Coding isn't for everyone.

>C and C++ preinstalled
>python and perl preinstalled
>magnificent bash with pipes, job control and what not
>gnu core utils make most things a breeze
>vim preinstalled
>most things can be installed in a simple one-liner
>multiple ttys
>do what the fuck you want, don't have a walled garden like win or mac


..and that's why nobody likes zoomers.

>still using automake instead of cmake

Literally just use CMake, once you get the hang of the modern syntax it's great and amazingly poweful.

the environment is perfect it's just infected with shit.
the correct way is
./configure ; make install
or even just
make

please don't defend autotools

Nobody force you to use autoconf/cmake and stuff.
Cmake is used to make programs that will work on various systems, including windows.
And autoconf is needed for very complex builds.
For your baby tier programs, you don't need anything other than simple makefiles.
I know that you are not "seasoned" C, C++ programmer, because you would be used to their even shittier environment.

auto tools need to die in a fire

>he fell for the autotools meme
ftfy

>even shittier environment.
what?
not op btw

GNU says otherwise gnu.org/software/hello/

>I know that you are not "seasoned" C, C++ programmer, because you would be used to their even shittier environment.
or, you write embedded c for physical products...
i have never had to write an autoconf for any product i've worked on.

184 lines the main file
315 files and folders
16.745 seconds to build
Hello motherfucking world
the GNU has died and it started to stink

>See a simple flowchart
Wtf what do boxes and arrows mean?

Attached: 1508593817787.jpg (335x268, 25K)

this

op understands the flowchart you fucking idiot
the point is that it's more complicated than it should be
>thinks that op doesn't understand the chart because he was made to follow orders so the idea of criticizing another persons work is more foreign
please , you will be happier in reddit
what am i saying Jow Forums is old reddit
come on in !

It's not meant to be a simple hello world

Well you cherrypicked the (actual) worst part about writing software.

Cmake is garbage for its own set of reasons.

Use Meson. It's a modern build system which doesn't make you want to kill yourself every time you have to touch it.

Shill
Based

>Nobody force you to use autoconf/cmake and stuff.
Legacy projects that already exist maybe?

You can't be a professional programmer and re-write everything you encounter from scratch.

>using C/C++
grampa go away

i can write all its functionality in about 40 lines of code. that includes the strings being formatted in the way they will be outputted.
and it all get build with a simple
make
in less than a second

>uses javascript

>not using cmake/meson