Path: csiph.com!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: Why does C allow structs to have a tag? Date: Fri, 30 Jul 2021 11:16:03 -0700 Organization: None to speak of Lines: 16 Message-ID: <874kcbekgs.fsf@nosuchdomain.example.com> References: <87sfzzgr72.fsf@nosuchdomain.example.com> <1mgMI.17475$6j.16299@fx04.iad> <87zgu6f367.fsf@nosuchdomain.example.com> <87v94tg8sw.fsf@nosuchdomain.example.com> <87mtq5f92k.fsf@nosuchdomain.example.com> <87im0tf2rn.fsf@nosuchdomain.example.com> <87a6m5f0j9.fsf@nosuchdomain.example.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="a2365495de71cceec5c7a6c9f6767045"; logging-data="9858"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+ZkqtzoNZCk02dUBZQXeSN" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:7gvkIgmxhFL1LG+j8EFNebfphhQ= sha1:bBSz+1upNHAokGRi7Kq1fhkwbvM= Xref: csiph.com comp.lang.c:162127 Manfred writes: [...] > Yes, if you use gcc under Windows you are actually importing a chain > of dependencies that you don't want to bother with - That's the reason > I only use gcc on Linux. [...] Cygwin is one way to use gcc under Windows, but it's not the only one. There are other implementations on Windows that include gcc but are not connected to Cygwin. See for example mingw-w64 (which seems to have some relationship to Cygwin, but I'm not clear on the details). -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com Working, but not speaking, for Philips void Void(void) { Void(); } /* The recursive call of the void */