public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: mh@mike.franken.de (Michael Hirmke)
To: gnu-win32@cygnus.com
Subject: Re: <kein Betreff>
Date: Thu, 28 May 1998 18:15:00 -0000	[thread overview]
Message-ID: <6uimmUq4pfB@mike.franken.de> (raw)
In-Reply-To: <3.0.5.32.19980527172822.009178a0@gti.com.hk>

Hi Gilbert,

>Hi,
>
>Can somebody told me how to install the manual suite in the gnu-win32 b19 ?
>I have downloaded the whole package, but there no instruction on how to
>install the manual.  It seem that there is no man command in the gnu-win32
>package.

You're right - there is no "man" command in CDK and the manpages package.
However:

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

   *man-1.4j*
   --------

   - what is it?
     - Program for displaying man-pages on the screen or sending them
       to a printer (using groff).

   - system
     - Windows NT4 German / SP3

   - preliminaries
     - none

   - configure
     - edit configure
       - change "prefix=/usr" to "prefix=/usr/local"
         (or whatever you want or just leave it as it is)
     - run "configure -d"

   - make
     - edit src/man.c
       - add "#include <getopt.h>"
       - comment out line 1020 (setlocale)
     - edit src/Makefile.in
       - add "-DNONLS" to "DEFS="
     - edit src/util.c
       - comment out line 93 and 94 (setreuid, setregid)
     - run "make" as normal

   - make install
     - works without changes
     - edit /usr/local/lib/man.config according to your system

   - notes
     - couldn't get man-1.5a to run properly, you can build it nearly
       the same way as 1.4j, but it will crash, whenever you run the
       resulting binary

   - package availability
     - on ftp.franken.de
     - in /pub/win32/develop/gnuwin32/cygwin32/porters/Hirmke_Michael
     - as man-1.4j-win32-bin.tar.gz
     - or man-1.4j-win32-bin.zip

   - contributed by
     - mh@mike.franken.de (Michael Hirmke)

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

If it should be of any use, you also need:
------------------------< snip snip snip >-----------------------------

   *groff-1.10*
   ----------

   - what is it?
     - The groff package provides compatible versions of troff, nroff,
       eqn, tbl, and other Unix text-formatting utilities.
       Groff is used to "compile" man-pages stored in groff/nroff
       format for different output devices; e.g., for displaying to a
       screen or in PostScript(tm) format for printing on a
       PostScript(tm) printer.

   - system
     - Windows NT4 German / SP3

   - preliminaries
     - /bin/sh has to be *bash, not ash*
       - umount /bin (if mounted)
       - cp <cygnus>/bash.exe /bin/sh.exe

   - configure
     - works without changes

   - make
     - edit ./Makefile
       - turn off optimization (-O in CFLAGS and CCFLAGS);
         with optimization turned on, you may run into trouble with
         random crashes - for example with large man pages
         (due to a hint from Andy Piper)
     - edit ./tmac/Makefile.sub
       - create a new first line "SHELL=/usr/bin/ash"
         (or whatever your "ash" is); this is necessay, because
         "bash" can't handle a "for" loop with an empty list in
         this Makefile
     - run "make" as normal

   - make install
     - works without changes

   - notes
     - it is a bit crazy, but you really need both shells to build
       this package - of course you could also change the Makefiles,oe
       so they all work with one shell

   - package availability
     - on ftp.franken.de
     - in /pub/win32/develop/gnuwin32/cygwin32/porters/Hirmke_Michael
     - as groff-1.10-win32-bin.tar.gz
     - or groff-1.10-win32-bin.zip

   - contributed by
     - mh@mike.franken.de (Michael Hirmke)

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

and:
------------------------< snip snip snip >-----------------------------

   *less-321*
   --------

   - what is it?
     - Less is a pager program similar to more (1), but allows backward
       as well as forward movement within a file. Also, less does not
       have to read the entire input file before starting. It is also
       possible to start an editor at any time from this program.

   - system
     - Windows NT4 German / SP3

   - preliminaries
     - you first have to install *ncurses-4.1*
     - replace all "iprintf" in "output.c" with a different,
       but unique name, for example "less_iprintf"

   - configure
     - works without changes

   - make
     - works without changes

   - make install
     - works without changes

   - notes
     - works the same way for less-332
       (according to noer@cygnus.com  (Geoffrey Noer))

   - package availability
     - on ftp.franken.de
     - in /pub/win32/develop/gnuwin32/cygwin32/porters/Hirmke_Michael
     - as less-321-win32-bin.tar.gz
     - or less-321-win32-bin.zip

   - contributed by
     - mh@mike.franken.de (Michael Hirmke)

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

>Thanks
>
>Gilbert.

Bye.
Michael.
--
Michael Hirmke           | Telefon +49 (911) 557999
Georg-Strobel-Strasse 81 | FAX     +49 (911) 557664
90489 Nuernberg          | E-Mail  mailto:mh@mike.franken.de
                         | WWW     http://minimike.franken.de/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

  reply	other threads:[~1998-05-28 18:15 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-05-27  2:28 No Subject Gilbert Mak
1998-05-28 18:15 ` Michael Hirmke [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-10-30 14:15 <kein Betreff> sabine.petry
2006-06-06 20:21 Maurice Hüllein
2006-06-07  2:48 ` Larry Hall (Cygwin)
2006-06-07 22:35   ` Serethos
2006-06-08  7:14     ` Larry Hall (Cygwin)
1999-03-02  8:04 No Subject Anjlica Malla
     [not found] ` < 000901be64c6$90bd9b80$89055280@oemcomputer >
1999-03-04 15:14   ` <kein Betreff> Michael Hirmke
1999-03-31 19:45     ` Michael Hirmke
1998-01-27 22:46 (Kein "Betreff") Lothar Werzinger
1998-01-28 14:54 ` Vadim V. Sytnikov
1998-01-29  4:47 ` root
1998-01-21 22:08 No Subject Bruce N. Hunsaker
1998-01-25 14:40 ` <kein Betreff> Michael Hirmke
1997-09-30 19:03 No Subject Hyung Kuk Kang
1997-10-01 13:41 ` <kein Betreff> Michael Hirmke
1997-08-16 20:30 No Subject IGnatius T Foobar
1997-08-17  7:17 ` <kein Betreff> Michael Hirmke

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=6uimmUq4pfB@mike.franken.de \
    --to=mh@mike.franken.de \
    --cc=gnu-win32@cygnus.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).