This is the mail archive of the glibc-bugs@sourceware.org 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]
Other format: [Raw text]

[Bug libc/2124] New: rtld_global undefined errors in dl* sources


Compiling glibc-2.3.6 with gcc-3.3.6:  
  
 /var/tmp/portage/glibc-2.3.6-r1/work/build-default-i686-pc-linux-gnu-nptl/dlfcn/libdl_pic.a(dlsym.os): 
In function `dlsym': 
dlsym.c:(.text+0x65): undefined reference to `_rtld_global' 
/var/tmp/portage/glibc-2.3.6-r1/work/build-default-i686-pc-linux-gnu-nptl/dlfcn/libdl_pic.a(dlvsym.os): 
In function `dlvsym': 
dlvsym.c:(.text+0x75): undefined reference to `_rtld_global' 
/var/tmp/portage/glibc-2.3.6-r1/work/build-default-i686-pc-linux-gnu-nptl/dlfcn/libdl_pic.a(dlerror.os): 
In function `_dlerror_run': 
dlerror.c:(.text+0x2a7): undefined reference to `_rtld_global_ro' 
/var/tmp/portage/glibc-2.3.6-r1/work/build-default-i686-pc-linux-gnu-nptl/dlfcn/libdl_pic.a(dlinfo.os): 
In function `.L4': 
dlinfo.c:(.text+0x41): undefined reference to `_rtld_global_ro' 
/var/tmp/portage/glibc-2.3.6-r1/work/build-default-i686-pc-linux-gnu-nptl/dlfcn/libdl_pic.a(dlinfo.os): 
In function `.L7': 
dlinfo.c:(.text+0x73): undefined reference to `_dl_rtld_di_serinfo' 
/var/tmp/portage/glibc-2.3.6-r1/work/build-default-i686-pc-linux-gnu-nptl/dlfcn/libdl_pic.a(dlmopen.os): 
In function `dlmopen_doit': 
dlmopen.c:(.text+0x6f): undefined reference to `_rtld_global_ro' 
collect2: ld returned 1 exit status 
make[2]: *** 
[/var/tmp/portage/glibc-2.3.6-r1/work/build-default-i686-pc-linux-gnu-nptl/dlfcn/libdl.so] 
Error 1 
make[2]: Leaving directory 
`/var/tmp/portage/glibc-2.3.6-r1/work/glibc-2.3.6/malloc' 
make[1]: *** [malloc/others] Error 2 
make[1]: Leaving directory `/var/tmp/portage/glibc-2.3.6-r1/work/glibc-2.3.6' 
make: *** [all] Error 2 
 
Configure options used: 
 
 * Configuring GLIBC for nptl with: 
                --disable-dev-erandom 
                --with-tls 
                --with-__thread 
                --enable-add-ons=nptl,c_stubs,libidn 
                --enable-kernel=2.6.6 
                --without-selinux 
                --without-cvs 
                --enable-bind-now 
                --build=i686-pc-linux-gnu 
                --host=i686-pc-linux-gnu 
                --disable-profile 
                --without-gd 
                --with-headers=/usr/include 
                --prefix=/usr 
                --mandir=/usr/share/man 
                --infodir=/usr/share/info 
                --libexecdir=/usr/lib/misc/glibc

-- 
           Summary: rtld_global undefined errors in dl* sources
           Product: glibc
           Version: 2.3.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: chriswhite at gentoo dot org
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: Build triplet
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=2124

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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