Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <3E56F571.8030405@rfk.com>
Date: Fri, 21 Feb 2003 22:58:41 -0500
From: "Larry Hall (RFK Partners, Inc.)" <lhall@rfk.com>
Reply-To: lhall@rfk.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Steve Baldwin <stbaldwin@multiservice.com>
CC: cygwin@cygwin.com
Subject: Re: Missing (?) function mallinfo
References: <000001c2da09$ce4a6ca0$3264a8c0@AUSTBMOBILE>
In-Reply-To: <000001c2da09$ce4a6ca0$3264a8c0@AUSTBMOBILE>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Steve Baldwin wrote:
> I'm having problems porting some Unix code to cygwin.  Here's a small
> sample, and the error I'm seeing.  Any help appreciated.
> 
> Steve
> 
> [cdev]$ cat a.c
> #include <stdio.h>
> #include <stdlib.h>
> #include <malloc.h>
> 
> int
> main (int argc, char **argv) {
>         struct mallinfo         mi ;
> 
>         mi = mallinfo() ;
> }
> [cdev]$ gcc a.c -o a
> /cygdrive/c/DOCUME~1/STBALD~1/LOCALS~1/Temp/cc6nUjGR.o(.text+0x25):a.c:
> undefined reference to `_mallinfo'
> collect2: ld returned 1 exit status


Looks like this comes from newlib and hasn't been exported from cygwin1.dll
in cygwin.din (Chris Faylor added a whole bunch of stuff to Cygwin
snapshots from newlib last week but this isn't one of them... otherwise
I'd suggest a snapshot ;-) )

Want to submit a patch for this?

-- 
Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
838 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

