public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Lewin A.R.W. Edwards" <larwe@larwe.com>
To: "Vivin Suresh Paliath" <computer_maniac@hotmail.com>
Cc: gcc-help@gcc.gnu.org
Subject: Re: Building gcc under cygwin
Date: Thu, 22 Mar 2001 14:00:00 -0000	[thread overview]
Message-ID: <4.3.2.7.2.20010322163345.00b76308@mail.larwe.com> (raw)
In-Reply-To: <OE24AyD7TfSr0fVwcdZ00000f2b@hotmail.com>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1268 bytes --]

Hi Vivin,
Ok, then I hope you
can help me with my original problem!
 
I wanted to install GCJ originally, but the
library (libgcj) comes separately and is a pain to install. GCC has
everything in it, GCJ and Libgcj so I thought I would install that. But
this is where I am running into the problem.
 
I am doing this the first time! So how do I do
a normal build without bootstrap? Do I still have to run
configure?
You must configure the build tree, yes.
What I suggest you _try_ (and I haven't tested this) is (assuming your
gcc sources are in /usr/src/gcc):

mkdir /tmp/build/gcc
cd /tmp/build/gcc
export MAKE_MODE=UNIX
/usr/src/gcc/configure  --prefix=/tools --with-gnu-as --with-gnu-ld
2>&1 | tee configure.out

Look carefully at the start of the output, it will say "This
configuration is not supported in the following directories: ...." -
if it talks about gcj there then gcj isn't supported in cygwin.

If the configure worked, then
make -w all-gcc install-gcc LANGUAGES="c c++ java" 2>&1
| tee make.out

and hopefully it will work.


=== Lewin A.R.W. Edwards (Embedded Engineer)
Work:
http://www.digi-frame.com/
Personal:
http://www.zws.com/
and http://www.larwe.com/

"Und setzet ihr nicht das Leben ein, 
Nie wird euch das Leben gewonnen sein."



  parent reply	other threads:[~2001-03-22 14:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-22 13:17 Vivin Suresh Paliath
2001-03-22 13:21 ` Lewin A.R.W. Edwards
     [not found]   ` <OE24AyD7TfSr0fVwcdZ00000f2b@hotmail.com>
2001-03-22 14:00     ` Lewin A.R.W. Edwards [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-11-02 11:13 Building GCC under Cygwin Alex Besogonov
2001-03-26 15:08 Vivin Suresh Paliath
2001-03-20 11:28 Building gcc under cygwin Vivin Paliath
2001-03-21 14:31 ` Alexandre Oliva

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4.3.2.7.2.20010322163345.00b76308@mail.larwe.com \
    --to=larwe@larwe.com \
    --cc=computer_maniac@hotmail.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).