public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* (no subject)
@ 2021-09-17 19:29 Girdhari patel
  2021-09-18  8:05 ` "what can i do for uninstall gcc compiler on mac m1" (was untitled) Xi Ruoyao
  0 siblings, 1 reply; 3+ messages in thread
From: Girdhari patel @ 2021-09-17 19:29 UTC (permalink / raw)
  To: gcc-help

i want to uninstall gcc compiler on macbook m1 and install g++

what can i do for uninstall gcc compiler on mac m1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: "what can i do for uninstall gcc compiler on mac m1" (was untitled)
  2021-09-17 19:29 Girdhari patel
@ 2021-09-18  8:05 ` Xi Ruoyao
  2021-09-18  8:23   ` Jonathan Wakely
  0 siblings, 1 reply; 3+ messages in thread
From: Xi Ruoyao @ 2021-09-18  8:05 UTC (permalink / raw)
  To: Girdhari patel, gcc-help

On Sat, 2021-09-18 at 00:59 +0530, Girdhari patel via Gcc-help wrote:
> i want to uninstall gcc compiler on macbook m1 and install g++
> 
> what can i do for uninstall gcc compiler on mac m1

On Mac OS there is no gcc pre-installed, and Apple fakes their clang to
pretend as "gcc".  So most questions about "gcc on Mac OS" should not go
to this list, unless you've built (or you'd like to build) GCC from
source.
-- 
Xi Ruoyao <xry111@mengyan1223.wang>
School of Aerospace Science and Technology, Xidian University

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: "what can i do for uninstall gcc compiler on mac m1" (was untitled)
  2021-09-18  8:05 ` "what can i do for uninstall gcc compiler on mac m1" (was untitled) Xi Ruoyao
@ 2021-09-18  8:23   ` Jonathan Wakely
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Wakely @ 2021-09-18  8:23 UTC (permalink / raw)
  To: Xi Ruoyao; +Cc: Girdhari patel, gcc-help

On Sat, 2021-09-18 at 00:59 +0530, Girdhari patel wrote:
> i want to uninstall gcc compiler on macbook m1 and install g++

Do you mean uninstall the default 'gcc' compiler, and replace it with
g++? That doesn't really make sense.

Maybe you want to look into Macports or Homebrew which will allow you
to install g++ **in addition** to the existing gcc (which is probably
actually Clang, not GCC).

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-18  8:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-17 19:29 Girdhari patel
2021-09-18  8:05 ` "what can i do for uninstall gcc compiler on mac m1" (was untitled) Xi Ruoyao
2021-09-18  8:23   ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).