Am Sun, 26 Feb 2012 18:00:49 -0300
schrieb Leandro Lucarella :
> Kagamin, el 26 de febrero a las 19:30 me escribiste:
> > On Sunday, 26 February 2012 at 13:06:58 UTC, Johannes Pfau wrote:
> > >still have to make sure core.* works.
> >
> > That's an issue. Given the c libraries incompatibilities,
Hi there,
just want to inform the list for whoever who's interested how to compile
GDC on Mac OS X Lion because it was tricky.
The first steps do as explained here:
https://bitbucket.org/goshawk/gdc/wiki/Home#!installation
Be sure to have the libraries installed via MacPorts. Clone the
rep
Kagamin, el 26 de febrero a las 19:30 me escribiste:
> On Sunday, 26 February 2012 at 13:06:58 UTC, Johannes Pfau wrote:
> >still have to make sure core.* works.
>
> That's an issue. Given the c libraries incompatibilities, what
> functionality the core.stdc should provide? What to do with
> funct
Am Sun, 26 Feb 2012 19:30:03 +0100
schrieb "Kagamin" :
> On Sunday, 26 February 2012 at 13:06:58 UTC, Johannes Pfau wrote:
> > still have to make sure core.* works.
>
> That's an issue. Given the c libraries incompatibilities, what
> functionality the core.stdc should provide? What to do with
>
On Sunday, 26 February 2012 at 13:06:58 UTC, Johannes Pfau wrote:
still have to make sure core.* works.
That's an issue. Given the c libraries incompatibilities, what
functionality the core.stdc should provide? What to do with
functions like backtrace?
Am Sun, 26 Feb 2012 12:47:30 +0100
schrieb "Kagamin" :
> deimos
> |-glibc
> |---stdio.d
> |---math.d
> |---sys
> |-posix
> |-bionic
> |---stdio.d
> |---math.d
> |---sys
> |-posix
> |-dietlibc
> |---stdio.d
> |---math.d
> |---sys
> |-posix
>
> Maybe better replicate c library structure
deimos
|-glibc
|---stdio.d
|---math.d
|---sys
|-posix
|-bionic
|---stdio.d
|---math.d
|---sys
|-posix
|-dietlibc
|---stdio.d
|---math.d
|---sys
|-posix
Maybe better replicate c library structure?