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

Cannot "make op.opt " with 3.11.1rc0 under mingw #4798

Closed
vicuna opened this issue May 19, 2009 · 3 comments
Closed

Cannot "make op.opt " with 3.11.1rc0 under mingw #4798

vicuna opened this issue May 19, 2009 · 3 comments

Comments

@vicuna
Copy link

vicuna commented May 19, 2009

Original bug ID: 4798
Reporter: monate
Status: closed (set by @damiendoligez on 2009-05-20T12:06:04Z)
Resolution: fixed
Priority: normal
Severity: block
Version: 3.11.0
Fixed in version: 3.11.1+dev
Category: ~DO NOT USE (was: OCaml general)
Duplicate of: #4785
Monitored by: @db4

Bug description

Compilation
make -f Makefile.nt world
make -f Makefile.nt bootstrap
make -f Makefile.nt opt
make -f Makefile.nt opt.opt

fails while compiling ocamldoc.opt.
I attach the outputs of the compilation below.

By the way the product version 3.11.1rc0 is not available in the BTS.

File attachments

@vicuna
Copy link
Author

vicuna commented May 19, 2009

Comment author: monate

Changing line 193 from
$(OCAMLOPT) -o $@ unix.cmxa str.cmxa $(LINKFLAGS) $(OCAMLCMXFILES) $(EXECMXFILES)

to
$(OCAMLOPT) -o $@ unix.cmxa str.cmxa dynlink.cmxa $(LINKFLAGS) $(OCAMLCMXFILES) $(EXECMXFILES)

fixes the problem.

@vicuna
Copy link
Author

vicuna commented May 19, 2009

Comment author: @db4

That's duplicate of my #4785: #4785

@vicuna
Copy link
Author

vicuna commented May 20, 2009

Comment author: @damiendoligez

Thank you both for the report. It will be fixed in 3.11.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant