From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David R Newsgroups: gmane.emacs.help Subject: Re: compiling emacs using cygwin Date: Fri, 15 Jun 2007 15:38:06 +0100 Message-ID: <4672a448$1_1@mk-nntp-2.news.uk.tiscali.com> References: <46585cfc$1_4@mk-nntp-2.news.uk.tiscali.com> <46596fd9_4@mk-nntp-2.news.uk.tiscali.com> <465c0547$1_2@mk-nntp-2.news.uk.tiscali.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181918489 28528 80.91.229.12 (15 Jun 2007 14:41:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Jun 2007 14:41:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 15 16:41:27 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HzCzP-0005L8-9s for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Jun 2007 16:41:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzCzO-00073C-QP for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Jun 2007 10:41:26 -0400 User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Original-Newsgroups: gnu.emacs.help In-Reply-To: Original-Lines: 43 X-Original-NNTP-Posting-Host: 80.47.230.35 Original-NNTP-Posting-Host: mk-nntp-2.news.uk.tiscali.com Original-X-Trace: 15 Jun 2007 15:38:03 +0100, mk-nntp-2.news.uk.tiscali.com Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!goblin1!goblin.stu.neva.ru!feeder.news-service.com!newsfeed.freenet.de!newsfeed00.sul.t-online.de!t-online.de!newsfeed1.ip.tiscali.net!tiscali!newsfeed2.ip.tiscali.net!212.74.112.120.MISMATCH!mk-nntp-1.news.uk.tiscali.com!mk-nntp-2.news.uk.tiscali.com Original-Xref: shelby.stanford.edu gnu.emacs.help:149509 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:45097 Archived-At: Eric Hanchrow wrote: >>>>>> "David" == David R writes: > > David> I have a confession to make. I cannot find gcc-core-4.1.2 > David> anywhere on the www > > Your secret is safe with me. > > http://ftp.gnu.org/gnu/gcc/gcc-4.1.2/gcc-core-4.1.2.tar.bz2 > sorry for late reply, have not been using computer for a bit, reading books about ruby instead. you advised > * create an empty directory and 'cd' to it > * run the 'configure' script from the source directory > * type 'make bootstrap' > * get coffee > * type 'make install' > > Cygwin c:/Documents and Settings/All Users/Documents/repository/gccsource/gcc-4.1.2 > make bootstrap > Configuring in build-i686-pc-cygwin/libiberty > /bin/sh: /cygdrive/c/Documents: No such file or directory > make: *** [configure-build-libiberty] Error 1 > Cygwin c:/Documents and Settings/All Users/Documents/repository/gccsource/gcc-4.1.2 > I made a directory called documents. not liked it. deleted directory. made a text file called documents Cygwin c:/Documents and Settings/All Users/Documents/repository/gccsource/gcc-4.1.2 > make bootstrap Configuring in build-i686-pc-cygwin/libiberty make[1]: Entering directory `/cygdrive/c/Documents and Settings/All Users/Documents/repository/gccsource/gcc-4.1.2/build-i686-pc-cygwin/libiberty' make[1]: *** No rule to make target `all'. Stop. make[1]: Leaving directory `/cygdrive/c/Documents and Settings/All Users/Documents/repository/gccsource/gcc-4.1.2/build-i686-pc-cygwin/libiberty' make: *** [all-build-libiberty] Error 2 Cygwin c:/Documents and Settings/All Users/Documents/repository/gccsource/gcc-4.1.2 >