public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Jan-Friedrich Mutter" <jmutter@bigfoot.de>
To: "David Ondzes" <dondzes@PacketTech.com>
Cc: <cygwin@sourceware.cygnus.com>
Subject: Re: Just installed cygwin
Date: Fri, 30 Apr 1999 18:32:00 -0000	[thread overview]
Message-ID: <000f01be8cd9$e254c230$0300a8c0@phlegma> (raw)
Message-ID: <19990430183200.lsJAuYnY0u1nm-KOtAe9By2BiRr-RXWGj5AaY7HZMhg@z> (raw)

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

man packages:
ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin/mirrors/cygnus/cygwin
-b20/fullman.tar.bz2

pasted from a mail from Michael Hirmke some days ago:

------------------------< snip snip snip >-----------------------------

   *man-1.5f*
   --------

   - what is it?
     - Program for displaying man-pages on the screen or sending them
       to a printer (using groff). Includes whatis, apropos and man2html,
       which compiles but wasn't tried.

   - To install the binaries
     - go to  ftp://ftp.franken.de , get and untar in /
       /pub/win32/develop/gnuwin32/cygwin/porters/Humblet_Pierre_A/B20
          man-1.5f-cygwin-b20-bin.tar.gz
     - You must also get and untar in /
       /pub/win32/develop/gnuwin32/cygwin/porters/Hirmke_Michael/B20
          groff-1.10-cygwin-b20-bin.tar.gz
     - Edit /usr/local/lib/man.conf    [** used to be man.config **]
       to suit your site.
       If man gives you funny looking hyphens, replace the NROFF line with
       NROFF          /usr/local/bin/nroff -mandoc (!!it's nroff, not groff)
     - Execute "man -w" to examine the effective MANPATH. Duplicates
       (with different cases) may appear. They can be avoided by
       editing man.conf and/or PATH and/or MANPATH.
     - Execute ./makewhatis -w in /usr/local/sbin to build the
       whatis database for apropos and whatis.

   What follows is information to recompile the entire package or complete
   the man2html tool suite.

   - system
     - Windows 95

   - Cygwin
     - for B20
     - binary mounts only
     - CYGWIN=tty

   - preliminaries
     - get the source packages
       - man-1.5f.tar.gz from ftp://ftp.win.tue.nl/pub/linux/util/man/
     - edit src/makewhatis.sh
       - on line 30   change PATH=/usr/bin:/bin to /bin:/usr/local/bin
                 146, change /usr/bin/gawk to /bin/gawk (or whatever)
     - edit src/defs.h
       - add #include <unistd.h>
     - edit man2html/Makefile.in
       - on line 9 change /usr/bin to /usr/local/bin (or whatever)

   - configure
     - edit configure on lines 508 & 511
       - change "prefix=/usr" to "prefix=/usr/local" (or whatever)
     - run CC="gcc -DNONLS -DLC_MESSAGES=6" ./configure -d +traditional
       (thanks to David Coe)

   - make
     - works without changes

   - make install
     - works without changes

   - package availability
     - on ftp.franken.de
     - in /pub/win32/develop/gnuwin32/cygwin/porters/Humblet_Pierre_A/B20
     - as man-1.5f-cygwin-b20-bin.tar.gz

   - contributed by
     - Pierre.Humblet@eurecom.fr (Pierre A. Humblet)

------------------------< snip snip snip >-----------------------------

-Jan.


-----Ursprüngliche Nachricht-----
Von: David Ondzes <dondzes@PacketTech.com>
An: 'cygwin@sourceware.cygnus.com' <cygwin@sourceware.cygnus.com>
Datum: Donnerstag, 22. April 1999 17:50
Betreff: Just installed cygwin


>
>Ok, I have just installed cygwin on NT 4.0 system and I have read the FAQ
>and other online docs but can't find the answer to my question. I know man
>pages do not come with cygwin so how do I read how to use programs like
flex
>& bison ? I know that are tools for parsing grammers but it has been a
while
>since I used them and forgotten some of the basics.
>
>BTW - I do not have access to a unix machine to look at the man pages.
>
>Thanks
>David
>
>
>--
>Want to unsubscribe from this list?
>Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>
>
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


             reply	other threads:[~1999-04-30 18:32 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-04-22  9:07 Jan-Friedrich Mutter [this message]
1999-04-30 18:32 ` Jan-Friedrich Mutter
  -- strict thread matches above, loose matches on Subject: below --
2002-06-18 14:26 Just installed Cygwin John Seeliger
2002-06-18 21:56 ` Gerrit P. Haase
1999-04-22 10:00 Just installed cygwin Earnie Boyd
1999-04-22 10:14 ` Mumit Khan
1999-04-22 10:22   ` R. Hickling
1999-04-22 10:49     ` Mumit Khan
1999-04-30 18:32       ` Mumit Khan
1999-04-30 18:32     ` R. Hickling
1999-04-30 18:32   ` Mumit Khan
1999-04-30 18:32 ` Earnie Boyd
1999-04-22  8:32 David Ondzes
1999-04-22  8:40 ` Bill Black
1999-04-30 18:32   ` Bill Black
1999-04-30 18:32 ` David Ondzes

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='000f01be8cd9$e254c230$0300a8c0@phlegma' \
    --to=jmutter@bigfoot.de \
    --cc=cygwin@sourceware.cygnus.com \
    --cc=dondzes@PacketTech.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).