public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
From: "David Robinson (AU)" <David.Robinson@citrix.com.au>
To: "'sourcenav@sources.redhat.com'" <sourcenav@sources.redhat.com>
Cc: "'mdejong@cygnus.com'" <mdejong@cygnus.com>
Subject: Re: how to install source navigator
Date: Thu, 16 Aug 2001 16:41:00 -0000	[thread overview]
Message-ID: <A364502829E6D3119BF400508B2D831F0197E1D9@sydexch01.citrix.com.au> (raw)

>On Wed, 13 Jun 2001, Shiqiang Shen wrote:
>
>> Sir,
>> I downloaded version 5.0 under linux but don't know how to install it.
>>
>> shen
>
>Here is the INSTALL.TXT file that will appear in the next release.
>Could you try these instructions out and tell us if they helped?
>
>Mo DeJong
>Red Hat Inc 


I have followed the INSTALL.TXT instructions to build Source Navigator
version 5.0 on Windows 2000 using Visual Studio version 6. Here are some
comments.

1) I was able to build the product by following the instructions. The hints
about the configure script were particularly useful.

2) The make files are currently configured for a debug build. The CFLAGS
provided will write debugging information into the .OBJ and .EXE files
("-Z7" option) and disable code optimisation ("-Od" option).

To configure the compiler for a release build, remove the "-Z7" option,
change the optimisation option to "-Ox" for full optimisation, and add the
"-Gi-" option to disable incremental compilation which can bloat the object
file.

To configure the linker for a release build, remove the "-DEBUG" option, and
add the "-INCREMENTAL:NO" option to disable incremental linking.

3) The CFLAGS compiler options are only recognised when the first letter is
specified in uppercase.

4) The Microsoft linker does not understand the "-Z7", "-Od" and "-lm"
options.


Hope this helps,
David Robinson

             reply	other threads:[~2001-08-16 16:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-16 16:41 David Robinson (AU) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-06-13 12:19 Shiqiang Shen
2001-06-13 13:39 ` Mo DeJong
2001-06-14 11:41 ` irox

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=A364502829E6D3119BF400508B2D831F0197E1D9@sydexch01.citrix.com.au \
    --to=david.robinson@citrix.com.au \
    --cc=mdejong@cygnus.com \
    --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).