December 15, 2007 Re: Mac OS X 10.5 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Anders Bergh | Anders Bergh wrote:
> I'm getting the same warnings.
>
> /var/folders/iT/iTI3bw3gHJudhiAFd4HJV++++TI/-Tmp-//ccVYelUD.s:208:indirect
> jmp without `*'
>
> OS X version: 10.5.1
> gcc -v: gcc version 4.0.1 (Apple Inc. build 5465)
> gdc -v: gcc version 4.1.2 20070214 ( (gdc 0.24, using dmd 1.020))
>
> I used macports to install gdc.
Those warnings are "normal", when using FSF GCC instead of Apple GCC.
Apparently GCC 4.2.0 and later has better support for Darwin, but
GDC wasn't working too well with those newer versions of GCC (yet) ?
But I would still recommend using Apple's GCC on Apple's OS... :-)
--anders
|
December 16, 2007 Re: Mac OS X 10.5 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Anders F Björklund | On Dec 15, 2007 10:59 AM, Anders F Björklund <afb@algonet.se> wrote:
> Those warnings are "normal", when using FSF GCC instead of Apple GCC.
>
> Apparently GCC 4.2.0 and later has better support for Darwin, but GDC wasn't working too well with those newer versions of GCC (yet) ?
>
> But I would still recommend using Apple's GCC on Apple's OS... :-)
>
> --anders
>
You'd think MacPorts would compile a Apple-ified version of gdc... oh well.
Anders
|
December 16, 2007 Re: Mac OS X 10.5 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Anders Bergh | Anders Bergh wrote:
>> But I would still recommend using Apple's GCC on Apple's OS... :-)
>
> You'd think MacPorts would compile a Apple-ified version of gdc... oh well.
I think that the Apple versions of GCC all start with "apple-",
such as "gcc33" vs. "apple-gcc33" and "gcc40" vs. "apple-gcc40"
So in this case "gdc" would be using the FSF version of GCC,
while a "apple-gdc" port could be using the Apple GCC version ?
--anders
|
January 11, 2008 Re: Mac OS X 10.5 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Carlos Santander | Hi Carlos, you must download the xcode_3.0 from mac. You should first register as a mac software developer, then download this dmg and install it all. After this you will have gcc, make, etc. |
January 11, 2008 Re: Mac OS X 10.5 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Oriol Fornes Crespo | Oriol Fornes Crespo escribió: > Hi Carlos, you must download the xcode_3.0 from mac. You should first register as > a mac software developer, then download this dmg and install it all. After this > you will have gcc, make, etc. XCode 3.0 comes with Leopard, and gdc worked fine with Tiger. Recent GDC revisions have worked, but now I've had linker troubles. See issue #1755 (http://d.puremagic.com/issues/show_bug.cgi?id=1755) -- Carlos Santander Bernal |
Copyright © 1999-2021 by the D Language Foundation