This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Status? (back, after tornadoes, etc hit Alabama).


> -----Original Message-----

<snip>

> >
> > [--SNIP--]
> > > I get the following AFTER selecting:
> > > [ ] Build shared libraries
> > > I _should_ be able to do this, right?
> >
> > Hopefully yes, but that's seldom tested. I for one do not use it.
> > It used
> > to work at some point in the past (no that long ago), but I
> haven't
> > tested
> > it recently.
> 
> Apparently it doesn't now.  Bummer man.

Okay, so I have more information.  Perhaps one of you who knows this
stuff better than I will be able to point me in the correct direction.

The eglibc build undefs DL_STATI_INIT from nothing to _dl_static_init
and includes a real function:
# grep -rI "_dl_static_init" .build
<snip>
.build/src/eglibc-2_13/eglibc-ports-2_13/sysdeps/unix/sysv/linux/mips/dl-static.c:_dl_static_init (struct link_map *l)
<snip>
However, this file is never built and is left out of the libc.a file.

So, where should I go from here?  I mean to say, how do I find where
this was left out of the build?  I've been looking through the files
for about a day but cannot locate where libc.a is built.

If you have any pointers, please pass those along to me.

Thanks!
Andy

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]