__GLIBC__ #define

Kevin Day thekevinday at gmail.com
Mon Feb 19 19:38:10 UTC 2007


On 2/19/07, NightStrike <nightstrike at gmail.com> wrote:
> On 2/19/07, Paul Brook <paul at codesourcery.com> wrote:
> > > Would it be worth it to suggest an alternative to the g95 project?  If
> > > so, what would you suggest?
> >
> > Use gfortran, which is included with recent versions of gcc.
> > http://gcc.gnu.org/wiki/GFortran
> >
> > Paul
>
> Building gfortran implies that I can build even gcc-core in the
> aforementioned i386 environment.  I can't get past libmudflap, as it
> dies with the error:
>
> /tmp/build/./gcc/libgcc_s.so: undefined reference to 'dl_iterate_phdr'
>
> Any ideas?
as far as I have been able to tell, dl_iterate_phdr is not in uClibc,
and gcc expect it to do so due to (once again) annoying #ifdefs on
GLIBC that is expected to exist.

This patch is for gcc-4.1.2, but was originally on 4.1.1 and is unchanged.

-- 
Kevin Day
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc-4.1.2-dl_iterate_phdr-1.patch
Type: application/octet-stream
Size: 3415 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/uclibc/attachments/20070219/2d8a4bf9/attachment-0002.obj 


More information about the uClibc mailing list