This is the mail archive of the libc-alpha@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]

MIPS Broken with 20060220 snapshot


Looks like MIPS is broke again due to the lll_robust_mutex_lock changes. Anyone got any ideas on how to get this working again.

/mnt/raq2/build/glibc-cross-64bit/nptl/libpthread_pic.a(pthread_create.os):/mnt/raq2/build/glibc-20060220/nptl/pthread_create.c:332: undefined reference to `lll_robust_mutex_dead'
/mnt/raq2/build/glibc-cross-64bit/nptl/libpthread_pic.a(pthread_mutex_lock.os): In function `__pthread_mutex_lock':
/mnt/raq2/build/glibc-20060220/nptl/pthread_mutex_lock.c:175: undefined reference to `lll_robust_mutex_lock'
/mnt/raq2/build/glibc-20060220/nptl/pthread_mutex_lock.c:161: undefined reference to `lll_robust_mutex_lock'
/mnt/raq2/build/glibc-cross-64bit/nptl/libpthread_pic.a(pthread_mutex_trylock.os): In function `__pthread_mutex_trylock':
/mnt/raq2/build/glibc-20060220/nptl/pthread_mutex_trylock.c:138: undefined reference to `lll_robust_mutex_trylock'
/mnt/raq2/build/glibc-20060220/nptl/pthread_mutex_trylock.c:124: undefined reference to `lll_robust_mutex_trylock'
/mnt/raq2/build/glibc-cross-64bit/nptl/libpthread_pic.a(pthread_mutex_timedlock.os): In function `pthread_mutex_timedlock':
/mnt/raq2/build/glibc-20060220/nptl/pthread_mutex_timedlock.c:164: undefined reference to `lll_robust_mutex_timedlock'
/mnt/raq2/build/glibc-20060220/nptl/pthread_mutex_timedlock.c:150: undefined reference to `lll_robust_mutex_timedlock'
/mnt/raq2/build/glibc-cross-64bit/nptl/libpthread_pic.a(pthread_mutex_unlock.os): In function `__pthread_mutex_unlock_usercnt':
/mnt/raq2/build/glibc-20060220/nptl/pthread_mutex_unlock.c:113: undefined reference to `lll_robust_mutex_unlock'
/mnt/raq2/build/glibc-20060220/nptl/pthread_mutex_unlock.c:113: undefined reference to `lll_robust_mutex_unlock'
/mnt/raq2/build/glibc-cross-64bit/nptl/libpthread_pic.a(pthread_mutex_cond_lock.os): In function `__pthread_mutex_cond_lock':
../nptl/pthread_mutex_lock.c:175: undefined reference to `lll_robust_mutex_cond_lock'
../nptl/pthread_mutex_lock.c:161: undefined reference to `lll_robust_mutex_cond_lock'
collect2: ld returned 1 exit status
make[2]: *** [/mnt/raq2/build/glibc-cross-64bit/nptl/libpthread.so] Error 1
make[2]: Leaving directory `/mnt/raq2/build/glibc-20060220/nptl'
make[1]: *** [nptl/others] Error 2
make[1]: Leaving directory `/mnt/raq2/build/glibc-20060220'
make: *** [all] Error 2


--
----
Jim Gifford
maillist@jg555.com


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