Sujet : Re: Compiler utility
De : bowman (at) *nospam* montana.com (rbowman)
Groupes : comp.os.linux.miscDate : 07. Feb 2025, 07:05:09
Autres entêtes
Message-ID : <m0lm4lF3sl9U1@mid.individual.net>
References : 1 2
User-Agent : Pan/0.160 (Toresk; )
On 7 Feb 2025 04:11:02 GMT, vallor wrote:
You can probably get the code to compile with the proper "--std="
directive to gcc.
-fpermissive may work too. I had a similar problem with variables defined
in header files. It was never a good idea but when you're dealing with 25
years of legacy code. It required editing the makefiles but that was
easier than sorting out the mess.