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

Ocamldoc make install fails on Cygwin #8272

Closed
vicuna opened this issue Sep 8, 2003 · 1 comment
Closed

Ocamldoc make install fails on Cygwin #8272

vicuna opened this issue Sep 8, 2003 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Sep 8, 2003

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

Bug description

Full_Name: Kun Gao
Version: 3.07 Beta 2
OS: WinXP, Cygwin latest version
Submission from: dhcp-37-83.eecs.berkeley.edu (128.32.37.83)

On Cygwin 3.07 Beta 2, after building everything, 'make install' fails in the
ocamldoc/Makefile. Cygwin seems to have issues copying the ocamldoc executable
file to the install location.

The error it reports is:
cp -f ocamldoc /usr/local/bin
cp: ocamldoc' and /usr/local/bin/ocamldoc' are the same file
make[1]: *** [install] Error 1

The /ocamldoc/Makefile had to be modified (line 280) from $(OCAMLDOC) to
$(OCAMLDOC).exe to make get it to copy.

@vicuna
Copy link
Author

vicuna commented Sep 9, 2003

Comment author: administrator

Fixed 2003-09-09 by XL

@vicuna vicuna closed this as completed Sep 9, 2003
@vicuna vicuna mentioned this issue Mar 14, 2019
@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