From: Tom Harrington on
In article
<2bcd6a4b-74ba-4e45-821f-eb35387357c6(a)q23g2000yqd.googlegroups.com>,
teletep <teletep(a)yahoo.com> wrote:

> On 6 abr, 16:49, Tom Harrington <t...(a)pcisys.no.spam.dammit.net>
> wrote:
> > In article <vilain-BA3B21.21483805042...(a)news.individual.net>,
> > �Michael Vilain <vil...(a)NOspamcop.net> wrote:
> >
> > > In article
> > > <73be3660-b9bc-470d-b4f5-fe9cc46f5...(a)u34g2000yqu.googlegroups.com>,
> > > �teletep<tele...(a)yahoo.com> wrote:
> >
> > > > Hi groupmembers,
> >
> > > > Is the source for dyld available on the net?
> > > > If possible the version used by OSX10.3.9.
> >
> > > > Thanks
> >
> > > >Teletep
> >
> > > Most likely not. �Apple doesn't put source code out in the wild. �
> > > Especially if it really _old_ stuff.
> >
> > Uh, the page I linked to has a bunch of Apple source code, for download,
> > for everything from Mac OS X 10.0 up to the latest release. �It's not
> > new, and it does contain exactly what the OP asked for.
>
> Can i search for a source file by name in apples open sources?
> Teletep

I don't think so, but honestly, it's really, really easy to find if you
have any idea at all what dyld is (and if you don't know then you
probably don't need the source).

--
Tom "Tom" Harrington
Independent Mac OS X developer since 2002
http://www.atomicbird.com/
From: teletep on
On 6 abr, 18:33, Tom Harrington <t...(a)pcisys.no.spam.dammit.net>
wrote:
> In article
> <2bcd6a4b-74ba-4e45-821f-eb3538735...(a)q23g2000yqd.googlegroups.com>,
>
>
>
>
>
>  teletep<tele...(a)yahoo.com> wrote:
> > On 6 abr, 16:49, Tom Harrington <t...(a)pcisys.no.spam.dammit.net>
> > wrote:
> > > In article <vilain-BA3B21.21483805042...(a)news.individual.net>,
> > >  Michael Vilain <vil...(a)NOspamcop.net> wrote:
>
> > > > In article
> > > > <73be3660-b9bc-470d-b4f5-fe9cc46f5...(a)u34g2000yqu.googlegroups.com>,
> > > >  teletep<tele...(a)yahoo.com> wrote:
>
> > > > > Hi groupmembers,
>
> > > > > Is the source for dyld available on the net?
> > > > > If possible the version used by OSX10.3.9.
>
> > > > > Thanks
>
> > > > >Teletep
>
> > > > Most likely not.  Apple doesn't put source code out in the wild.  
> > > > Especially if it really _old_ stuff.
>
> > > Uh, the page I linked to has a bunch of Apple source code, for download,
> > > for everything from Mac OS X 10.0 up to the latest release.  It's not
> > > new, and it does contain exactly what the OP asked for.
>
> > Can i search for a source file by name in apples open sources?
> >Teletep
>
> I don't think so, but honestly, it's really, really easy to find if you
> have any idea at all what dyld is (and if you don't know then you
> probably don't need the source).
>
> --
> Tom "Tom" Harrington
> Independent Mac OS X developer since 2002http://www.atomicbird.com/- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -

dyld is the dynamic loader that the kernel uses to load and map a mach-
o file;
A macho file specifies the path of the dyld and the library (dylib) to
use.
The dyld executable itself has a special filetype (7).
I dont know the name of the source file(s) of dyld. Darwin developers
should know.
Teletep
From: Tom Harrington on
In article
<f1e8c250-65ad-489c-bd04-2553eb54c2ad(a)x3g2000yqd.googlegroups.com>,
teletep <teletep(a)yahoo.com> wrote:

> On 6 abr, 18:33, Tom Harrington <t...(a)pcisys.no.spam.dammit.net>
> wrote:
> > In article
> > <2bcd6a4b-74ba-4e45-821f-eb3538735...(a)q23g2000yqd.googlegroups.com>,
> >
> >
> >
> >
> >
> > �teletep<tele...(a)yahoo.com> wrote:
> > > On 6 abr, 16:49, Tom Harrington <t...(a)pcisys.no.spam.dammit.net>
> > > wrote:
> > > > In article <vilain-BA3B21.21483805042...(a)news.individual.net>,
> > > > �Michael Vilain <vil...(a)NOspamcop.net> wrote:
> >
> > > > > In article
> > > > > <73be3660-b9bc-470d-b4f5-fe9cc46f5...(a)u34g2000yqu.googlegroups.com>,
> > > > > �teletep<tele...(a)yahoo.com> wrote:
> >
> > > > > > Hi groupmembers,
> >
> > > > > > Is the source for dyld available on the net?
> > > > > > If possible the version used by OSX10.3.9.
> >
> > > > > > Thanks
> >
> > > > > >Teletep
> >
> > > > > Most likely not. �Apple doesn't put source code out in the wild. �
> > > > > Especially if it really _old_ stuff.
> >
> > > > Uh, the page I linked to has a bunch of Apple source code, for
> > > > download,
> > > > for everything from Mac OS X 10.0 up to the latest release. �It's not
> > > > new, and it does contain exactly what the OP asked for.
> >
> > > Can i search for a source file by name in apples open sources?
> > >Teletep
> >
> > I don't think so, but honestly, it's really, really easy to find if you
> > have any idea at all what dyld is (and if you don't know then you
> > probably don't need the source).
>
> dyld is the dynamic loader that the kernel uses to load and map a mach-
> o file;
> A macho file specifies the path of the dyld and the library (dylib) to
> use.
> The dyld executable itself has a special filetype (7).
> I dont know the name of the source file(s) of dyld. Darwin developers
> should know.

Are you really so lazy that you can't spend a minute or two bothering to
look for yourself, when you've been told where the information you want
can be found?

--
Tom "Tom" Harrington
Independent Mac OS X developer since 2002
http://www.atomicbird.com/