X-Spam-Check-By: sourceware.org Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <81B25FE9-8193-4731-8876-B54CED0BDE9D@zooko.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: cygwin AT cygwin DOT com From: zooko Subject: how to build cygwin using itself Date: Fri, 27 Jul 2007 11:40:11 -0600 X-Mailer: Apple Mail (2.752.3) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Folks: I started by following these instructions: http://cygwin.com/faq/faq.programming.html#faq.programming.building- cygwin Which say to check out "what you need" from CVS, linking to these instructions: http://cygwin.com/cvs.html Which say to check out "winsup". However, it turns out that if you just follow those instructions and checkout "winsup" then you'll be a very perplexing error message about __assert_func being undefined. This is because, as Brian Dessent kindly explained to me, you also need to checkout newlib. So I propose that the cvs.html page instruct people to checkout both "winsup" and "newlib". Unfortunately now that I have "winsup" and "newlib", then I get another error: ------- In file included from /c/playground/cygwin/src/newlib/libc/include/ dirent.h:6, from ../../../../../src/newlib/libc/posix/execvp.c:9: /c/playground/cygwin/src/newlib/libc/include/sys/dirent.h:10:2: #error " not supported" ------- Could someone give me a hint as to what other steps are necessary to build cygwin using itself? Thanks! Regards, Zooko -- 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/