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 threads #3325

Closed
vicuna opened this issue May 1, 2002 · 2 comments
Closed

linking problem with threads #3325

vicuna opened this issue May 1, 2002 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented May 1, 2002

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

Bug description

Hello,

the latest CVS-snapshot (2002-05-01) does not link with (native) threads +
the byte code compiler on a Redhat/Intel-platform (foo.ml is empty):

ocamlc -thread threads.cma foo.ml

Error on dynamically loaded library: /home/mottl/local/linux-gnu/lib/ocaml/dllthreads.so: undefined symbol: external_raise

I have to explictly add -custom to make things work.

Best regards,
Markus

--
Markus Mottl markus@oefai.at
Austrian Research Institute
for Artificial Intelligence http://www.oefai.at/~markus

@vicuna
Copy link
Author

vicuna commented May 7, 2002

Comment author: administrator

Fixed 2002-05-07 by XL.

@vicuna vicuna closed this as completed May 7, 2002
@vicuna
Copy link
Author

vicuna commented May 7, 2002

Comment author: administrator

the latest CVS-snapshot (2002-05-01) does not link with (native) threads +
the byte code compiler on a Redhat/Intel-platform (foo.ml is empty):

ocamlc -thread threads.cma foo.ml

Error on dynamically loaded library: /home/mottl/local/linux-gnu/lib/ocaml/dllthreads.so: undefined symbol: external_raise

I have to explictly add -custom to make things work.

It's ocamlc.opt, of course. I was sure I fixed that already, but not
quite. I hope it is fixed for good now.

All the best,

  • Xavier Leroy

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