[Prev][Next][Index][Thread]
porting OCaml on OSKit
Hi
OCaml is a Objective variant of ML. I have version 2.04 of OCaml
working on Redhad linux 6.0. To port OCaml on OSKit, I tried to use
ix86-oskit-gcc to compile the files and make OCaml. ix86-oskit-gcc
doesnt exactly behave like the linux gcc and for some files it shows
parse errors. I couldnot figure out the reason.
I had one more difficulty. How do I use the build tools (ar,
sed, ranlib) and the basic interfaces (open/close/read/write/seek) in
OSKit. (ie how are they provided in OSKit).
Thanks in advance
Vishal