(seeing no response yet; taking a shot) I believe msize (or _msize) is non-standard. It's at least a Microsoft extension, but may be present in other compiler libraries. However, it sounds like it's not available in cygwin's C library (newlib).
You may want to see if malloc_usable_size can be substituted (see man malloc for details). stephan(); -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anh Vo Sent: Friday, June 03, 2005 1:01 PM To: cygwin@cygwin.com Subject: Missing __msize Symbol / Function I would like to use __msize function. But, the linker always fails due to missing symbol __msize. What header file should be included to resolve this missing symbol? Any help will be greatly appreciated. AV -- 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/ -- 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/