Browse thread
Road to native windows OCaml...
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2008-10-13 (23:47) |
From: | Seo Sanghyeon <sanxiyn@g...> |
Subject: | Re: [Caml-list] Road to native windows OCaml... |
2008/10/14 Kuba Ober <kuba@mareimbrium.org>: > 2. I need to get OCaml to use nasm instead of masm. I would go as far > as completely pruning any masm references from OCaml -- there is just > no need for masm when a good, free alternative exists. nasm is a single > standalone executable -- you can't get much better than that. Heck, it > works on unixes too, so it could be used on all platforms. gas is horrible > too -- it's only raison-d'etre is to process output from gcc. nasm is x86-only, so it couldn't be used on all platforms. -- Seo Sanghyeon