Hi!  I'm trying to build some software under cygwin which has calls to
a library function called 'fileno_unlocked'.  My cygwin gcc cannot
find it, i.e. I get

undefined reference to `_fileno_unlocked'

at linktime.  This function is apparently in libc on Linux and
BSD-like systems.  Where can I find it on cygwin?  Thanks for any
help.  --Rick

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to