It is waiting for you to enter a line of text.On my Pi4 running bookworm it just prints the headers and hangs?
(Yes, this is du^H^Hsub-optimal design, and, yes, at least it should issue a prompt, so you would know that it is waiting for input)
I remember this from the last time this program was discussed (probably well upthread of this post) - that the program doesn't actually tell you what machine you are currently running on. What it does is to tell you what machine corresponds to whatever string(s) you type in. It is a translator, not a detector.
Anyway, if you look at the code (as I've done), you see that most of "main()" is parsing the command line and then reading (via getline(3)) strings from the input source, and translating those strings.
Statistics: Posted by BigRedMailbox — Sat Feb 01, 2025 9:55 pm