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

3.0 source distribution #2519

Closed
vicuna opened this issue Jul 5, 2000 · 1 comment
Closed

3.0 source distribution #2519

vicuna opened this issue Jul 5, 2000 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Jul 5, 2000

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

Bug description

I recently compiled and installed ocaml 3.0 on a Linux platform from the
source package you provided (ocaml-3.00.tar.gz).
It seems to me that there is a little bug in one of the Makefile :

otherlibs/systhread/Makefile
line 53 :

threads.cmxa: $(THREAD_OBJS:.cmo=.cmx)
$(CAMLOPT) -a -o threads.cmxa $(THREAD_OBJS:.cmo=.cmx)
-cclib -lthreads -cclib -lunix $(PTHREAD_LINK)

I believe the '-cclib -lthreads' should be replaced by '-cclib
-lthreadsnat'

This error cause the compilation of program using threads in native mode
to fail.

Thanks

Blaise

@vicuna
Copy link
Author

vicuna commented Jul 27, 2000

Comment author: administrator

See #2429. Fixed 2000/04/27.

@vicuna vicuna closed this as completed Jul 27, 2000
@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