public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
From: Syd Polk <spolk@redhat.com>
To: "kai.denker@cas-gmbh.de" <kai.denker@cas-gmbh.de>
Cc: "'sourcenav@sources.redhat.com'" <sourcenav@sources.redhat.com>
Subject: Re: SN4.5.2: problems compiling it using cygwin
Date: Wed, 13 Sep 2000 08:53:00 -0000	[thread overview]
Message-ID: <39BFA3A7.C3DC7F5C@redhat.com> (raw)
In-Reply-To: <01C01D9D.5D2746E0.kai.denker@cas-gmbh.de>

You have two options:

1. Download the binary.

Or read on:

Kai Denker wrote:
> 
> Hi!
> 
> I have downloaded and extracted the 4.5.2-Source and tried to compile
> it using cygwin unter Win98, but it failed:
> 
> $ ./configure
> Configuring for a i586-pc-cygwin32 host.

This is an old version of cygwin. You need to upgrade. Also, we only support
Microsoft Visual C++ 5.0 as the compiler. When you have the net release of
cygwin (available via http://sources.redhat.com/cygwin ), and MSVC C++ 5.0, you
can then attempt to build Source-Navigator on Windows.

I would recommend building it on Windows only if you plan on hacking and giving
us patches.

> *** Cannot configure in source tree.
> *** Make a parallel directory and configure there.
> 
> I am not experienced with building Unix-software (with
> configure-Scripts), so I have no idea, how to remove this "source
> tree"-attribute. Any ideas?
> 
> Regards
>         Kai Denker

What this means is that you need to build and install in separate directories
from the source tree. After you unpack the source, you will get a directory
called SN452-src. You want to create another directory at the same level, so
that you have:

bash-2.01% ls
SN452-src
SN452-build

Then, cd SN452-build. Type the following command line:

CC=cl CFLAGS="-0d -Z7" ../SN452-src/configure
make all-snavigator
make install-snavigator

We hope to have support for gcc done by the end of the year.

      parent reply	other threads:[~2000-09-13  8:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-13  7:16 Kai Denker
2000-09-13  7:37 ` Ben Elliston
2000-09-13  8:53 ` Syd Polk [this message]

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=39BFA3A7.C3DC7F5C@redhat.com \
    --to=spolk@redhat.com \
    --cc=kai.denker@cas-gmbh.de \
    --cc=sourcenav@sources.redhat.com \
    /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).