caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Install report on Mac OS X 10.7.5
@ 2013-04-02  1:11 kaizen
  2013-04-02  1:24 ` Francois Berenger
  2013-04-02 21:01 ` Ashish Agarwal
  0 siblings, 2 replies; 3+ messages in thread
From: kaizen @ 2013-04-02  1:11 UTC (permalink / raw)
  To: caml-list

I installed OCaml on Mac OS X 10.7.5, reading README and INSTALL.

in the README document,
https://sympa-roc.inria.fr/wws/info/caml-list
can not connected directly.

In the INSTALL document,
"* Under MacOS X up to version 10.2.8, you must raise the limit on the
  stack size with one of the following commands:

    limit stacksize 64M  # if your shell is zsh or tcsh
    ulimit -s 65536      # if your shell is bash     "

But
ulimt -s 65536 yield
"ulimit: stack size: cannot modify limit: Invalid argument"

I change the value 65536 to 65532
   ulimit -s 65532
and 65532 is recognized the maximum number on Macintosh 10.7.5 (Macbook pro
and iMAC).

Are there any differences on the Macintosh OS version or Machine type?

Best Regards.
Ogawa Kiyoshi

Activity record are
http://researchmap.jp/jolsk0um1-1861956/#_1861956

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

* Re: [Caml-list] Install report on Mac OS X 10.7.5
  2013-04-02  1:11 [Caml-list] Install report on Mac OS X 10.7.5 kaizen
@ 2013-04-02  1:24 ` Francois Berenger
  2013-04-02 21:01 ` Ashish Agarwal
  1 sibling, 0 replies; 3+ messages in thread
From: Francois Berenger @ 2013-04-02  1:24 UTC (permalink / raw)
  To: caml-list; +Cc: kaizen

You can install OCaml via homebrew, on OS X:

http://mxcl.github.com/homebrew/

Then install OPAM, then "rock and roll". ;)

On 04/02/2013 10:11 AM, kaizen@wh.commufa.jp wrote:
> I installed OCaml on Mac OS X 10.7.5, reading README and INSTALL.
>
> in the README document,
> https://sympa-roc.inria.fr/wws/info/caml-list
> can not connected directly.
>
> In the INSTALL document,
> "* Under MacOS X up to version 10.2.8, you must raise the limit on the
>    stack size with one of the following commands:
>
>      limit stacksize 64M  # if your shell is zsh or tcsh
>      ulimit -s 65536      # if your shell is bash     "
>
> But
> ulimt -s 65536 yield
> "ulimit: stack size: cannot modify limit: Invalid argument"
>
> I change the value 65536 to 65532
>     ulimit -s 65532
> and 65532 is recognized the maximum number on Macintosh 10.7.5 (Macbook pro
> and iMAC).
>
> Are there any differences on the Macintosh OS version or Machine type?
>
> Best Regards.
> Ogawa Kiyoshi
>
> Activity record are
> http://researchmap.jp/jolsk0um1-1861956/#_1861956


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

* Re: [Caml-list] Install report on Mac OS X 10.7.5
  2013-04-02  1:11 [Caml-list] Install report on Mac OS X 10.7.5 kaizen
  2013-04-02  1:24 ` Francois Berenger
@ 2013-04-02 21:01 ` Ashish Agarwal
  1 sibling, 0 replies; 3+ messages in thread
From: Ashish Agarwal @ 2013-04-02 21:01 UTC (permalink / raw)
  To: kaizen; +Cc: caml-list

[-- Attachment #1: Type: text/plain, Size: 1423 bytes --]

Since you are on OS X 10.7.5, I don't think you need to do this at all. The
instructions mention the requirement is for OS X "up to version 10.2.8". I
install OCaml on Mac all the time without changing this setting. Currently
I have:

$ ulimit -s
8192


On Mon, Apr 1, 2013 at 9:11 PM, <kaizen@wh.commufa.jp> wrote:

> I installed OCaml on Mac OS X 10.7.5, reading README and INSTALL.
>
> in the README document,
> https://sympa-roc.inria.fr/wws/info/caml-list
> can not connected directly.
>
> In the INSTALL document,
> "* Under MacOS X up to version 10.2.8, you must raise the limit on the
>   stack size with one of the following commands:
>
>     limit stacksize 64M  # if your shell is zsh or tcsh
>     ulimit -s 65536      # if your shell is bash     "
>
> But
> ulimt -s 65536 yield
> "ulimit: stack size: cannot modify limit: Invalid argument"
>
> I change the value 65536 to 65532
>    ulimit -s 65532
> and 65532 is recognized the maximum number on Macintosh 10.7.5 (Macbook pro
> and iMAC).
>
> Are there any differences on the Macintosh OS version or Machine type?
>
> Best Regards.
> Ogawa Kiyoshi
>
> Activity record are
> http://researchmap.jp/jolsk0um1-1861956/#_1861956
>
> --
> Caml-list mailing list.  Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>

[-- Attachment #2: Type: text/html, Size: 2300 bytes --]

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

end of thread, other threads:[~2013-04-02 21:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-02  1:11 [Caml-list] Install report on Mac OS X 10.7.5 kaizen
2013-04-02  1:24 ` Francois Berenger
2013-04-02 21:01 ` Ashish Agarwal

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