[
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: | -- (:) |
| From: | Sean McLaughlin <seanmcl@g...> |
| Subject: | ocamlbuild native linux failure |
Hello, I'm using ocamlbuild on a Mac and it's working fine. When I moved my project to a linux machine, the native compilation stopped working. E.g. $ cat a.ml type t = int $ ocamlbuild a.cmx Lexical analysis error: Expecting colon-separated strings (2) Compilation unsuccessful after building 2 targets (0 cached) in 00:00:00. Any ideas about this? Thanks, Sean