At 06:32 PM 4/22/2002, [EMAIL PROTECTED] wrote: >I keep getting this message upon compilation... >And I've been doing everything to fix it, but nothing is working... >I've learned quite a bit doing this alone, but I'm still clueless on how >to fix this... Your help would be appreciated. > >db.c: In function `boot_db': >db.c:401: warning: implicit declaration of function `calloc' >db.c:401: warning: assignment makes pointer from integer without a cast >db.c: In function `alloc_perm': >db.c:3307: warning: assignment makes pointer from integer without a cast
This isn't a Cygwin specific issue and as such is off-topic for this list. But I'll give you a hint. Why is the compiler complaining about a missing declaration for 'calloc()'? Please, if you feel the need to follow-up on this thread, do it off-list. Thanks, Larry Hall [EMAIL PROTECTED] 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/