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 Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20031006194853.61894.qmail@web41601.mail.yahoo.com> Date: Mon, 6 Oct 2003 12:48:53 -0700 (PDT) From: Perry Pupp Subject: [cygwin setup from cvs] string: present but cannot be compiled To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Pulled cygwin setup source from cvs (as suggested here: http://sources.redhat.com/cygwin-apps/setup.html, I used: cvs -z3 -d :pserver:anoncvs AT sources DOT redhat DOT com:/cvs/cygwin-apps co setup I got the following warning: ** BEGIN QUOTE ** checking string presence... yes configure: WARNING: string: present but cannot be compiled configure: WARNING: string: check for missing prerequisite headers? configure: WARNING: string: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf AT gnu DOT org. ## configure: WARNING: ## ------------------------------------ ## checking for string... yes checking for string.h... (cached) yes ** END QUOTE ** Referring to page: http://mail.gnu.org/archive/html/bug-autoconf/2003-06/msg00092.html I tried this: $ cat main.c #include $ gcc main.c /usr/bin/../lib/libcygwin.a(libcmain.o)(.text+0x7c): undefined reference to `WinMain AT 16' collect2: ld returned 1 exit status (I tried searching this list and the apps list for "string: present but cannot be compiled", but got no hits.) Not sure if this is worth reporting, but in case, I submit it here. Sorry if this is inappropriate venue. Cordially, Perry __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/