[
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: | HP Wei <hp@r...> |
| Subject: | install lwt in solaris |
lwt version 2.1.1
machine: Sun sparc with SunOS 5.10
ocaml: 3.12.0
ocamlfind 1.2.6
---------------------
in lwt-2.1.1 directory,
after typing 'make'
I got errors of the type: no member named 'blah'.
one example:
src/unix/stubs/lwt_unix_stubs.c:159 error: 'struct msghdr'
has no member named 'msg_controllen'
---------------------------------------
How do I make it right ?
thanks
HP