Email or username:

Password:

Forgot your password?
Top-level
Wyatt (🏳️‍⚧️♀?)

@unnick checking for FORTRAN77 compiler

I'm just building a GTK color picker in C, why do you need this?!?

8 comments
Rich Felker

@wyatt8740 @unnick Because someone c&p'd a bunch of garbage rather than writing their own .ac file... 🤦

✧✦✶✷Catherine✷✶✦✧

@dalias @wyatt8740 @unnick and why is it that people c&p a bunch of garbage rather than writing their own .ac file, Rich?

Rich Felker

@whitequark @wyatt8740 @unnick Because the whole thing is fairly opaque, uses an obscure language, and the docs on how to make decent use of it are unofficial and hard to find especially after the burning of search...

No intent to blame anyone just theorize on how things got this way.

✧✦✶✷Catherine✷✶✦✧

@dalias @wyatt8740 @unnick honestly even ten years ago I found it rather difficult to figure out how to write .ac files

Dan Cassidy 🦌

@dalias @whitequark @wyatt8740 @unnick no it uses three different opaque languages at the same time, in the same source file

Janne Moren

@whitequark @dalias @wyatt8740 @unnick
Good question. Writing one for yourself really isn't difficult. Yes, you do need to take a look through the documentation, but apparently cut and paste is less effort.

✧✦✶✷Catherine✷✶✦✧

@jannem @dalias @wyatt8740 @unnick it's one of the most obscure and user-hostile pieces of software in the world; of course it _is_ difficult, especially if you don't already have the skills for it

m0xEE

@wyatt8740 @unnick
I've seen Fortran actually being used in a couple of projects where I didn't expect it to be, but those projects did use some advanced math — not advanced enough to truly justify it, but those pieces of software were relatively old, so it likely was there historically — maybe no one cared enough to reimplement those parts as you usually get a Fortran compiler with gcc anyway 🤷

Go Up