Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - undefined reference to kqueue, kevent: (4 Items)
   
undefined reference to kqueue, kevent  
I tried to cross-compile alljyon.
But it has a problem.

A error to compiling is as belows.

- undefied reference to 'kqueue'.
- undefied reference to 'kevent'.

I don't know which library is included.
Could someone give me tips?
Re: undefined reference to kqueue, kevent  
You have it configured incorrectly. Those aren't supported.

-seanb

Sent from my BlackBerry 10 smartphone on the Rogers network.
  Original Message
From: Seyoung Lee
Sent: Wednesday, January 7, 2015 7:17 PM
To: general-community
Reply To: general-community@community.qnx.com
Subject: undefined reference to kqueue, kevent


I tried to cross-compile alljyon.
But it has a problem.

A error to compiling is as belows.

- undefied reference to 'kqueue'.
- undefied reference to 'kevent'.

I don't know which library is included.
Could someone give me tips?




_______________________________________________

General
http://community.qnx.com/sf/go/post112861
To cancel your subscription to this discussion, please e-mail general-community-unsubscribe@community.qnx.com
Re: undefined reference to kqueue, kevent  
Thank you for your comment.

I have one question.
What I do replace kqueue, kevnt?
If you know alternative method for kqueue, kevnet, please let me know.

Thanks.
Re: undefined reference to kqueue, kevent  
It depends how they're used. Those are the Swiss army knives if syscalls. I'd look at poll() or maybe sigwaitinfo().

Sent from my BlackBerry 10 smartphone on the Rogers network.
  Original Message
From: Seyoung Lee
Sent: Wednesday, January 7, 2015 7:40 PM
To: general-community
Reply To: general-community@community.qnx.com
Subject: Re: undefined reference to kqueue, kevent


Thank you for your comment.

I have one question.
What I do replace kqueue, kevnt?
If you know alternative method for kqueue, kevnet, please let me know.

Thanks.



_______________________________________________

General
http://community.qnx.com/sf/go/post112863
To cancel your subscription to this discussion, please e-mail general-community-unsubscribe@community.qnx.com