Navigation Menu

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

ocaml 3.04 installation #3133

Closed
vicuna opened this issue Jan 8, 2002 · 1 comment
Closed

ocaml 3.04 installation #3133

vicuna opened this issue Jan 8, 2002 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Jan 8, 2002

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

Bug description

Full_Name: Ian Zimmerman
Version: 3.04
OS: Debian GNU/Linux
Submission from: dsl081-049-223.sfo1.dsl.speakeasy.net (64.81.49.223)

There's a tiny problem with the 3.04 installation procedure. When make install
recurses into camlp4's subdirectory, it passes down the current value of LIBDIR

  • but not BINDIR or MANDIR. This means even if I say, for instance

make PREFIX=/usr/local/stow/ocaml install

the camlp4 executables and manpages still go to /usr/local/bin and
/usr/local/man, or whatever was chosen at configure time.

The fix is simple, just add

BINDIR=$(BINDIR) MANDIR=$(MANDIR)

to the recursive make install for camlp4.

Thanks for your good works, Ian.

@vicuna
Copy link
Author

vicuna commented Oct 29, 2002

Comment author: administrator

Fixed as suggested.

@vicuna vicuna closed this as completed Oct 29, 2002
@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