Thread overview | ||||||
---|---|---|---|---|---|---|
|
January 21, 2012 GDC on Mac OSX | ||||
---|---|---|---|---|
| ||||
What's the status of GDC on Mac? I'm looking to build it but can't find any guide anywhere. Do I basically just follow the Linux instructions? I'm a little weary of overwriting Apple's GCC install (4.2.1 LLVM). Any pointers? |
January 22, 2012 Re: GDC on Mac OSX | ||||
---|---|---|---|---|
| ||||
Posted in reply to F i L | You don't overwrite anything. The install instructions suggest /opt/gdc as the install dir. |
January 22, 2012 Re: GDC on Mac OSX | ||||
---|---|---|---|---|
| ||||
Posted in reply to F i L Attachments:
| My understanding is that you can get gcc-4.6 from macports. 4.2 is no longer supported in the main branch.
Rather than overwrite, configure the build with --prefix=/opt/gdc so installation is separate from your system compiler. Then be sure to your PATH to include the bin location.
----
Iain Buclaw
*(p < e ? p++ : p) = (c & 0x0f) + '0';
On 21 Jan 2012 23:35, "F i L" <witte2008@gmail.com> wrote:
> What's the status of GDC on Mac? I'm looking to build it but can't find any guide anywhere. Do I basically just follow the Linux instructions? I'm a little weary of overwriting Apple's GCC install (4.2.1 LLVM). Any pointers?
>
|
January 23, 2012 Re: GDC on Mac OSX | ||||
---|---|---|---|---|
| ||||
Posted in reply to Iain Buclaw | Alright, thanks guys. |
Copyright © 1999-2021 by the D Language Foundation