Re: Re: corebuild "Compilation successful" ... but where's the binary?
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <CAAEuzndea4Qz4sGGVs+Kxa19nNdMy6rWgrBESP0ovurtTfmKjA@mail.gmail.com> |
Glad you got it figured out :) On Wed, Apr 29, 2015, 12:55 AM John Magolske [email protected] [ocaml_beginners] <[email protected]> wrote: > > > * Gage Peterson [email protected] [150428 22:46]: > > > > I'm quite the beginner myself but I did: > > > > > ocamlbuild.native yourProgram.ml > > Thanks, with that clue I tried again taking a closer look at the > book. Somehow I glossed over this rather important detail: > > "Here's the code, which you can save in a file called sum.ml" > > Ah, save the source in "sum.ml" and issue the command > > corebuild sum.native > > This compiles the binary "sum.native" which functions as described > in the book. It all seems so simple now... > > John > > -- > John Magolske > http://B79.net/contact > >