* [Caml-list] OCaml 4.06.1 FreeBSD
@ 2018-03-07 4:58 Kishorekumar Neelamegam
2018-03-07 7:17 ` Peter Olavi Niitenberg
2018-03-07 14:22 ` Malcolm Matalka
0 siblings, 2 replies; 5+ messages in thread
From: Kishorekumar Neelamegam @ 2018-03-07 4:58 UTC (permalink / raw)
To: caml-list
[-- Attachment #1: Type: text/plain, Size: 618 bytes --]
Hello,
I find the ocaml package in FreeBSD downlevel (4.02).
Instructions for FreeBSD(http://ocaml.org/docs/install.html) isn't correct,
since *pkg_add* is available in OpenBSD only.
For FreeBSD its *`pkg install ocaml`*
Can anyone point to me on how to get 4.06 in FreeBSD ?
Is "ocaml for freebsd" owned by the package maintainer in FreeBSD ?
Is compiling from 4.06.1 source the way to go ? Is there a different option?
*Kishorekumar Neelamegam,*
Founder & CEO, Megam Systems
mail : nkishore@megam.io, cell: +91 9840559300
web : https://www.megam.io | twitter : @indykish
<https://twitter.com/#%21/indykish>
[-- Attachment #2: Type: text/html, Size: 4589 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] OCaml 4.06.1 FreeBSD
2018-03-07 7:17 ` Peter Olavi Niitenberg
@ 2018-03-07 6:29 ` Kishorekumar Neelamegam
0 siblings, 0 replies; 5+ messages in thread
From: Kishorekumar Neelamegam @ 2018-03-07 6:29 UTC (permalink / raw)
To: caml-list
[-- Attachment #1.1: Type: text/plain, Size: 1339 bytes --]
Awesome. That worked.
Recently moved from ArchLinux to FreeBSD
Thanks Peter Niitenberg/Francois Berenger.
*Kishorekumar Neelamegam,*
Founder & CEO, Megam Systems
mail : nkishore@megam.io, cell: +91 9840559300
web : https://www.megam.io | twitter : @indykish
<https://twitter.com/#%21/indykish>
On Wed, Mar 7, 2018 at 12:47 PM, Peter Olavi Niitenberg <
peter.niitenberg@pontech.eu> wrote:
> On Wed, Mar 07, 2018 at 10:28:32AM +0530, Kishorekumar Neelamegam wrote:
> > Hello,
>
> Hi Kishorekumar,
>
> >
> [snip]
> > Is compiling from 4.06.1 source the way to go ? Is there a different
> option?
>
> you could try installing the package ocaml-opam
>
> pkg install ocaml-opam
>
> opam will build the latest compiler for you:
>
> opam init
> opam switch 4.06.1
>
>
> >
> >
> > *Kishorekumar Neelamegam,*
> > Founder & CEO, Megam Systems
> > mail : nkishore@megam.io, cell: +91 9840559300
> > web : https://www.megam.io | twitter : @indykish
> > <https://twitter.com/#%21/indykish>
> >
> > --
> > 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
>
> Best Regards,
> --
> Peter Niitenberg
> Software Engineer
> peter.niitenberg (at) pontech (dot) eu
>
[-- Attachment #1.2: Type: text/html, Size: 7825 bytes --]
[-- Attachment #2: Screenshot from 2018-03-07 11-58-23.png --]
[-- Type: image/png, Size: 9661 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] OCaml 4.06.1 FreeBSD
2018-03-07 4:58 [Caml-list] OCaml 4.06.1 FreeBSD Kishorekumar Neelamegam
@ 2018-03-07 7:17 ` Peter Olavi Niitenberg
2018-03-07 6:29 ` Kishorekumar Neelamegam
2018-03-07 14:22 ` Malcolm Matalka
1 sibling, 1 reply; 5+ messages in thread
From: Peter Olavi Niitenberg @ 2018-03-07 7:17 UTC (permalink / raw)
To: caml-list
[-- Attachment #1: Type: text/plain, Size: 916 bytes --]
On Wed, Mar 07, 2018 at 10:28:32AM +0530, Kishorekumar Neelamegam wrote:
> Hello,
Hi Kishorekumar,
>
[snip]
> Is compiling from 4.06.1 source the way to go ? Is there a different option?
you could try installing the package ocaml-opam
pkg install ocaml-opam
opam will build the latest compiler for you:
opam init
opam switch 4.06.1
>
>
> *Kishorekumar Neelamegam,*
> Founder & CEO, Megam Systems
> mail : nkishore@megam.io, cell: +91 9840559300
> web : https://www.megam.io | twitter : @indykish
> <https://twitter.com/#%21/indykish>
>
> --
> 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
Best Regards,
--
Peter Niitenberg
Software Engineer
peter.niitenberg (at) pontech (dot) eu
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] OCaml 4.06.1 FreeBSD
2018-03-07 4:58 [Caml-list] OCaml 4.06.1 FreeBSD Kishorekumar Neelamegam
2018-03-07 7:17 ` Peter Olavi Niitenberg
@ 2018-03-07 14:22 ` Malcolm Matalka
2018-03-08 7:13 ` Kishorekumar Neelamegam
1 sibling, 1 reply; 5+ messages in thread
From: Malcolm Matalka @ 2018-03-07 14:22 UTC (permalink / raw)
To: Kishorekumar Neelamegam; +Cc: caml-list
Kishorekumar Neelamegam <nkishore@megam.io> writes:
> Hello,
>
> I find the ocaml package in FreeBSD downlevel (4.02).
>
> Instructions for FreeBSD(http://ocaml.org/docs/install.html) isn't correct,
> since *pkg_add* is available in OpenBSD only.
>
> For FreeBSD its *`pkg install ocaml`*
>
> Can anyone point to me on how to get 4.06 in FreeBSD ?
>
> Is "ocaml for freebsd" owned by the package maintainer in FreeBSD ?
I am not the port maintainer but have been meaning to upgrade it for
awhile but it's a slightly complicated port. Hopefully I'll find some
time in the next few months. But using opam works for this and it's
what I use. But I think the latest version of opam to come out will
require a new ocaml so that might be a forcing function.
>
> Is compiling from 4.06.1 source the way to go ? Is there a different option?
>
>
> *Kishorekumar Neelamegam,*
> Founder & CEO, Megam Systems
> mail : nkishore@megam.io, cell: +91 9840559300
> web : https://www.megam.io | twitter : @indykish
> <https://twitter.com/#%21/indykish>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] OCaml 4.06.1 FreeBSD
2018-03-07 14:22 ` Malcolm Matalka
@ 2018-03-08 7:13 ` Kishorekumar Neelamegam
0 siblings, 0 replies; 5+ messages in thread
From: Kishorekumar Neelamegam @ 2018-03-08 7:13 UTC (permalink / raw)
To: Malcolm Matalka; +Cc: caml-list
[-- Attachment #1: Type: text/plain, Size: 1305 bytes --]
Let me know I can give a hand as well. I will look at source compile links of OCaml.
Sent from Blue
On 7 Mar 2018, 7:52 PM, at 7:52 PM, Malcolm Matalka <mmatalka@gmail.com> wrote:
>
>Kishorekumar Neelamegam <nkishore@megam.io> writes:
>
>> Hello,
>>
>> I find the ocaml package in FreeBSD downlevel (4.02).
>>
>> Instructions for FreeBSD(http://ocaml.org/docs/install.html) isn't
>correct,
>> since *pkg_add* is available in OpenBSD only.
>>
>> For FreeBSD its *`pkg install ocaml`*
>>
>> Can anyone point to me on how to get 4.06 in FreeBSD ?
>>
>> Is "ocaml for freebsd" owned by the package maintainer in FreeBSD ?
>
>I am not the port maintainer but have been meaning to upgrade it for
>awhile but it's a slightly complicated port. Hopefully I'll find some
>time in the next few months. But using opam works for this and it's
>what I use. But I think the latest version of opam to come out will
>require a new ocaml so that might be a forcing function.
>
>>
>> Is compiling from 4.06.1 source the way to go ? Is there a different
>option?
>>
>>
>> *Kishorekumar Neelamegam,*
>> Founder & CEO, Megam Systems
>> mail : nkishore@megam.io, cell: +91 9840559300
>> web : https://www.megam.io | twitter : @indykish
>> <https://twitter.com/#%21/indykish>
[-- Attachment #2: Type: text/html, Size: 2236 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-03-08 7:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-07 4:58 [Caml-list] OCaml 4.06.1 FreeBSD Kishorekumar Neelamegam
2018-03-07 7:17 ` Peter Olavi Niitenberg
2018-03-07 6:29 ` Kishorekumar Neelamegam
2018-03-07 14:22 ` Malcolm Matalka
2018-03-08 7:13 ` Kishorekumar Neelamegam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox