delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
From: | "Steve Baldwin" <stbaldwin AT multiservice DOT com> |
To: | <cygwin AT cygwin DOT com> |
Subject: | Missing (?) function mallinfo |
Date: | Sat, 22 Feb 2003 11:31:55 +1100 |
Message-ID: | <000001c2da09$ce4a6ca0$3264a8c0@AUSTBMOBILE> |
MIME-Version: | 1.0 |
X-Priority: | 3 (Normal) |
X-MSMail-Priority: | Normal |
Importance: | Normal |
X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1106 |
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 -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |