zsh-workers
 help / color / mirror / code / Atom feed
From: Joachim Backes <backes@rhrk.uni-kl.de>
To: ZSH Bug report <zsh-workers@math.gatech.edu>
Subject: Unidentified subject!
Date: Tue, 20 Aug 1996 09:03:20 +0200 (MST)	[thread overview]
Message-ID: <XFMail.960820090747.backes@rhrk.uni-kl.de> (raw)

Hi,

I am installing zsh 3.0.0 under HP-UX 10.10, but builtin.c will not compile
because of

     builtin.c:3639: #error there are some unknown limits.  Fix me!


The reason is that the limits in /usr/include/sys/resource.h are not
sorted under HP-UX 10.10 (under HP-UX 9 all ok!):

#define RLIMIT_CPU      0               /* cpu time in milliseconds */
#define RLIMIT_DATA     2               /* data size */
#define RLIMIT_STACK    3               /* stack size */
#define RLIMIT_RSS      5               /* resident set size */

#define RLIMIT_FSIZE    1               /* maximum file size */
#define RLIMIT_CORE     4               /* core file size */
#define RLIMIT_NOFILE   6               /* maximum number of open files */
#define RLIMIT_OPEN_MAX RLIMIT_NOFILE   /* maximum number of open files */
#define RLIMIT_AS       7               /* maximum number of open files */
#define RLIM_NLIMITS    8               /* number of resource limits */

--

From:

+---------------------------------------------------------------------+
| Joachim Backes                             phone: +49-631-205-2438  |
| University of Kaiserslautern               fax:   +49-631-205-3056  |
| Computer Center                                                     |
| Supercomputer division                                              |
| P.O. Box 3049                                                       |
| D-67653 Kaiserslautern                                              |
| Germany                                                             |
|                                                                     |
| E-Mail:  backes@rhrk.uni-kl.de                                      |
| WWW:     http://sgi400.rhrk.uni-kl.de/home/mitarbeiter/backes.html  |
+---------------------------------------------------------------------+


             reply	other threads:[~1996-08-20 10:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-08-20  7:03 Joachim Backes [this message]
  -- strict thread matches above, loose matches on Subject: below --
1998-09-18 15:25 Chris Bendall
1996-08-21  3:59 Joachim Backes
1996-08-07  8:14 Joachim Backes
1996-08-02 15:50 Richard Coleman
1996-07-31  7:42 Joachim Backes
1996-07-08 13:09 Al Smith
1996-03-01  0:50 gatemail
1996-01-30  8:10 Sven Wischnowsky
1996-01-29 15:06 lmannino
1995-07-22 16:27 Zefram

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=XFMail.960820090747.backes@rhrk.uni-kl.de \
    --to=backes@rhrk.uni-kl.de \
    --cc=zsh-workers@math.gatech.edu \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).