Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: Missing __msize Symbol / Function Date: Sat, 4 Jun 2005 22:44:11 -0700 Message-ID: <23AA05B1B7171647BC38C5D761900EA401EBC101@DF-SEADOG-MSG.exchange.corp.microsoft.com> From: Stephan Mueller To: "Anh Vo" , Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j555lpCM029369 (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: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com] On Behalf Of Anh Vo Sent: Friday, June 03, 2005 1:01 PM To: cygwin AT cygwin DOT 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/