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

Linking problem with -vmthread #8475

Closed
vicuna opened this issue Feb 5, 2004 · 1 comment
Closed

Linking problem with -vmthread #8475

vicuna opened this issue Feb 5, 2004 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Feb 5, 2004

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

Bug description

Hi,

when linking byte code programs with -vmthread (latest CVS-version)
I get the following error message:

ocamlc unix.cma threads.cma -vmthread -o foo foo.cmo

Error while linking /home/mottl/local/linux-gnu/lib/ocaml/vmthreads/stdlib.cma(Pervasives):
The external function `caml_input_char' is not available

The external function obviously needs some renaming
("caml_ml_input_char").

Best regards,
Markus

--
Markus Mottl http://www.oefai.at/~markus markus@oefai.at

@vicuna
Copy link
Author

vicuna commented Feb 5, 2004

Comment author: administrator

Hi Markus,

when linking byte code programs with -vmthread (latest CVS-version)
I get the following error message:

ocamlc unix.cma threads.cma -vmthread -o foo foo.cmo

Error while linking
/home/mottl/local/linux-gnu/lib/ocaml/vmthreads/stdlib.cma(Pervasives):
The external function `caml_input_char' is not available

The external function obviously needs some renaming
("caml_ml_input_char").

That's right. Thanks for the report, it is now fixed in the CVS tree.

-- Damien

@vicuna vicuna closed this as completed Feb 5, 2004
@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