missing function

2003-03-30 Thread Martin Gainty
Attempting to compile the 4.1 mysql library I encounter a missing function: ret = select(0, NULL, NULL, NULL, t) == -1 ? __os_get_errno() : 0; called from os_sleep() Where is this function? Thank You, Martin -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql

missing function in library-

2003-03-30 Thread Martin Gainty
- From: Martin Gainty [EMAIL PROTECTED] To: MySQL List [EMAIL PROTECTED] Sent: Sunday, March 30, 2003 11:08 AM Subject: missing function Attempting to compile the 4.1 mysql library I encounter a missing function: ret = select(0, NULL, NULL, NULL, t) == -1 ? __os_get_errno() : 0; called from