This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: Build problem, current CVS on PPC


At 15:31 07.09.00, Andreas Jaeger wrote:
> >>>>> Franz Sirl writes:
>
>  > Hi,
>  > I'm getting this build abort:
>[...]
>  > /home/fsirl/rh70/glibc/BUILD/glibc-2.1.93/build-ppc-linux/libc_pic.os:
>  > In function `_dl_vsym':
>
>  > /home/fsirl/rh70/glibc/BUILD/glibc-2.1.93/elf/dl-sym.c:137: undefined
>  > reference to `_dl_init@@GLIBC_2.2'
>
>_dl_init is defined in elf/dl-init.c and ends in ld.so.  Please run
>readelf/objdump on those files and check also ld.map.

readelf -a elf/ld.so reports:

in rela.stab:
   000191b4  02901 
R_PPC_ADDR32          0000db88  _dl_init                  + 0

in .dynsym:
     41: 0000db88   680 FUNC    GLOBAL DEFAULT    8 _dl_init@@GLIBC_2.2

in .symtab:
    769: 0000db88   680 FUNC    GLOBAL DEFAULT    8 _dl_init

ld.map contains:
GLIBC_2.2 {
   global:
     _dl_debug_files;
     _dl_init; _dl_load_lock; _dl_argv; _dl_nloaded; _dl_check_map_versions;
     _dl_init_first;
     _dl_out_of_memory; _dl_all_dirs; _dl_init_all_dirs;
}GLIBC_2.1.1;

Franz.


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