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

installation of camlp4 in 3.06, mingw #3551

Closed
vicuna opened this issue Aug 21, 2002 · 1 comment
Closed

installation of camlp4 in 3.06, mingw #3551

vicuna opened this issue Aug 21, 2002 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Aug 21, 2002

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

Bug description

Full_Name: Trevor Jim
Version: 3.06
OS: mingw
Submission from: aegis.cs.princeton.edu (128.112.152.6)

For the mingw build of ocaml 3.06,

make -f Makefile.nt install

ends up installing camlp4 into c:/ocaml. However,
the rest of ocaml is installed by default into
c:/ocamlmgw.

To fix this first change Makefile.nt so that

cd camlp4 ; make install

reads instead

cd camlp4 ; make install BINDIR=$BINDIR LIBDIR=$LIBDIR MANDIR=$MANDIR

as in the top-level Makefile. However, this is not enough
because MANDIR is not set properly in config/Makefile.mingw.
So to that file add

MANDIR=$(PREFIX)/man

This has to be copied to config/Makefile before the make
process, of course.

(Possibly, other things were also screwed up because of the
missing MANDIR, but I haven't checked this.)

I notice as well that MANDIR is not set in Makefile.msvc;
not sure if this is a problem.

@vicuna
Copy link
Author

vicuna commented Jul 16, 2003

Comment author: administrator

See #3535. Fixed 2003-07-03 by XL.

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