|
发表于 2004-10-25 10:37:18
|
显示全部楼层
我也遇到了这个问题。
这是因为在posix mq在新的NPTL里还没支持,
From: Sebastien Decugis <sebastien@ex...>
Re: unable to run test for MSG
2004-08-19 00:14
Then if you don"t have a very recent glibc (read: that you built
yourself) the message queue features are likely not to be supported by
your system (mq_* routines). They have been added in NPTL quite recently
(about 3 months ago IIRC) and were totally missing from LinuxThreads.
Sebastien.
On Thu, 2004-08-19 at 08:07, ganesh kumar wrote:
> my os is linux 2.4.18-14 version
>
> ----- Original Message -----
> From: Sebastien Decugis
> Date: Wed, 18 Aug 2004 15:48:04 +0200
> To: ganesh kumar
> Subject: Re: [posixtest-discuss] unable to run test for MSG
>
> > What is your operating system / libc library?
> >
> >
> > On Wed, 2004-08-18 at 14:11, ganesh kumar wrote:
> > > when i try to run individually the MSG test using ./run_test MSG .
> it
> > > gives me the following error. it is not building and linking...
> > >
> > > link :FAILED
> > >
> > > undefined reference to mq_open. i guess there is some problem in
> > > mqueue.h header file...
> > >
> > > can you help me in that and also any link to download the correct
> > > mqueue header file...
> > >
> > >
> > -------------------------------
> > Sebastien DECUGIS
> > NPTL Tes t & Trace Project
> > http://nptl.bullopensource.org/
> > |
|