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 Delivered-To: mailing list cygwin AT cygwin DOT com From: RMDUVY AT aol DOT com Message-ID: <79.212a6cd0.296f9791@aol.com> Date: Thu, 10 Jan 2002 20:19:13 EST Subject: rebuild libc.a with MB_CAPABLE defined To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 7.0 for Windows US sub 121 I want to rebuild libc.a with MB_CAPABLE defined so wcstombs works when NULL is passed in as the first arg - wcstombs( NULL, wcstr, 0 ). Currently, this function always returns 0 because MB_CAPABLE is not defined when cygwin is initially installed. How do I rebuild libc.a? There are a lot of intimidating makefiles in the newlib directory. Thanks Roger Duvall -- 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/