|
List Info
Thread: "ocaml_beginners"::[] compiling on mac os
|
|
| "ocaml_beginners"::[]
compiling on mac os |

|
2006-11-26 11:48:28 |
|
On Nov 26, 2006, at 6:11 AM, prosysd wrote:
> Hi Everyone,
> I installed the intel version of ocaml on mac os (macbook pro). I
> am getting this error trying
> to compile a simple program that uses unix.cmxa and str.cmxa. Here
> is the command,
>
> ocamlopt unix.cmxa str.cmxa test.ml -o test.exe
>
> I am always getting this error,
>
> sh: line 1: as: command not found
> Assembler error, input left in file /tmp/camlasm203d3a.s
>
> Any help will be greatly appreciated. Thanks.
>
you have to install xcode and other developer tools. they were coming
with you install dvd
peter
>
>
> Archives up to November 11, 2006 are also downloadable at http://
> www.connettivo.net/cntprojects/ocaml_beginners/
> The archives of the very official ocaml list (the seniors' one) can
> be found at http://caml.inria.fr
> Attachments are banned and you're asked to be polite, avoid flames
> etc.
> Yahoo! Groups Links
>
>
>
__._,_.___
.
__,_._,___
|
| "ocaml_beginners"::[]
compiling on mac os |

|
2006-11-26 19:29:06 |
|
I am new to the mac system. I believe the mbp with mac
os 10.4.8 comes with everything installed. Hmmm, still
can't figure out why ocamlopt does not work.
George
--- Peter Halacsy < peter%40halacsy.com">peter halacsy.com> wrote:
>
> On Nov 26, 2006, at 6:11 AM, prosysd wrote:
>
> > Hi Everyone,
> > I installed the intel version of ocaml on mac os
> (macbook pro). I
> > am getting this error trying
> > to compile a simple program that uses unix.cmxa
> and str.cmxa. Here
> > is the command,
> >
> > ocamlopt unix.cmxa str.cmxa test.ml -o test.exe
> >
> > I am always getting this error,
> >
> > sh: line 1: as: command not found
> > Assembler error, input left in file
> /tmp/camlasm203d3a.s
> >
> > Any help will be greatly appreciated. Thanks.
> >
>
> you have to install xcode and other developer tools.
> they were coming
> with you install dvd
>
> peter
>
>
> >
> >
> > Archives up to November 11, 2006 are also
> downloadable at http://
> > www.connettivo.net/cntprojects/ocaml_beginners/
> > The archives of the very official ocaml list (the
> seniors' one) can
> > be found at http://caml.inria.fr
> > Attachments are banned and you're asked to be
> polite, avoid flames
> > etc.
> > Yahoo! Groups Links
> >
> >
> >
>
>
__________________________________________________________
Want to start your own business?
Learn how on Yahoo! Small Business.
http://smallbusiness.yahoo.com/r-index
__._,_.___
.
__,_._,___
|
| "ocaml_beginners"::[]
compiling on mac os |

|
2006-11-27 17:31:42 |
|
On Sun, 26 Nov 2006, George Baah wrote:
> I am new to the mac system. I believe the mbp with mac
> os 10.4.8 comes with everything installed. Hmmm, still
> can't figure out why ocamlopt does not work.
No, it doesn't. You need to install it from the DVD that comes with the
MBP (or download it from Apple and install that way).
To install it, stick in DVD #1. One of the folders that you should see on
it is Xcode Tools. Open that then use the XcodeTools.mpkg to install the
developer tools. You should be good to go after that.
William D. Neumann
---
"There's just so many extra children, we could just feed the
children to these tigers. We don't need them, we're not doing
anything with them.
Tigers are noble and sleek; children are loud and messy."
-- Neko Case
Life is unfair. Kill yourself or get over it.
-- Black Box Recorder
__._,_.___
.
__,_._,___
|
| "ocaml_beginners"::[]
compiling on mac os |

|
2006-11-27 18:44:09 |
|
On Mon, Nov 27, 2006 at 10:31:42AM -0700, William D. Neumann wrote:
> On Sun, 26 Nov 2006, George Baah wrote:
>
> > I am new to the mac system. I believe the mbp with mac
> > os 10.4.8 comes with everything installed. Hmmm, still
> > can't figure out why ocamlopt does not work.
>
> No, it doesn't. You need to install it from the DVD that comes with the
> MBP (or download it from Apple and install that way).
>
> To install it, stick in DVD #1. One of the folders that you should see on
> it is Xcode Tools. Open that then use the XcodeTools.mpkg to install the
> developer tools. You should be good to go after that.
The version of Xcode which comes on the DVD is fairly ancient. For
example, MacPorts is known not to work with the Xcode that you likely
got with your Mac. The OP might be better off downloading the latest
Xcode from Apple's website (http://developer.apple.com/).
Unfortunately this requires that you first create an Apple Developer
Connection account, but this is at least free of charge -- it just
requires that you give them an email address.
Rich.
--
Richard Jones, CTO Merjis Ltd.
Merjis - web marketing and technology - http://merjis.com
Internet Marketing and AdWords courses - http://merjis.com/courses - NEW!
Merjis blog - http://blog.merjis.com - NEW!
__._,_.___
.
__,_._,___
|
| "ocaml_beginners"::[]
compiling on mac os |

|
2006-11-28 16:00:07 |
|
On Mon, 27 Nov 2006, Richard Jones wrote:
> The version of Xcode which comes on the DVD is fairly ancient.
???
The version that comes with the MBPs (well, the one I got a few months
back) is 2.4. They are currently on 2.4.1, with 3.0 in development for
Leopard.
William D. Neumann
---
"There's just so many extra children, we could just feed the
children to these tigers. We don't need them, we're not doing
anything with them.
Tigers are noble and sleek; children are loud and messy."
-- Neko Case
Life is unfair. Kill yourself or get over it.
-- Black Box Recorder
__._,_.___
.
__,_._,___
|
| "ocaml_beginners"::[]
compiling on mac os |

|
2006-11-28 16:20:34 |
|
On Tue, Nov 28, 2006 at 09:00:07AM -0700, William D. Neumann wrote:
> On Mon, 27 Nov 2006, Richard Jones wrote:
>
> > The version of Xcode which comes on the DVD is fairly ancient.
>
> ???
>
> The version that comes with the MBPs (well, the one I got a few months
> back) is 2.4. They are currently on 2.4.1, with 3.0 in development for
> Leopard.
Well, OK it depends when you bought your Mac 
Rich.
--
Richard Jones, CTO Merjis Ltd.
Merjis - web marketing and technology - http://merjis.com
Internet Marketing and AdWords courses - http://merjis.com/courses - NEW!
Merjis blog - http://blog.merjis.com - NEW!
__._,_.___
.
__,_._,___
|
[1-6]
|
|