Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UNIX lib not compiled #7961

Closed
vicuna opened this issue Nov 27, 2002 · 1 comment
Closed

UNIX lib not compiled #7961

vicuna opened this issue Nov 27, 2002 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Nov 27, 2002

Original bug ID: 1486
Reporter: administrator
Status: closed
Resolution: not a bug
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Jacques Piotrowski
Version: OCMAL 3.04
OS: MAC OS 9.0
Submission from: 80.236.72.201 (80.236.72.201)

When I run the command :

Unix.gethostname ;;

I have the answer :

Macintosh HD :Applications:ocaml-3.04-macos9:stdlib:unix.cmi
is not a compiled interface

So I can't use unix commands.

Please help me.

@vicuna
Copy link
Author

vicuna commented Dec 1, 2002

Comment author: administrator

Version: OCMAL 3.04
OS: MAC OS 9.0

When I run the command :

Unix.gethostname ;;

I have the answer :
Macintosh HD :Applications:ocaml-3.04-macos9:stdlib:unix.cmi
is not a compiled interface

Mac OS 9 is not a Unix-based operating system. It does not provide
Unix system calls to C programs, thus we cannot provide an interface
for these system calls to Caml programs.

So I can't use unix commands.
Please help me.

If you want to use unix "commands" in Mac OS, you will need Mac OS X,
which is based on Unix.

-- Damien

@vicuna vicuna closed this as completed Dec 1, 2002
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant