public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* build instructions for source nav for windows
@ 2000-07-26 21:11 Mark Kolod
  2000-07-27 10:58 ` Syd Polk
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Kolod @ 2000-07-26 21:11 UTC (permalink / raw)
  To: sourcenav

Hello,

Can you send notes on building source navigator for
Windows ?

Thanks.

Mark Kolod
mkolod@cig.mot.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: build instructions for source nav for windows
  2000-07-26 21:11 build instructions for source nav for windows Mark Kolod
@ 2000-07-27 10:58 ` Syd Polk
  0 siblings, 0 replies; 2+ messages in thread
From: Syd Polk @ 2000-07-27 10:58 UTC (permalink / raw)
  To: Mark Kolod, sourcenav

At 11:06 PM 7/26/00 -0500, Mark Kolod wrote:
>Hello,
>
>Can you send notes on building source navigator for
>Windows ?
>
>Thanks.
>
>Mark Kolod
>mkolod@cig.mot.com

First, install Visual C++ 5.0 or later.

The install the net version of cygwin from http://sources.redhat.com/cygwin .

Run bash.

Then set the following environment variables:

export CC=cl
export CFLAGS=-Z7 -Od -W3 -nologo

Then do configure, make, make install.

At some point the build will probably pop up a dialog telling you it cannot 
find a dll. Do the following from bash from your build directory:

export PATH=$PATH:`pwd`/tcl8.1/win

Then do make; make install

You should then be done.


Syd Polk		spolk@redhat.com
Engineering Manager	+1 415 777 9810 x 241
Red Hat, Inc.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-07-27 10:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-26 21:11 build instructions for source nav for windows Mark Kolod
2000-07-27 10:58 ` Syd Polk

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).