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: Installing cygwin gcc using sources


Why are you skipping "make bootstrap" ?  I don't know whether the
configure flags used to build cygwin are documented, but I usually
use --with-included-gettext --enable-sjlj-exceptions --enable-languages=
'c++,f77'.  David Billinghurst has been able to build objc and gcov as
well.
----- Original Message -----
From: "deepak shekhar" <dipaktc@rediffmail.com>
To: <bmj2001@bellsouth.net>
Cc: <cygwin@cygwin.com>
Sent: Saturday, June 30, 2001 4:23 AM
Subject: Re: RE: Installing cygwin gcc using sources


>
> Hi!
> yes i did try configure.
> First i run "configure" for binutils and did "make all" and "make
install".The uitlities in the binutils get installed .Then i tried
"configure" of gcc in the same path. The configure is fine. But when i
do a "make all" it throws an error message.
>
> Is it necessary that i have install new version of cygwin.I installed
cygwin some 6 months back.
>
> thanks for responding.
> deepak
>
> ------------- Original Message --------------
> "Robert McNulty Junior" <bmj2001@bellsouth.net> wrote:
> To:"deepak shekhar" <dipaktc@rediffmail.com>,
> <cygwin@cygwin.com>
> From:"Robert McNulty Junior" <bmj2001@bellsouth.net>
> Date:Sat, 30 Jun 2001 05:16:52 -0500
> Subject: RE: Installing cygwin gcc using sources
>
> Did you try configure?
>
> -----Original Message-----
> From: cygwin-owner@sources.redhat.com
> [mailto:cygwin-owner@sources.redhat.com]On Behalf Of deepak shekhar
> Sent: Saturday, June 30, 2001 2:49 AM
> To: cygwin@cygwin.com
> Subject: Installing cygwin gcc using sources
>
> Hi! there
>
> I have installed the cygwin on my i586-pc having windows using the
binaries
> and the "setup.exe" program.
> Now i am trying to install binutils and gcc using the sources.
> My directory structure is like this
> /home/deepak/sources - this is the directory containing the sources
for
> binuitls and gcc.
> /home/deepak/build - object directory where i'll run configure and
make.
> /home/deepak/exe - install directory.
>
> The versions of binutils is binutils-20010425-2-src.tar-gz and of gcc
is
> gcc-2.95.3-4-src.tar.gz.
>
> I have untared these packages in the sources directory.
>
> In the build directory i run the configure for binutils by giving the
> following command.
> $cd build
> $../sources/binutils-20010425-2/configure --prefix=/home/deepak/exe -v
> Then i do a make.
>  $make all && make install
> The utilities in the binutils get installed.(including the as.exe and
> ld.exe).
> Now i run configure for the gcc by the following command.
>
> $../sources/gcc-2.95.3-4/configure --prefix=/home/deepak/exe -v
>
> The configure is fine.
> Now if do a make by giving
> $make all
>

> thanks in advance
> Deepak



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