This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Re: Re: Re: RE: Installing cygwin gcc using sources


Hi
I am back again with the same problem.
As u suggested , i installed the latest version of cygwin from binaries and downloaded the latest version of binutils and gcc sources.
I tried to configure the new set of sources, but got struck at the same point.
 
Please can u enumerate how can i go about building gcc from sources on cygwin (i586)
 
thanks in advance 
Deepak
 

------------- Original Message --------------
"Tim Prince" <tprince@computer.org> wrote:
To:"Deepak Shekhar" <dipaktc@rediffmail.com>
From:"Tim Prince" <tprince@computer.org>
Date:Wed, 4 Jul 2001 10:55:37 -0700
CC:<cygwin@cygwin.com>
Subject: Re: Re: Re: RE: Installing cygwin gcc using sources

You certainly need bring your cygwin installation current, both with the binaries and the source you are building.
----- Original Message ----- 
From: "Deepak Shekhar" <dipaktc@rediffmail.com>
To: <tprince@computer.org>
Cc: <cygwin@cygwin.com>
Sent: Tuesday, July 03, 2001 6:38 AM
Subject: Re: Re: Re: RE: Installing cygwin gcc using sources


> thanks for the information on "make bootstrap".
> But i tried "make bootstrap" after the configure but still it gives an error at the same point.
> Can u tell me the sequence odf commands i need to give??
> Is the following sequence correct??
> 
> 1)$../binutils-20010425-2/configure --enable-languages='c' --prefix=/home/deepak/exe -v
> 2)$make all (make bootstrap)
> 3)$make install
> 4)$../gcc-2.95.3-4/configure --enable-languages='c' --prefix=/home/deepak/exe -v
> 5)$make all (make bootstrap)
> 6)$make install
> 
> The cygwin on my machine is 6 months old. Do i need to install the latest version and give a try???
> 
> 
> ------------- Original Message --------------
> "Tim Prince" <tprince@computer.org> wrote:
> To:"Deepak Shekhar" <dipaktc@rediffmail.com>
> From:"Tim Prince" <tprince@computer.org>
> Date:Mon, 2 Jul 2001 05:57:38 -0700
> Subject: Re: Re: RE: Installing cygwin gcc using sources
> 
> No, there isn't any separate documentation for cygwin.  The standard gcc
> documents apply, although they don't cover the configure flags for
> cygwin.  Yes, it may be possble to build the same or nearly the same
> version without bootstrap, but it's obviously risky.  With bootstrap,
> you rely only on the old gcc working without optimization, and you allow
> gcc to self-configure, subject to the flags you set yourself on
> configure.  You also get the advantage of the testing to see whether
> your new compiler produces the same results when built with and without
> optimization.
> 
> I assume that your keyword 'all' is ignored and doesn't cause any
> problems.
> ----- Original Message -----
> From: "Deepak Shekhar" <dipaktc@rediffmail.com>
> To: <tprince@computer.org>
> Sent: Monday, July 02, 2001 2:43 AM
> Subject: Re: Re: RE: Installing cygwin gcc using sources
> 
> 
> >
> > can u tell more about what "make bootstrap" does.
> %3

_________________________________________________________
For Rs. 2,000,000 worth of Aptech scholarships click below
http://events.rediff.com/aptechsch/scholarship.htm




--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]