From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17110 invoked by alias); 12 Jun 2007 20:35:13 -0000 Received: (qmail 17102 invoked by uid 22791); 12 Jun 2007 20:35:13 -0000 X-Spam-Check-By: sourceware.org Received: from rwcrmhc14.comcast.net (HELO rwcrmhc14.comcast.net) (204.127.192.84) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 12 Jun 2007 20:35:11 +0000 Received: from [192.168.1.200] (c-67-188-0-30.hsd1.ca.comcast.net[67.188.0.30]) by comcast.net (rwcrmhc14) with ESMTP id <20070612203509m14006g573e>; Tue, 12 Jun 2007 20:35:09 +0000 Message-ID: <466F116B.8070205@ds3switch.com> Date: Tue, 12 Jun 2007 22:51:00 -0000 From: Tad User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: ecos-discuss@sources.redhat.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] ecosconfig CYGPKG_LIBC_STDIO needs CYGFUN_LIBC_STDIO_ungetc? X-SW-Source: 2007-06/txt/msg00133.txt.bz2 Perhaps cdl_package CYGPKG_LIBC_STDIO should have CYGFUN_LIBC_STDIO_ungetc added to its "requires" build fails without ungetc: vsscanf requires vfscanf requries ungetsc already considered but not included for some reason in stdio.cdl it seems... requires CYGINT_ISO_STRING_STRFUNCS 96 requires CYGINT_ISO_STRING_MEMFUNCS 97 # The following is for scanf only. We could express this better, 98 # particularly since scanf is also dependent on the optional ungetc. 99 requires CYGINT_ISO_STDLIB_STRCONV 100 101 compile common/fflush.cxx common/feof.cxx \ 102 common/freopen.cxx common/setvbuf.cxx \ 103 common/snprintf.cxx common/sprintf.cxx \ 104 common/sscanf.cxx common/stderr.cxx \ 105 common/stdin.cxx common/stdiofiles.cxx \ 106 common/fseek.cxx common/stdioinlines.cxx\ 107 common/stdiosupp.cxx common/stdout.cxx \ 108 common/stream.cxx common/streambuf.cxx \ 109 common/ungetc.cxx common/vsnprintf.cxx \ 110 common/vsscanf.cxx common/fileops.cxx \ -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss