Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Apple vs. FSF and gcc 4.2.1
- Date: Mon, 17 Oct 2011 19:20:12 +0900
- From: "Stephen J. Turnbull" <stephen@example.com>
- Subject: Re: [tlug] Apple vs. FSF and gcc 4.2.1
- References: <4E97A083.6030401@example.com> <87vcrsno1c.fsf@example.com> <4E9B955E.90001@example.com>
Darren Cook writes: > So, what you're saying is that later versions of gcc could be made to > work on Macs, it just needs someone to bother to work on it? I *know* that gcc 4.5 from MacPorts works and I believe that gcc 4.6 does, but you may be limited to more recent Macs (eg, I bet they don't work very well on PPC with "Tiger" anymore, and I've had problems building 4.3 and 4.4 on Intel with "Leopard"). The problem is that the "straight from GNU" versions of GCC don't support the options needed to create "fat" (multiple platform) binaries, while the Apple versions do. This wouldn't be a big deal, except that a lot of projects do expect an Apple compiler and the build scripts and Makefiles assume that the compiler will accept a platform option. Boom! there goes your MacPorts build. It's usually tedious but not hard to work around this in an autoconstipated project -- just sed the offensive options in the Makefiles into oblivion -- but I don't know how to do it in cmake project; the knowledge about Apple compilers is something deep in the cmake stuff and you can't simply run sed on the Makefiles before running make since there aren't any in cmake. > Does it need Apple to be involved, or could anyone do it? No and yes. But nobody but Apple cares AFAIK.
- References:
- [tlug] Apple vs. FSF and gcc 4.2.1
- From: Darren Cook
- [tlug] Apple vs. FSF and gcc 4.2.1
- From: Stephen J. Turnbull
- Re: [tlug] Apple vs. FSF and gcc 4.2.1
- From: Darren Cook
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Apple vs. FSF and gcc 4.2.1
- Next by Date: [tlug] Holy smokes, Unity and Gnome 3 suck worse than I ever could have imagined.
- Previous by thread: Re: [tlug] Apple vs. FSF and gcc 4.2.1
- Next by thread: Re: [tlug] Apple vs. FSF and gcc 4.2.1
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links