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

[Bug libc/562] librt linking error related to mq


------- Additional Comments From jakub at redhat dot com  2004-11-22 09:22 -------
That means that sysdep.os is not being linked into mips librt.so.
Look what e.g. alpha does.
Guess simply adding
ifeq ($(subdir),rt)
librt-sysdep_routines += rt-sysdep
endif
to sysdeps/unix/mips/Makefile
and adding
#include "sysdep.S"
as sysdeps/unix/mips/rt-sysdep.S
could cure this, but I have no way to test this, so I'm not submitting this
as a patch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sources.redhat.com/bugzilla/show_bug.cgi?id=562

------- 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]