This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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]

error in making glibc


Hi,
  I met a problem in making glibc-2.2.5,my configure is 
/mips/src/glibc-2.2.5/configure -build=i686-pc-linux-gnu --host=mipsel-linuxecoff
\
        --enable-add-ons \
 --disable-nls --enable-checking=no \
 --disable-sanity-checks --disable-profile \
 --disable-shared \
 --with-headers=/mips/src/include \
 --with-gnu-as --with-gnu-ld
the error info:
make[2]: Entering directory `/mips/src/glibc-2.2.5/iconv'
mipsel-linuxecoff-gcc -nostdlib -nostartfiles -o /mips/build/gcc-glib/iconv/icon
vconfig      /mips/build/gcc-glib/csu/crt1.o   /mips/build/gcc-glib/iconv/iconvc
onfig.o /mips/build/gcc-glib/iconv/strtab.o /mips/build/gcc-glib/iconv/xmalloc.o
  /mips/build/gcc-glib/libc.a  -lgcc /mips/build/gcc-glib/libc.a -lgcc
/usr/local/lib/gcc-lib/mipsel-linuxecoff/3.2/../../../../mipsel-linuxecoff/bin/l
d: warning: cannot find entry symbol __start; defaulting to 00000000004000b0
/mips/build/gcc-glib/libc.a(getpagesize.o): In function `__getpagesize':
/mips/src/glibc-2.2.5/misc/../sysdeps/unix/sysv/linux/getpagesize.c:28: undefine
d reference to `_dl_pagesize'
/mips/build/gcc-glib/libc.a(getclktck.o): In function `__getclktck':
/mips/src/glibc-2.2.5/misc/../sysdeps/unix/sysv/linux/getclktck.c:31: undefined
reference to `_dl_clktck'
/mips/build/gcc-glib/libc.a(init-first.o): In function `init':
/mips/src/glibc-2.2.5/csu/../sysdeps/unix/sysv/linux/init-first.c:74: undefined
reference to `_dl_osversion'
/mips/build/gcc-glib/libc.a(gconv.o): In function `__gconv':
/mips/src/glibc-2.2.5/iconv/gconv.c:50: undefined reference to `_dl_mcount_wrapp
er_check'
/mips/src/glibc-2.2.5/iconv/gconv.c:63: undefined reference to `_dl_mcount_wrapp
er_check'
/mips/build/gcc-glib/libc.a(gconv_db.o): In function `free_derivation':
/mips/src/glibc-2.2.5/iconv/gconv_db.c:169: undefined reference to `_dl_mcount_w
rapper_check'
/mips/build/gcc-glib/libc.a(gconv_db.o): In function `__gconv_release_step':
/mips/src/glibc-2.2.5/iconv/gconv_db.c:189: undefined reference to `_dl_mcount_w
rapper_check'
/mips/build/gcc-glib/libc.a(gconv_simple.o): In function `__gconv_transform_inte
rnal_ucs4':
/mips/src/glibc-2.2.5/iconv/../iconv/skeleton.c:548: undefined reference to `_dl
_mcount_wrapper_check'
/mips/build/gcc-glib/libc.a(gconv_simple.o):/mips/src/glibc-2.2.5/iconv/../iconv
/skeleton.c:523: more undefined references to `_dl_mcount_wrapper_check' follow
/mips/build/gcc-glib/libc.a(gconv_trans.o): In function `open_translit':
/mips/src/glibc-2.2.5/iconv/gconv_trans.c:272: undefined reference to `__libc_dl
open'
/mips/src/glibc-2.2.5/iconv/gconv_trans.c:278: undefined reference to `__libc_dl
sym'
/mips/src/glibc-2.2.5/iconv/gconv_trans.c:283: undefined reference to `__libc_dl
close'
/mips/src/glibc-2.2.5/iconv/gconv_trans.c:294: undefined reference to `__libc_dl
sym'
/mips/src/glibc-2.2.5/iconv/gconv_trans.c:299: undefined reference to `__libc_dl
sym'
/mips/src/glibc-2.2.5/iconv/gconv_trans.c:301: undefined reference to `__libc_dl
sym'
/mips/src/glibc-2.2.5/iconv/gconv_trans.c:303: undefined reference to `__libc_dl
sym'
/mips/build/gcc-glib/libc.a(iofwide.o): In function `do_out':
/mips/src/glibc-2.2.5/libio/iofwide.c:237: undefined reference to `_dl_mcount_wr
apper_check'
/mips/build/gcc-glib/libc.a(iofwide.o): In function `do_unshift':
/mips/src/glibc-2.2.5/libio/iofwide.c:303: undefined reference to `_dl_mcount_wr
apper_check'
/mips/build/gcc-glib/libc.a(iofwide.o): In function `do_in':
/mips/src/glibc-2.2.5/libio/iofwide.c:366: undefined reference to `_dl_mcount_wr
apper_check'
/mips/build/gcc-glib/libc.a(iofwide.o): In function `do_length':
/mips/src/glibc-2.2.5/libio/iofwide.c:463: undefined reference to `_dl_mcount_wr
apper_check'
/mips/build/gcc-glib/libc.a(btowc.o): In function `__btowc':
/mips/src/glibc-2.2.5/wcsmbs/btowc.c:63: undefined reference to `_dl_mcount_wrap
per_check'
/mips/build/gcc-glib/libc.a(mbrtowc.o):/mips/src/glibc-2.2.5/wcsmbs/mbrtowc.c:71
: more undefined references to `_dl_mcount_wrapper_check' follow
collect2: ld returned 1 exit status
make[2]: *** [/mips/build/gcc-glib/iconv/iconvconfig] Error 1
make[2]: Leaving directory `/mips/src/glibc-2.2.5/iconv'
make[1]: *** [iconv/others] Error 2
make[1]: Leaving directory `/mips/src/glibc-2.2.5'
make: *** [all] Error 2

 
Thanks for your help.



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