-
Notifications
You must be signed in to change notification settings - Fork 6
"sudo make install" broken on Debian #5
Copy link
Copy link
Open
Description
On my system (Debian wheezy), after 'make' succeeds, 'sudo make install' fails like so:
~/testmake/emily$ sudo make install
install -d /usr/local/bin
install -d /usr/local/share/man/man1
ocamlbuild -no-links -use-ocamlfind src/main.native
make: ocamlbuild: Command not found
make: *** [_build/src/main.native] Error 127
removing the dependency 'all' from the 'install:' target (line 49) causes it to work perfectly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels